Hi
I have a install shield installation which i have made silent using the unattended guide but i dont know how to stop it automatically rebooting, does anyone know how to stop the automatic reboot
Jonathan
Page 1 of 1
installshied reboots
#2
Posted 25 December 2003 - 08:24 AM
Make sure the Boot Option entry in the ISS file is "0"
#4
Posted 25 December 2003 - 09:28 AM
You edit the setup.iss file in Notepad. See the entry at the bottom:
Quote
[InstallShield Silent]Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-DlgOrder]
Dlg0={51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdWelcome-0
Count=4
Dlg1={51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdAskDestPath-0
Dlg2={51C8741C-4A91-42A6-B6A2-CB891F7398A1}-MessageBox-0
Dlg3={51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdFinishReboot-0
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdWelcome-0]
Result=1
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdAskDestPath-0]
szDir=C:\Program Files\Kerio\Personal Firewall
Result=1
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-MessageBox-0]
Result=1
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdFinishReboot-0]
Result=1
BootOption=0
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-DlgOrder]
Dlg0={51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdWelcome-0
Count=4
Dlg1={51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdAskDestPath-0
Dlg2={51C8741C-4A91-42A6-B6A2-CB891F7398A1}-MessageBox-0
Dlg3={51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdFinishReboot-0
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdWelcome-0]
Result=1
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdAskDestPath-0]
szDir=C:\Program Files\Kerio\Personal Firewall
Result=1
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-MessageBox-0]
Result=1
[{51C8741C-4A91-42A6-B6A2-CB891F7398A1}-SdFinishReboot-0]
Result=1
BootOption=0
#5
Posted 25 December 2003 - 09:57 AM
Okay it was
[/code]
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]
Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0
Count=1
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]
Result=1
[/code]
and i added
BootOption=0
so it became
[/code]
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]
Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0
Count=1
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]
Result=1
BootOption=0
[/code]
but it still rebooted
[/code]
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]
Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0
Count=1
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]
Result=1
[/code]
and i added
BootOption=0
so it became
[/code]
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]
Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0
Count=1
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]
Result=1
BootOption=0
[/code]
but it still rebooted
Share this topic:
Page 1 of 1



Help
Back to top









