Inno Setup is a tool to create setup programs with an embedded Pascal-derived scripting language.
It was suggested in the IS newsgroup to use /D= but using the iscc.exe that came with version 5.2.3 I …
inno-setupI'm getting a weird error whiles signing my software. I'm using inno setup 4.5.2. Running Sign Tool command: signtool.exe sign /…
inno-setup signtoolI'm creating an Inno Setup installer for a jar app. What I want to do right now is to check …
inno-setup registry javaI'm comparing these two tools. The impression I have is: Inno Setup does not produce an MSI, but can do …
windows installation wix inno-setupInno Setup installer has the PrivilegesRequired directive that can be used to control, if privileges elevation is required, when installer …
inno-setup uac privileges pascalscript elevated-privilegesOk I know you can do this in Inno Setup: #define AppVer "0.0.11" Then use it like [Setup] AppVerName={#AppVer} Now …
inno-setupIs it possible to get an output of an Exec'ed executable? I want to show the user an info query …
inno-setupI'd like to compile a setup that will connect to a remote database using the credentials provided by the user, …
sql inno-setupI'm using Inno Setup to change the recycle bin in the OS. I need to make some cases for if …
windows inno-setup pascalscriptIs it possible to exit the installation from a function in the [Code] section of an installer created with Inno …
inno-setup pascalscript