I’ve built a setup.exe in C# that runs several chained MSI’s (with the /QUIET /NORESTART). At the end I’d like to check if a reboot is needed in the machine (that is, if one of the MSI’s requested a reboot).
How can I detect so?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The following registry location has the information:
Key
HKLM\System\CurrentControlSet\Control\Session Manager, valuePendingFileRenameOperationsSource: http://technet.microsoft.com/en-us/sysinternals/bb897556.aspx