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

Install Condition

Hi,

After building an .isp to .msi in the Repacker (islc.exe), it generates a Install condition:
MsiSystemRebootPending<>1

When I run the .msi it gives the following message:

The installation can not continue because a system reboot is pending.

If a delete that condition the .msi runs fine, but why do I get that Install Condition?
(1) Reply
Did your application needed a reboot during repackaging?
you can check the registry if there is one of the follwoing keys configured:

- PendingFileRenameOperations
- Run

this would possibly be the reason?
If so , you should repackage again and include the reboot because there was a pending file rename operation ,,, ( locked file)

Jeroen