Inno Setup做更新包

本文介绍了如何正确配置更新安装程序,使其能与原始应用程序无缝集成。主要包括:确保更新安装到相同的目录;移除原始应用程序时删除新增文件;不更改卸载程序显示的应用名称等关键步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

When deploying an installation that is an "update" (or "add-on") to an existing installation, you probably want the following criteria to be met:

The update must be installed to the same directory as the original application.
Any new files installed by the update must be removed when the original application is uninstalled.
The update should not create a new entry in the Add/Remove Programs list, or alter the original application's entry. Nor should the application name displayed by the uninstaller change.
1 and 2 may be achieved by giving your [color=red]update installation the same AppId setting as the original application[/color]. (If you never set AppId in the original application, then set AppId to the value of AppName used in the original application.) This, when combined with [color=red]UsePreviousAppDir=yes[/color] (the default setting), will cause the update installation to default to the same directory as the original application, and share the same uninstall log file (unins???.dat).

3 may be achieved by setting [color=red]CreateUninstallRegKey=no and UpdateUninstallLogAppName=no.[/color]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值