inno-setup
Multiple Desktop Icons in InnoSetup
I am creating an installer that has a bonus application in with the normal application. I have the icon showing in the program group just fine, I want to be able to give the option to cr开发者_Go百科e[详细]
2023-04-12 07:37 分类:问答Inno Setup: Uninstall user dialog
I need a user dialog with yes/no option for the uninstall process (\"also delete the setting files in the userappdata开发者_高级运维 folder?\" )![详细]
2023-04-12 06:56 分类:问答Reading constants from .ini file for Inno Setup compilation
I wrote an inn开发者_如何学编程osetup script in order to prepare an installer requiring a password.[详细]
2023-04-12 06:37 分类:问答How to Add Outbound Windows Firewall Exception?
I need to open up the Windows Firewall for outbound connections for an application I\'m writing. The best answers I\'ve been able to locate are here:[详细]
2023-04-12 05:46 分类:问答Precompile ASP.NET Application after Installation
I have an ASP.NET Application compiled into installation pa开发者_StackOverflowckage using INNO Setup installer. When I install an application to the dedicated server I want to precompile the whole ap[详细]
2023-04-11 23:12 分类:问答automated build inno setup error
This 开发者_StackOverflowquestion is regarding getting version directly from assembly. I have followed instructions from this post[详细]
2023-04-11 22:29 分类:问答How do you modify the machine.config using Inno setup?
How do you modify the machine.config using Inno setup?开发者_StackOverflow I have looked at the documentation and searched google and can\'t find anything so it makes me feel like I\'m asking the wro[详细]
2023-04-11 08:14 分类:问答InnoSetup MsiQueryProductState
I want to replace the VS setup by the Inno Setup. Do check if an old version is installed i found the \'MsiQueryProductState\' method.[详细]
2023-04-11 03:46 分类:问答signtool fail with inno setup : 0x80070003 - "Store IsDiskFile() failed"
I\'m getting a weird error whiles signing my software. I\'m using inno setup 4.5.2. Running Sign Tool command: signtool.exe sign /a /f cert.pfx /v /t \"http://timestamp.verisign.com/scripts/timstamp.[详细]
2023-04-10 23:41 分类:问答Getting a file version number in the [Registry] section
I am creating an installer for a visual studio project using inno setup. I am getting an error for \"Parameter ValueData has invalid value\"[详细]
2023-04-10 18:48 分类:问答