bypass restart computer check in sqlexpress2008 installation
-
6 марта 2012 г. 2:49
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?
Все ответы
-
6 марта 2012 г. 3:26
I'm not sure if this will work, but you could try add the setup parameter
/SKIPRULES=RebootRequiredCheck
-
8 марта 2012 г. 6:23
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.- Помечено в качестве ответа KJian_ 12 марта 2012 г. 6:36

