inno setup - SQL Server 2016 silent Installation prompts reboot -


i trying silent install sql server 2016 components using configuration file installer using inno setup. os using windows server 2012 r2.

sql server management studio (ssms) available separate installer 2016 version on wards. required install sql server first followed ssms executable through installer in 1 shot.

the problem is, sql server installed correctly requires system reboot before installing ssms executable. tried using /skiprules=rebootrequiredcheck parameter when execute setup.exe , deleting pendingfilerenameoperations registry entry (hkey_local_machine\system\currentcontrolset\control\session manager) after installation of sql server. still requires system reboot.

is there way skip system reboot or other work around possible requirement.

thanks in advance.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -