WIX | Remove *.config file on install

时光怂恿深爱的人放手 提交于 2019-12-06 03:53:14
Yatish

RemoveFile or CopyFile always run before InstallFiles, and it finds no files in the install directory, hence it fails.

The RemoveFiles action will try to find the files you specified in the parent directory of the component, in case you don't override it in the RemoveFile element itself (according to your sample, you don't). Make sure that it is really a folder containing that file. If the file is not found, the action won't fail - it will silently continue.

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