开发者

In inno setup how to set the unins000.exe with product name, product version and copyrights properties [duplicate]

This question already has answers here: Inno Setup uninstaller VersionInfo (2 answers) Closed 5 years ago.

I have created an installer using inno setup. Everything works fine but after installation unins000.exe will be generated, this exe doesn't have product name, product version and copyrights propert开发者_JS百科ies set. Can any one explain me how to build the installer so that unins000.exe will contain these fields.


The short answer is that you cannot set those values and really, there's no need to do it. That file is put into the {app} directory (where your application is installed).

Why do you want to set those values?


I am not completeley sure what you want to do.

What I understood: you want to change some of the properties of your unistall executable. This part of the InnoSetup-Help might help: UninstallFilesDir. Close to this Page there is more information on uninstall.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜