Can anyone help me to protect a selection group or component. For examples If (\'Read开发者_StackOverflow中文版me.txt\').selected or (\'compact\').selected = True then
I\'m trying to deploy an ASP.NET application using Inno Setup. I need to perform the following tasks:
I created a setup using Inno installer, during the setup, I made some lengthly operations to check certain values over the system (registry keys, some files...)and during that time no interface is dis
Can anyone help me with a inno setup sample script showing how to add an e开发者_如何学Cntry to windows 7 hosts file?
During installation, it\'s possible to update the InnoSetup wizard status text from inside the PascalScript event handler \"CurStepChanged(ssPostInstall)\" with the following code (How to update the I
I created a software that is associated with the processing of payments and purchases of pulses. I have used VB6, sqlite2009 for Inno to create the database and its set-up. I created a program called
I have an Inno Setup script with preprocessor directives (#defines, #ifs, etc.) I want to run the Inno Setup preprocessor on my script and see the preprocessor\'s output (translation in Inno-Setup-sp
I have created an shareware application using vb.net visual studio 2008 for windows desktop, and packaged it using innosetup 5.3.8. The pro开发者_开发技巧blem is when i have installed the application
Inno setup qu开发者_如何学运维estion here... I\'m making a program which should be installed globally for all users, but where each user has his own specific settings for the program, which should de
I have an application that uses Inno Setup as its installer. I am now writing an updater using Inno Setup to apply some updates to various installed locations.