I am a beginner of Wix, I make a msi, and install it in windows7,but the application
only work correctly when runas administrator. Can somebody give me some suggest?
- 1Do you mean that the setup needs to run with administrative privileges? Or the application that has been installed by your setup?Dirk Vollmar– Dirk Vollmar2009-08-21 10:45:54 +00:00Commented Aug 21, 2009 at 10:45
- The application that has been installed by your setup need administrative privileges to run.Anonymous– Anonymous2009-08-24 01:15:50 +00:00Commented Aug 24, 2009 at 1:15
Add a comment |
2 Answers
You need to generate a verbose log file (see the command line options topic in the MSI SDK) and see what the actual install error is.
2 Comments
Rob Mensching
The issue you described above means there is a bug somewhere in your installation. The Windows Installer will elevate correctly for you. However, if you have a bug in your setup (usually a buggy Custom Action) then things can still fail. A verbose log file will point to the root issue.