I need some help with inno setup. If it is possible, I would like to know how to: Check if a process appears during the time an .exe f开发者_JAVA百科ile is running (the .exe is called from inno insta
I am trying create installation file for my projects. I am using command line so I created bat file \"create_setup.bat\". From this file I am trying to compile Inno开发者_运维百科 Setup script \"my_pr
I am importing an C++ DLL in an innosetup install script. The DLL code is as follows: void __stdcall SetFbParam(char *dbFileName,char *dbTableName,char *dbParamName,char *dbParamValue){
I want to display several wizard pages using Inno Setup. But at some point, depending on the users tas开发者_高级运维k choice, I want to switch to another page, not necessarily the next page. Is it po
I know I can easily get messages inside [CustomMessages] AdditionalIcons=blablabla using this code: ExpandConstant(\'{cm:AdditionalIcons}\');
Is there any way to \"reset\" all setup settings in Inno Setup into their default values? I want to add Reset options button into my setup, and clicking that button would set all the options to the s
I am building an Inno Setup script and have libraries that need to be installed to locations that are determined at install (i.e. Java_Home/bin). Is there a way to a开发者_运维问答ccomplish this by ch
In installer, you can easily change the small bitmap in wizard\'s top right corner using this code: [Setup]
Is there a way to jump to the specified wizard page? Backward and forward? For example, I would add \"Configu开发者_运维问答re again\" button in the wpReady, and when the button is clicked, I want to
I\'m creating setup for my application in Inno Setup, and I will probably need to install driver sometime in the future. However, I need to know some tips about installing drivers in Inno Setup now, s