cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ramakantk
Level 3

Installation not continuing after restart..

Hi,

I am creating a Basic MSI project.In this I have a custom action which install SQL server 2005. This custom action executed after LaunchCondition. Everything is working fine on all OS except Windows Vista. In Vista it is required to disable UAC to install SQL server properly. I had created another custom action which disable UAC. But problem is that for taking effect of these changes machine has to Restart. I reboot the machine. But after Rebooting installation does not start autamatically.

How can I have to make installation continue from point where it restart the machine ? Does this is possible ?

Thanks for help in advance.
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

I would not suggest changing the UAC settings on a machine. Instead please use a prerequisite, which can properly prompt for elevated privileges, to install SQL Server.
0 Kudos