I\'m creating an installer with Inno Setup, and it\'s almost done. The problem I\'m having now, is I\'d like to check which components the user selects, and have input fields in a custom wizard page,
I created a setup with custom wizard pages and开发者_如何学C custom background images. The problem is with non-standard DPI systems.
Is there a way to show a custom w开发者_如何学运维izard page or a custom page after the files have been dumped to the {app} directory?Yes, by specifying the correct page ID you want it to appear after
ok so this isn\'t my code I found it on a forum but it\'s the same as I need, I looked into the code and it seems to me it\'s ok has no errors in it or anything. I think the issue is the way it calls
How I can get the version number from a exe file or a dll using Inno, I tried the Get开发者_运维百科FileVersion function but only is available in the Inno Preprocessor (and I need use this function in
I am using Inno Setup to generate the installer of my application. How can set the version number of the setup.exe (VersionInfoVersion) generated by Inno to m开发者_C百科atch with the version number o
When I collect input from a user, how can开发者_Go百科 I check to see if it\'s an IP address?An IP Address (assuming you mean IPv4) is actually an integer, but it is usually written as four numbers se
In my inno setup installer in [Run] section I want to run a cmd command, but here is the problem. I want to run an exe with parameters,
Is there a way that check box is not shown to user or user cannot uncheck the checkbox? My purpose is I want to run a batch script at the end of installation and I must run it so I don\'t want this to
It\'s been a while since I was reading some questions/answers concerning InnoSetup, but none of them seems to help me... I want to change the AppName value depending on the language selected, being av