问题
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?
回答1:
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:
Does it run on Vista? For installation it is common to be run by administrator - the application itself should be able to run without admin privileges and this requires dedicated work.
来源:https://stackoverflow.com/questions/1311218/wix-application-installed-can-only-work-when-runas-administrator-in-windows7