[wix-users] Reboot required

Carter Young ecyoung at grandecom.net
Sun Nov 8 21:17:56 PST 2015


As I tell everyone that starts with errors like these, add this to your
bookmarks:

https://msdn.microsoft.com/en-us/library/aa372835(v=vs.85).aspx

Error Code:
1903

Error:
Scheduling restart operation: Deleting file [2]. Must restart to
complete operation.

Fix:
A system restart may be required because the file that is being updated
is also currently in use. Users may be given the opportunity to avoid
some system restarts by using the FilesInUse Dialog or MsiRMFilesInUse
Dialog. For more information, see System Reboots and Logging of Reboot
Requests.

===================================

File [2] looks like list:

 1. 8d62aa.rbf
 2. 8d62ab.rbf
 3. 8d62bf.rbf
 4. 8d62c7.rbf
 5. 8d62c7.rbf

Which user has access to C:\Config.msi?  That's normally an
Administrator and System only Location, which leads to the next
question: Are you running your minor upgrade with Elevated Privileges?

Carter


On 11/08/2015 10:18 AM, Roni Fuchs wrote:
> Hi everyone,
>
> I'm trying to upgrade (minor upgrade - only replacing files) and for some reason I get that a reboot is required even though I'm stopping the service manually before starting the upgrade and there shouldn't be anything locking the files. What could be the reason for a reboot?
>
> Log:
>
> MSI (s) (38:60) [14:47:11:488]: Machine policy value 'DisableRollback' is 0
> MSI (s) (38:60) [14:47:11:503]: Note: 1: 2265 2:  3: -2147287035
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 1321 2: C:\Config.Msi\8d62aa.rbf 3: 5
> MSI (s) (38:60) [14:47:11:519]: Verifying accessibility of file: 8d62aa.rbf
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 2205 2:  3: Error
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1903
> Info 1903.Scheduling reboot operation: Deleting file C:\Config.Msi\8d62aa.rbf. Must reboot to complete operation.
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 1321 2: C:\Config.Msi\8d62ab.rbf 3: 5
> MSI (s) (38:60) [14:47:11:519]: Verifying accessibility of file: 8d62ab.rbf
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 2205 2:  3: Error
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1903
> Info 1903.Scheduling reboot operation: Deleting file C:\Config.Msi\8d62ab.rbf. Must reboot to complete operation.
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 1321 2: C:\Config.Msi\8d62af.rbf 3: 5
> MSI (s) (38:60) [14:47:11:519]: Verifying accessibility of file: 8d62af.rbf
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 2205 2:  3: Error
> MSI (s) (38:60) [14:47:11:519]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1903
> Info 1903.Scheduling reboot operation: Deleting file C:\Config.Msi\8d62af.rbf. Must reboot to complete operation.
> MSI (s) (38:60) [14:47:11:550]: Note: 1: 1321 2: C:\Config.Msi\8d62bf.rbf 3: 5
> MSI (s) (38:60) [14:47:11:550]: Verifying accessibility of file: 8d62bf.rbf
> MSI (s) (38:60) [14:47:11:550]: Note: 1: 2205 2:  3: Error
> MSI (s) (38:60) [14:47:11:550]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1903
> Info 1903.Scheduling reboot operation: Deleting file C:\Config.Msi\8d62bf.rbf. Must reboot to complete operation.
> MSI (s) (38:60) [14:47:11:550]: Note: 1: 1321 2: C:\Config.Msi\8d62c7.rbf 3: 5
> MSI (s) (38:60) [14:47:11:550]: Verifying accessibility of file: 8d62c7.rbf
> MSI (s) (38:60) [14:47:11:550]: Note: 1: 2205 2:  3: Error
> MSI (s) (38:60) [14:47:11:550]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1903
> Info 1903.Scheduling reboot operation: Deleting file C:\Config.Msi\8d62c7.rbf. Must reboot to complete operation.
>
> Thanks,
>
> Roni (Aron) Fuchs
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
>
>
>



More information about the wix-users mailing list