Inno Setup卸载可执行文件的位置和名称

Dan*_*ely 9 installation installer inno-setup uninstallation

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

我也可以将名称更改为意图比unins000.exe更明显的东西吗?

Dan*_*ely 19

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

[Setup]
UninstallFilesDir={win}\Installer
Run Code Online (Sandbox Code Playgroud)

似乎没有办法改变名称.