Windows 安装程序删除生成的日志文件

发布于 2024-11-28 08:52:18 字数 203 浏览 1 评论 0原文

您好,我有 Windows 安装程序来安装我的程序并卸载它。 安装的一切都很顺利,但卸载部分除外。 我的程序正在“程序位置\Log\”目录中生成日志文件。 我想添加自定义命令来在卸载之前或之后清除此文件夹,以便卸载过程将完全删除该目录,并且不会在程序文件系统中留下混乱。

知道如何做到这一点。 另外,如果可能的话,我不想为此添加额外的文件。

谢谢你的建议...

Hi I have windows installer that install my program and uninstall it.
everything with installation goes fine but for uninstall part.
My program is generating Log files in "program location\Log\" directory.
I would like to add custom command to clear this folder before or after uninstallation so the uninstall process will completly remove the directory and does not leave mess in program files system.

Any idea how to do this.
Also i do not want to add additional file for this, if it is possible.

thank you for your suggestions...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遗忘曾经 2024-12-05 08:52:18

您可以使用RemoveFile 操作来删除日志文件。
http://msdn.microsoft.com/en-us/库/aa371201(VS.85).aspx

You can use a RemoveFile operation to delete the log files.
http://msdn.microsoft.com/en-us/library/aa371201(VS.85).aspx

温柔戏命师 2024-12-05 08:52:18

我决定添加卸载时执行的bat 文件,这将清除。

I have decided to add bat file that is executed when uninstall happens and this will clear up.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文