WiX: application installed can only work when runas administrator in windows7

守給你的承諾、 提交于 2019-12-25 04:35:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!