inno-setup
Inno Setup Custom Dialog from Component
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,[详细]
2023-03-18 00:51 分类:问答How to detect and "fix" DPI settings with Inno Setup?
I created a setup with custom wizard pages and开发者_如何学C custom background images. The problem is with non-standard DPI systems.[详细]
2023-03-17 23:47 分类:问答Show Custom Wizard Pages After Installation
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[详细]
2023-03-17 05:31 分类:问答Inno Setup Calling custom page error "InitializeWizard"
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[详细]
2023-03-16 20:04 分类:问答Get the version of a exe or dll from inno setup
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[详细]
2023-03-15 23:39 分类:问答How do I automatically set the version of my Inno Setup installer according to my application version?
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[详细]
2023-03-15 14:53 分类:问答Basic IP validation within Inno Setup script
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[详细]
2023-03-15 00:58 分类:问答Inno setup quotes problem
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,[详细]
2023-03-14 11:54 分类:问答Inno setup postinstall check box
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[详细]
2023-03-14 11:28 分类:问答Changing AppName and AppDir depending on language in Inno Setup
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[详细]
2023-03-14 08:50 分类:问答