控制面板中的修复应用程序大小加倍

发布于 2024-12-01 19:47:53 字数 218 浏览 1 评论 0原文

我有一个具有修复选项的安装程序。安装时,我在临时文件夹中复制了一些 50MB 的临时文件,我想在安装结束后将其删除。我是通过自定义操作来执行此操作的,该操作会删除我创建的临时文件夹。

现在的问题是,当我进行修复时,控制面板中的大小每次都会增加一倍。如果我不删除那些 50MB 的临时文件,则修复大小保持不变。

我是否在这里缺少正确的顺序或其他东西? 请指导我

谢谢, 桑迪普

I have an installer which is having repair option. While installation I am copying some 50MB of temp files in the temp folder, which I want to delete at the end after installation.I am doing so by a custom action which deletes the temp folder created by me.

Now the problem is when I am doing the repair, size in the control panel is getting double each time. If I do not delete those 50MB of temp files, on repair size remains the same.

Is that I am missing on the right sequence here or on something else?
please guid me

Thanks,
Sandeep

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

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

发布评论

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

评论(1

乙白 2024-12-08 19:47:53

通常,Windows Installer 在 CostInitialize< 期间确定所需的大小/a> 和 CostFinalize 操作。因此,您可以尝试在这些操作之前、之间或之后移动临时文件自定义操作,看看是否可以解决任何问题。

如果没有,并且 ARPSIZE 也不适合您,那么您无能为力。

Usually Windows Installer determines required sizes during CostInitialize and CostFinalize actions. So you can try moving your temporary files custom actions before, between or after these actions to see if it solves anything.

If it doesn't and ARPSIZE doesn't work for you, there's not much you can do.

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