【发布时间】:2016-08-18 19:48:13
【问题描述】:
我有一个每台机器的 WiX 安装程序 (InstallScope="perMachine" InstallPrivileges="elevated"),我需要创建一个文件夹并将一些文件复制到每个运行该应用程序的用户的 Documents 文件夹中。目前我将文件安装到当前用户的个人文件夹中,但这是错误的,我收到 ICE91 验证警告:
ICE91: The file 'SomeFile' will be installed to the per user directory 'SomeDir'
that doesn't vary based on ALLUSERS value. This file won't be copied to each
user's profile even if a per machine installation is desired.
我希望将文件自动复制到每个用户的 Documents 文件夹中。有人可以发布分步说明如何做到这一点吗?
更新:我将放假到 9 月,在此期间我将无法回复任何 cmets。
【问题讨论】:
标签: wix windows-installer