Help - Search - Members - Calendar
Full Version: installshied reboots
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
cdoverlaw
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
Aaron
Make sure the Boot Option entry in the ISS file is "0"
cdoverlaw
how do i do that
Aaron
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
cdoverlaw
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




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.