Tagged Questions

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

learn more… | top users | synonyms

19
votes
7answers
8k views

InnoSetup: How to automatically uninstall previous installed version?

I'm using InnoSetup to create installer. I want the installer to automatically uninstall the previous installed version, instead of overwriting it. How can I do that?
14
votes
5answers
4k views

Automated-build version number with WiX, Inno Setup, and VS2008

Basically what I need is an automated way to update the product version number in WiX (3.0 with Votive etc), and then get that version number into an Inno Setup "bootstrapper" I pretty much have the ...
12
votes
1answer
281 views

How do I automatically set the version of my Inno Setup installer according to my application version?

I am using Inno Setup to generate the installer of my application. How can set the version number of the setup.exe (VersionInfoVersion) generated by Inno to match with the version number of my ...
12
votes
1answer
2k views

How to remove a desktop shortcut by Innosetup

How can I remove a desktop shortcut by Innosetup? It's created by previous version and not needed anymore. I tried delete it in [InstallDelete] [InstallDelete] Type: files; Name: ...
11
votes
1answer
3k views

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 corresponding to environment variable) However, sometimes you dont just wanna set an environment ...
10
votes
8answers
3k views

Is it feasible/sensible to wrap an InnoSetup installer inside an MSI for easier distribution via AD?

Our installer is written with InnoSetup and we are actually quite happy with it. Yet some customers keep asking for an MSI installer which they could more easily distribute via Active Directory. We ...
7
votes
5answers
217 views

What are the prerequisites for installing an ASP.NET application?

We have an ASP.NET 2.0 application that is available as a trial download. As such, we have no control over the environment into which it will be installed. Despite all our efforts to produce a ...
7
votes
2answers
493 views

Select custom components to uninstall on Inno Setup uninstaller

I made installer with Inno Setup. It consist of multiple executables all located in Program Files "APP" folder. But for every executable there's different subfolder in this "APP" folder. Because ...
7
votes
1answer
440 views

What is the best practise to create MSI with some other child MSI as prerequisite?

Currently we are using Innosetup as a bootstrapper to install the MSI prerequisites. It makes bit complex to maintain the setup. I found that burn tool which may help us to resolve this issue by ...
6
votes
2answers
445 views

Installers: WIX or Inno Setup?

I'm comparing these two tools. The impression I have is: Inno Setup does not produce an MSI, but can do everything WIX can do WIX does produce an MSI, but has a steep learning curve Do you agree ...
6
votes
6answers
4k views

Close running version of program before installing update (Inno Setup)

This should be simple, I need to stop any previous version of my program from running when the installer starts. Most people suggested making an exe which does this and calling it before Inno Setup ...
6
votes
1answer
1k views

How to run a file before setup with Inno Setup

Is it possible to run a file with Inno Setup, before the setup beginns? Documentation
6
votes
1answer
217 views

Managing IIS through Delphi code

I'm developing an Inno Setup installer and I need to manage an IIS server from my delphi code. I've googled how to add/remove ISAPI filters and how to create a virtual folder. However, I still need to ...
6
votes
5answers
10k views

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, folders, subfolders, and even new files/folders etc. created by application (in other words, a ...
6
votes
3answers
1k views

Vista & C# - Drag & Drop problem (not related to elevation)

Application in question is .Net 2.0 Framework WinForms. It is supposed to work on large user base (installation from CD). Installation done using InnoSetup. On two machines, application does not ...
6
votes
2answers
1k views

Friendly Windows Minimum Version in InnoSetup

I can set the minimum version required (for example XP SP3) in Inno-Setup by going MinVersion=0,5.01.2600 However, that leads to the rather unfriendly Message Box: This program requires Windows NT ...
5
votes
1answer
72 views

Get returning value of a function in Inno setup

i need to write in registry the current date, when my app were installed. For this i have created function in [code] section and trying to call it from [registry] section but it doesnt work. How can i ...
5
votes
1answer
3k views

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 it is a 32bit installation?
5
votes
1answer
2k views

Inno Setup: Add a Custom Input Field

I am making use of Inno Setup (its amazing!). I was hoping to customise the installer so that I can accept a string from the user in the form of an input field and maybe add a message to it. How can ...
5
votes
1answer
3k views

How to use Inno Setup to update a database using .sql script

I'd like to compile a setup that will connect to a remote database using the credentials provided by the user, then install few db components using .sql script. Is that possible using Inno Setup? ...
4
votes
1answer
124 views

How do you modify the machine.config using Inno setup?

How do you modify the machine.config using Inno setup? I have looked at the documentation and searched google and can't find anything so it makes me feel like I'm asking the wrong question or missing ...
4
votes
3answers
136 views

Web install builder software

Web installers are getting more popular every day - you download just a small bit of installation and it pulls the remaining files from webserver. But with all popularity, I couldn't find any ...
4
votes
1answer
2k views

Wrong desktop shortcut icon on Windows 7 (Inno Setup)

I have created an installer with Inno Setup. The icon used for the desktop shortcut and start menu is embeded in the application executable. When the installer was initially created, I didn't have ...
4
votes
2answers
1k views

How can I set the exit code in Inno Setup?

I want to set the exit code for my installation, this way I will know why the installation was aborted. I'm using Inno Setup.
4
votes
1answer
638 views

In inno setup how to set the unins000.exe with product name, product version and copyrights properties

I have created an installer using inno setup. Everything works fine but after installation unins000.exe will be generated, this exe doesn't have product name, product version and copyrights properties ...
4
votes
3answers
986 views

Create new GUID in InnoSetup

Is there any way to generate a new GUID from inside an INNO Installer script? I'm not after a new AppId, just want to get some GUID text. Regards Tris
4
votes
2answers
4k views

Unable to register the DLL/OCX: RegSvr32 failed with exit code 0xC0000005 with Inno Setup 5.2.3

I am trying to register a COM DLL using Inno Setup in a setup package I created. During test installations on Vista, I get this error: Unable to register the DLL/OCX: RegSvr32 failed with exit ...
4
votes
1answer
1k views

How to get the output of an exec'ed program in Inno Setup?

Is it possible to get the output of an exec'ed executable. I want to show the user a info query page but show the default value of mac address in the input box. Is there any other way to reach the ...
4
votes
3answers
2k views

How do you make Inno Setup not look frozen while performing a long Exec?

The long Exec is installing .NET 3.5, and out script is based off this one: http://www.blackhillsoftware.com/blog/2006/06/26/using-innosetup-with-the-dotnet-framework/ The problem is that it's using ...
4
votes
7answers
3k views

How can I call a .NET DLL from an Inno Setup script?

I want to call a function from a .NET DLL (coded in C#) from an Inno Setup script. I have: marked the Register for COM interop option in the project properties, changed the ComVisible setting in ...
3
votes
3answers
169 views

InnoSetup: Is it possible to open my own Delphi form (from the DLL) instead of the standard setup wizard

I need to create a complex form with my own components (kinda OneClick installer), and use it as the replacement of the standard InnoSetup wizard. Is it possible? My form is placed into DLL, and this ...
3
votes
1answer
88 views

Inno Setup - Conditional downloads based on tasks or components

I'm using Inno Setup 5.4.2 (a) to create a bootstrapper. Now I finally got it so that based on components selected the bootstrapper downloads the needed files for the components and then installs ...
3
votes
3answers
69 views

Do you know an InnoSetup wrapper that I can use in C#?

I commonly use InnoSetup manually to build setups for my programs. Now I would like to write a program that can easily build various distributions of an other program, and in order to do that I'd ...
3
votes
3answers
293 views

how to make setup file containing a delphi exe and some other files

I have written a utility in delphi 5 professional which requires the some files while executing. I want to make a setup file which installs my utility program along with the other required files.
3
votes
2answers
490 views

Inno Setup: How to get current user directory when running installer as admin?

I need to write a ini file to the current user's directory in Windows 7 (C:\Users\CurUser). CurUser is not an admin. My installer requires admin privileges. So my setup looks like this: [Setup] ...
3
votes
2answers
270 views

Can I register to the GAC with Pascal scripting (InnoSetup)?

I'm using InnoSetup to install an application I built. My client requests that it downloads the latest DLLs upon install using this InnoSetup addon: http://www.sherlocksoftware.org/page.php?id=50 ...
3
votes
2answers
539 views

How to get the local IP Address using Inno-setup

Hi guys how can I get user's local ip address using Inno setup? I thought abut using win32 api GetIpAddrTable but it is unclear how to make the adjustment. Dose someone have any other way? or know ...
3
votes
2answers
257 views

How do I set DefaultDirName in an Inno setup from an ini file?

I need to pull the DefaultDirName infomration out of an ini file in the windows directory, how whould I do this?
3
votes
2answers
1k views

install a service on windows(vista/xp/win7) using Inno setup

I need to install and run a service when install an application (installer.exe is created using inno setup) I used codes below [Run] Filename:"{sys}\myservice.exe "; Parameters: "-install" I am ...
3
votes
2answers
498 views

InnoSetup: “The volume for a file has been externally altered”

InnoSetup appears to be corrupting my executable when compiling the setup project. Executing the source file works fine, but executing the file after installation produces Win32 error 1006 "The ...
3
votes
3answers
1k views

Inno-Setup doesn't allow access to all registry keys, why?

I use this code to know if a key exists or not : if RegKeyExists(HKEY_LOCAL_MACHINE, 'Software\Autodesk') then begin MsgBox('Key exists!!', mbInformation, MB_OK); end; for this exemple, ...
3
votes
1answer
980 views

InnoSetup: will the setup program have administrator rights?

If I create setup package using InnoSetup, will the setup program have administrator privileges allowing it to register DLLs etc? Also, if the setup package executes a program as part of its ...
3
votes
1answer
469 views

Can an Inno-Setup ISS script include an external ISS script file?

I'm creating an installation script that I'd like to break up into smaller, more manageable pieces. Is there a way for an Inno Script file to have an INCLUDE or a reference to another ISS script file ...
3
votes
1answer
2k views

Inno Setup: Set default value for desktop icon-check box to true

I am struggling with getting Inno Setup to set the check box to true whether a desktop icon should be created. The documentation has not been any helpful concerning this issue as well as Googlism and ...
3
votes
2answers
2k views

upgrading windows service using inno setup

I've created a basic windows service installation using Inno Setup. both install and uninstall works properly. However, I'm having issues with the upgrade procedure. In order to upgrade the service ...
3
votes
2answers
2k views

InnoSetup: Getting AppName in [Code] section

I'm creating an installer using InnoSetup, and writing some custom handlers in a [Code] section. In one of the handlers, I would like to be able to retrieve the value of the AppName (or, potentially, ...
3
votes
1answer
2k views

Make shortcut in start menu with innosetup

I made an installer using the ISTool wizard and everything is fine. Under my program name in the start menu, I have MyApp MyApp Help Now, I want to add 2 more entries that are identical to the first ...
3
votes
1answer
3k views

Uninstall fails because program is running. How do I make Inno Setup check for running process prior to attempting delete?

Inno Setup fails to remove components during uninstall cause my program is still running and the executable cannot be deleted. How do I have it check to see if it is running before allowing uninstall ...
3
votes
4answers
3k views

Check Java is present before installing

I'm creating an InnoSetup installer for a jar app. What I want to do right now is to check if java is present before proceeding with the install. So I only need to be sure the users will be able to ...
3
votes
1answer
4k views

Run another installer in an Inno Setup installation

My company is developing an application that has a dependency on another of our applications. That second application already has an Inno Setup installer. So I think I'd like to bundle the second ...

1 2 3 4 5 12