bypass restart computer check in sqlexpress2008 installation
-
Tuesday, March 06, 2012 2:49 AM
Hi!
I am calling the sqlexpress2008 installer from our installer. I found out that it checks if registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager PendingFileRenameOperations exists. Unfortunately, our installer sets a value in that key.
Is there a way to bypass the "Restart Computer" Rule during installation of sqlexpress2008?
Would you have better suggestion to my problem?
All Replies
-
Tuesday, March 06, 2012 3:26 AM
I'm not sure if this will work, but you could try add the setup parameter
/SKIPRULES=RebootRequiredCheck
-
Thursday, March 08, 2012 6:23 AM
Hi ogie.nocedo,
I think you can refer to the following thread to edit the key value and then re-run the installation.
Please first backup Registry before you edit the Registry key value.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Get or Request Code Sample from Microsoft
If you have any feedback, please tell us.- Marked As Answer by KJian_ Monday, March 12, 2012 6:36 AM

