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 properties set. Can any one explain me how to build the installer so that unins000.exe will contain these fields.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
This question already has answers here:
Closed 2 years ago.
回答1:
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?
回答2:
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.