cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mjblood
Level 2

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.
Labels (1)
0 Kudos
(5) Replies
RobertDickau
Flexera Alumni

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...
0 Kudos
mjblood
Level 2

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.
0 Kudos
anjali
Level 3

Anyway to resume the installation after a restart/reboot requirement.
I am using Installscript project
0 Kudos
fengzhou
Level 3

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
0 Kudos
RobertDickau
Flexera Alumni

The OnRebooted event handler can help with that.
0 Kudos