Top "Inno-setup" questions

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

How do I fix maven error The JAVA_HOME environment variable is not defined correctly?

Issue: I am getting the Maven error "The JAVA_HOME environment variable is not defined correctly" when I run through …

maven inno-setup
How to restart service using command prompt?

I want to restart Windows service using command prompt in [Icons] section using Inno Setup. Please help me to solve …

windows-services installation inno-setup
Inno Setup: How to automatically uninstall previous installed version?

I'm using Inno Setup to create an installer. I want the installer to automatically uninstall the previous installed version, instead …

installation inno-setup
Inno Setup for Windows service?

I have a .Net Windows service. I want to create an installer to install that windows service. Basically, it has …

c# windows-services inno-setup
How to make vcredist_x86 reinstall only if not yet installed?

In my inno setup RUN selection I force silent install of MSVCRT. I wonder how to make it install itself …

inno-setup msvcrt
How to configure Inno Setup to uninstall everything?

I am new to Inno Setup. Stuck on one issue ~ how to configure the uninstall piece to remove all files, …

inno-setup
How do I modify the PATH environment variable when running an Inno Setup Installer?

Inno Setup lets you set environment variables via the [Registry] sections (by setting registry key which correspond to environment variable) …

environment-variables inno-setup
Inno Setup: Verify that .NET 4.0 is installed

I have a component that requires .NET 4.0 to run, how can my Inno Setup installer verify that it is installed, …

.net inno-setup
Run application after successful install

How to make check box that allow user to run application after installation?

inno-setup
Inno-setup 32bit and 64bit in one

Is it possible to add a file say "x64.dll" when it is a 64bit installation and "x86.dll" when …

inno-setup