This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installation not continuing after restart..
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 23, 2008
12:18 AM
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.
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.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 23, 2008
01:44 PM
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.