Inno Setup卸载可执行文件的位置和名称 [英] Inno Setup uninstall executable location and name

查看:291
本文介绍了Inno Setup卸载可执行文件的位置和名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以将其配置为隐藏在Windows安装程序生成的.msi文件的同一位置C:\windows\something\中,而不是在C:\Program Files\MyAppFolder\中吗?

Can I configure it to be placed in the same location C:\windows\something\ that .msi files produced by windows installer are hidden in, instead of in C:\Program Files\MyAppFolder\?

我还可以将名称更改为比unins000.exe更明显的名称吗?

Also can I change the name to something more obvious in intent than unins000.exe?

推荐答案

可以通过在脚本文件中设置值来更改卸载程序路径:

The uninstaller path can be changed by setting a value in the script file:

[Setup]
UninstallFilesDir={win}\Installer

似乎没有办法更改名称.

There doesn't appear to be a way to change the name.

这篇关于Inno Setup卸载可执行文件的位置和名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆