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
- :
- Re: pause installation through reboot
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
‎May 01, 2008
12:33 PM
pause installation through reboot
Is it possible to pause an installation reboot and resume the installation? I have an application which requires indexing service to be running instead of windows search to switch requires a reboot.
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 01, 2008
05:32 PM
What kind of project are you using (MSI or InstallScript)? If there's truly no way to avoid the reboot (often there is), MSI for one provides a ForceReboot action you can use...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 02, 2008
09:26 AM
This project is set up as a Basic MSI. The powers that be wish it to stay in that form. If windows search is running there is no way to avoid a reboot to make it compatable as indexing service.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2008
11:24 AM
Anyway to resume the installation after a restart/reboot requirement.
I am using Installscript project
I am using Installscript project
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 09, 2008
04:39 AM
try runonce key under "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce"
anjali wrote:
Anyway to resume the installation after a restart/reboot requirement.
I am using Installscript project
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 09, 2008
08:26 AM
The OnRebooted event handler can help with that.