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

北城余情 提交于 2019-12-10 02:33:49

问题


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.


回答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.



来源:https://stackoverflow.com/questions/1885948/in-inno-setup-how-to-set-the-unins000-exe-with-product-name-product-version-and

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!