Top "Inno-setup" questions

Inno Setup is a tool to create setup programs with an embedded Pascal-derived scripting language.

How to bypass/disable UAC in setup Installation

Folk, I need to bypass UAC, through my Installer. Please note I am using InnoSetup/NSIS/Advanced Installer. I have …

inno-setup nsis advanced-installer
How to ensure the setup program will run with administrator rights?

If I create setup package using Inno Setup, will the setup program have administrator privileges allowing it to register DLLs …

inno-setup
Inno setup - skip installation if other program is not installed

I have to find way how to skip installation if other program is not installed. I can detect registry of …

installation inno-setup skip
How to create folder in Inno Setup

How can i create folder in code section? I use example script of inno download. [Code] //HERE I NEED TO …

inno-setup inno-download-plugin
Inno Setup Invalid Bitmap Image

I'm trying to replace the sidebar image on the start page of my installer. I keep getting the error 'Bitmap …

bitmap inno-setup bitmapimage
Problem with checking the Windows version from Inno Setup

My program installs a driver, which has different versions compiled for XP, Win2003, Vista/Win2008, and Win7. I use pascal …

inno-setup pascalscript windowsversion
signtool fail with Inno Setup with exit code 0x1

Suddenly my Inno Setup compiler stopped working. Since the last time I used it, I just installed a new certificate …

inno-setup code-signing signing code-signing-certificate
Silent Install of SQL Server Express 2012 from Inno Setup

I am trying to install SQL Server Express 2012 silently from my application installer created using Inno Setup. When running the …

sql-server-2012 installation inno-setup sql-server-2012-express
LoadStringFromFile and StringChangeEx from Unicode Inno Setup (Ansi file)

I'm trying to update one of my scripts to use the Unicode version of Inno Setup. Unfortunately I'm running into …

unicode inno-setup ansi pascalscript
Using Inno Setup, how to import a certificate .cer file?

Can I use Inno Setup to import a .cer file (a certificate)? How can I do it? I need to …

installation certificate distribution inno-setup