inno-setup
Web install builder software
Web installers are getting more popular every day - you download just a small bit o开发者_如何学编程f installation and it pulls the remaining files from webserver.[详细]
2023-04-02 09:57 分类:问答multiple command execution
I have created a installer with innosetup and i wanna use it to create a postgresql database using psql.exe .[详细]
2023-03-31 02:35 分类:问答Set the machine Name with inno-setup
How can I Get & Set the machine name in may configuration INI Is there any key or function in inno-Se开发者_如何学运维tup to get the machine name.See the {computername} constant. This can then be[详细]
2023-03-30 03:28 分类:问答How to copy a file dynamically using inno script?
I\'m very new to inno script. I have created a setup file using inno script and I have included one text file in that script. Whenever I run the setup, the text file is copied to[详细]
2023-03-29 23:55 分类:问答How do I accept user input with a multi-line textbox in Inno Setup?
I have an installer built with Inno Setup and I\'m currently accepting input using the \"TInputQueryWizardPage\" control. However, this only allows for a single line of text in the textbox. Is there a[详细]
2023-03-29 16:42 分类:问答What is the most reliable way to check for firefox installation?
I am making a software that comes bundled with a firefox extension. In my instalation script I want to prompt a user weather 开发者_运维问答he wants to install the extension. But for that I need:[详细]
2023-03-29 05:43 分类:问答add button only in one page in instal file
i want to add a button to my instal file but in one page (the page i choose) but the code i used add the button or URL in all pages[详细]
2023-03-28 22:15 分类:问答Correct code for opening a file with an external editor
Is the following code it right or not and, if it is wrong, please correct it. Note: I want to open the file with \"WordPad.exe\" not with \"Microsoft Office Word\" until if \"Microsoft Office Word\"[详细]
2023-03-28 12:42 分类:问答How to create a text file in the directory my application is installed with INNO SETUP?
How can I create a file in the directory in which my application is installed? I\'ve tried the following, and it doesn\'t work. Basically I need to be able to create the file in 开发者_开发技巧C:\\Pr[详细]
2023-03-27 15:04 分类:问答Inno Setup Chinese Language File not working
I found this unsupported Chinese .isl file (for translation in Inno) on the Inno Setup website. http://www.jrsoftware.org/files/istrans/ChineseSimp-12/ChineseSimp-12-5.1.11.isl[详细]
2023-03-27 07:09 分类:问答