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
- :
- UAC and MSI issues
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Mar 12, 2010
02:01 AM
UAC and MSI issues
I have created an MSI which has the MSDE 2000 install object in it alongwith other files and redistributables.
Everything works fine on XP
When I tried to install on Vista and above, it just would not install. After spending some time on the web I realized that if I fire it as as Administrator it should work.
So I created a batch file and called msiexec /i ABCD.msi.
But still no luck....
Any clues?
Thanks
Everything works fine on XP
When I tried to install on Vista and above, it just would not install. After spending some time on the web I realized that if I fire it as as Administrator it should work.
So I created a batch file and called msiexec /i ABCD.msi.
But still no luck....
Any clues?
Thanks
(1) Reply
Mar 12, 2010
02:42 AM
Double checking the batch file would not get the elevated privilege. When you right click on a batch file you will see the option "Run as administrator".
I didn't try MSDE2000 install on Vista myself but I would suspect it might cause problem as it's not supported on Vista anymore. You may want to consider SQL Express instead. Take a look at:
http://blogs.msdn.com/sqlexpress/archive/2006/08/09/693650.aspx
I didn't try MSDE2000 install on Vista myself but I would suspect it might cause problem as it's not supported on Vista anymore. You may want to consider SQL Express instead. Take a look at:
http://blogs.msdn.com/sqlexpress/archive/2006/08/09/693650.aspx