Visual Studio 安装项目不应在卸载期间删除文件
我为我的应用程序创建了 Visual Studio 2005 安装项目。 Windows Installer 在安装过程中将一个 xml 文件放入 AppData/myCustomFolder 中。我使用文件系统编辑器并添加了特殊文件夹 - 用户的应用程序数据文件夹,然后在其中包含该 xml。
当我从“控制面板”文件夹中卸载应用程序时,“程序文件”中的文件夹被删除,而且“AppData”中的 xml 文件也被删除。我需要始终将此 xml 文件保留在 AppData 中,即使用户重新安装应用程序也是如此。
我怎样才能做到呢?
I created Visual Studio 2005 Setup project for my application. Windows Installer during installation put one xml file into AppData/myCustomFolder. I used File System Editor and added special folder - user's app data folder, then included that xml there.
When I uninstall application from Control Panel folder from Program Files is deleted, but also my xml file from AppData is deleted too. I need to leave this xml file in the AppData always, even when user re-install application.
How I could do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将永久属性设置为 True
永久属性
Set the Permanent property to True
Permanent Property