卸载后保留文件
我正在使用 Installshield 11 Premium 中的 CopyFile 命令将某些文件从一个目录复制到另一个目录。即使在卸载产品后,我也想保留复制的文件。有哪些方法可以做到这一点? -开发者
Certains files i am copying from one dir to another dir by using CopyFile command in Installshield 11 Premium. I want to preserve copied files even after uninstallation of product. What are the ways to do so?
-Dev
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用禁用(日志记录)...启用(日志记录)。将您的复制功能放在这之间。
这样,复制操作就不会被记录在日志中,也不会被删除。
Use Disable(LOGGING)....Enable(LOGGING). Put your copy function between this.
This way, the copy action will not be captured in the log and will not be deleted.