inno-setup
How to get Inno Setup to unzip a file it installed (all as part of the one installation process)
To save bandwidth/space as well as prevent accidental meddling, the installation files for a database product (call it Ajax), have been zipped up (call that file \"AJAX_Install_Files.ZIP).I would like[详细]
2023-03-07 16:08 分类:问答How can I show a "please wait" window while checking for prerequisites in my installer?
I do a number of checks in the InitializeSetup function in my script. These take about 10 seconds to complete, during which time nothing is displayed except for the window butt开发者_Python百科on on t[详细]
2023-03-06 22:05 分类:问答Innosetup - reference a file from [Code] before the installation starts
This is sort of a continuation of this question.I have a file that I want to include with my installation package (a .CHM help file) that I need to access during installation from code.It doesn\'t nee[详细]
2023-03-06 13:26 分类:问答Inno Setup GetExceptionMessage returns empty message
in Inno Setup script GetExceptionMessage returns empty message (it contains only colon \":\" sign). The la开发者_JAVA百科st version of Inno Setup (5.4.2) is used.[详细]
2023-03-05 22:51 分类:问答Infinite loop in Pascal, how come?
I wrote a Pascal function to replace either a whole line, or just a part of it, in a file, for use in Inno Setup:[详细]
2023-03-04 06:03 分类:问答Innosetup - are user CreateInputOptionPage "wizard" pages shown when /silent, etc is specified?
InnoSetup setup executables have command line options to permit unattended or batch file operation - i.e. it is possible to have co开发者_如何学Pythonmmand-line parameters like /SILENT, /VERYSILENT,su[详细]
2023-03-04 04:21 分类:问答How do I do an http request upon successful Inno Setup install, for tracking purposes?
When my program successfully installs via Inno Setup, how do I run a URL in the background? I want to just load a tracking pixel (or a postback) which says that my program was installed.[详细]
2023-03-03 20:41 分类:问答Inno Setup: Exiting when clicking on Cancel without confirmation
If a the user clicks on \"Cancel\", I want the installer to stop and exit,开发者_运维问答 WITHOUT asking I want to exit or not.[详细]
2023-03-02 03:50 分类:问答Inno Setup refresh desktop
Is it possible to refresh the desktop using Inno Setup in the [Code] section? Either by using Se开发者_如何学CndMessage or somehow use SHChangeNotify?You can call any function in the Windows API by c[详细]
2023-03-01 17:09 分类:问答Getting the last modification date of a file in Inno Setup Pascal Script
I need to choose the most recently modified file in my instal开发者_如何学Golation script.It seems the Pascal scripting language has no GetFileDateTime or similar, so I am resorting to:[详细]
2023-03-01 02:21 分类:问答