【发布时间】:2014-06-25 10:01:36
【问题描述】:
在我的 wix 设置中,我使用 InstallScope="perMachine"。在交互式设置中,没有问题,它完美地安装了我的应用程序。但是,当我尝试使用 /qn 从命令行安装它时,出现以下错误。
MSI (s) (60:EC) [11:51:05:268]: Product: ClickShare Launcher -- Error 1925. You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation.
谁能告诉我为什么它只在静默安装时出现这样的问题?命令行是否具有不同的用户权限? 我能否以某种方式检测用户是否具有所需的权限并安装应用程序 perUser 而不是 perMachine?这会是一个解决方案吗?
谢谢。
【问题讨论】:
标签: wix windows-installer wix3.5 wix3.6