This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installation is not resuming after reboot on Windows 7
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 03, 2010
02:43 AM
Installation is not resuming after reboot on Windows 7
Hi All,
I am installing SQL Server 2005 during installation of my application setup.
Setup is created using InstallShield 2010 premier edition.
After installing SQL Server 2005 I am using
System(SYS_BOOTMACHINE); function of InstallShield to forceful restart of machine.
But after reboot of machine, Setup is not resuming for further installation.
As per InstallShield documentation I am calling exit; after System(SYS_BOOTMACHINE);.
I am facing this issue on Windows 7 Operating System.
Please help on this.
Thanks in advance.
Thanks,
Rahul
I am installing SQL Server 2005 during installation of my application setup.
Setup is created using InstallShield 2010 premier edition.
After installing SQL Server 2005 I am using
System(SYS_BOOTMACHINE); function of InstallShield to forceful restart of machine.
But after reboot of machine, Setup is not resuming for further installation.
As per InstallShield documentation I am calling exit; after System(SYS_BOOTMACHINE);.
I am facing this issue on Windows 7 Operating System.
Please help on this.
Thanks in advance.
Thanks,
Rahul
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 12, 2010
04:50 AM
I met a similar problem, my installer includes .Net4 Framework setup prerequisite, and I have configured this prerequisite "Reboot the machine and resume on reboot" in the prerequisite editor. Here is the strange thing, on some machine(win7), when user finish the install of .Net 4 and click yes to reboot the machine, the installer will not resume.