Inno Setup is a freeware tool to create setup programs (installers) for the windows platform, either as a single executable or multiple-disk, featuring the standard windows 2000/XP-style wizard interface and capable to install on all versions of Windows in use nowadays: 7, 2008 R2, Vista, XP, 2008, ...
7
votes
1answer
584 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 ...
2
votes
1answer
490 views
Inno Setup modify XML file based on custom input
I'm not too familiar with pascal but I got a script going that currently detects whether java is installed, if not it installs it. Then it copies a Jboss folder to the directory that the user ...
14
votes
5answers
5k 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 ...
2
votes
2answers
113 views
Inno Setup: Read modified time from one file and use it to set the time for files in a whole directory
In my installer I'm extracting files from archives that don't store time/date attributes, so when they're extracted the last modified date is set to the current date. I would like to set it to the ...
2
votes
4answers
1k views
Installer which chooses the MSI based on the CPU architecture (x86 32-bit, x64 64-bit, etc)
I have an installer (Visual Studio setup project) which uses DIFxApp and an Orca transform to install drivers. The problem is that there are two DIFxApp merge modules - one for x86 and one for x64. If ...
2
votes
1answer
314 views
How can I “touch” a file from within an InnoSetup script?
How can I "touch" a file, i.e. update its' last modified time to the current time, from within an InnoSetup (Pascal) script?
1
vote
2answers
315 views
Inno Setup drivers install
I cannot find a way for Inno Setup to install drivers.
I have checked these questions here:
Inno setup: install drivers with rundll32 or dpinst?
...
1
vote
2answers
2k views
Innosetup checking for running process in Windows 7
I have a InnoSetup project that I want to check if the application is actually running before uninstalling it. I tried many ways but it all fails silently when running in Windows 7. For example the ...
1
vote
2answers
845 views
Get a files last updated time using pascal (innosetup)
In the uninstall portion of an innosetup script, I'd like to add a check to see if a specific file's last update datetime occured within the last 10 mins.
Does anyone know the innosetup compatable ...
12
votes
3answers
4k 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 ...
5
votes
1answer
3k 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 ...
6
votes
1answer
2k 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
3
votes
1answer
2k views
msi return codes in Inno Setup
I would like to call multiple .msi files in silent mode, and halt the entire installation if any fail.
Is it possible to get the return codes of msiexec.exe being called from the [run] section?
...
2
votes
2answers
252 views
how to change the MsgBox Caption at runtime?
I need to change the default Setup caption of an MsgBox() at runtime.
I did a little research and the actual parameter is SetupAppTitle
e.g. SetupAppTitle=myAppName
But this is done during ...
1
vote
2answers
259 views
How to use gacinstall in Inno Setup?
I expected that this flag should be used together with dontcopy - to make sure the files don't get copied anywhere except for GAC. But this combination is invalid as stated by the compiler. So, what's ...
1
vote
2answers
399 views
Can't delete the folder created in My Documents with Inno Setup
I have tried to use the program described here Problems in deleting a Folder during the uninstalation with Inno Setup
after the answers were posted but for some unknown reason to me that code part ...
0
votes
1answer
494 views
Install files to original user's My Docs folder via Inno Setup on Windows Vista/7
In the [Run] section of an Inno Setup script, there's a flag runasoriginaluser that allows the script to run a process as the original user:
the spawned process will execute with
the (normally ...
5
votes
2answers
90 views
How to write to the user's My Documents directory with installer when the user used 'Run As Administrator'
I have a program that needs to create files in the My Document directory on installation. This is a strict fixed requirement, there is no changing this. Problem is that if the user does 'Run As ...
3
votes
2answers
518 views
How can I install a gadget to a user's desktop programmatically?
Is is possible to install a gadget to a user's desktop somehow? I believe I need to copy all the files to a the user's gadget folder, e.g.
C:\Users\curusername\AppData\Local\Microsoft\Windows ...
3
votes
2answers
2k views
Adding assemblies to the GAC from Inno Setup
Until recently we were using Inno Setup for our installations, something I would like to continue doing, unless we can get an uninstall option in the start menu (thanks Giovanni Galbo), however we now ...
2
votes
3answers
676 views
HTTP POST request in Inno Setup Script
I would like to submit some information collected from user during Inno setup installation to our server via POST.
Obvious solution would be to include an .exe file that the setup would extract into ...
1
vote
0answers
101 views
Application icon corrupted in Vista/Win7 Explorer shortcuts after upgrade installation
I have an application deployed with an Inno Setup installer. When I perform an upgrade installation (i.e. run install-1.5.exe when version 1.0 is already installed), if my application binary is ...
1
vote
1answer
179 views
Innosetup - reference a file from [Code] before the installation starts
This is sort of a continuation of this question. I have a file that I want to include with my installation package (a .CHM help file) that I need to access during installation from code. It doesn't ...
1
vote
1answer
262 views
Adding a help button to an InnoSetup wizard page
I have a setup script with a custom wizard page to get a choice from the user. It would be nice to have a help button and to supply a small CHM file with the installable so that I can provide a ...
1
vote
1answer
722 views
WIN7 & Inno-Setup: How to make a program “auto-launch for all users” run under each user's name
This question resulted from my another question. Please see more background here.
From the other post, it turns out my app has to run under current account holder's name. I'm using Inno-setup for ...
1
vote
1answer
1k views
Installing a driver using Inno Setup
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, so ...
0
votes
0answers
51 views
Open Port during installation using Inno Setup
How can I Open and set a port in the windows firewall from an innosetup installation ?
I Like to avoid doing it manually.
if its relevant, its PORT:2508
and should be "TCP"
Thanks
0
votes
1answer
367 views
Use Values of Project/Properties/Settings.settings in InnoSetup script?
I want to be able to change a value in one place in my C# .NET 4.0 Project. For this I use the built in Properties/Settings.settings file, which is essentially an XML file.
As we're using InnoSetup ...
0
votes
2answers
222 views
Adding a node to an existing XML file using inno setup
In my inno setup script there is a [code] section and I need to add some code to:
Open an xml file
then add a single node in a specific place
Save the file back to the hard drive
I need to be able ...
0
votes
1answer
497 views
Inno Setup instalation - access is denied
I have created an installation with inno setup. My app (among other things) after is run creates a pdf file inside a subfolder and then opens it. But windows 7 says access denied and exception pops ...
-3
votes
1answer
161 views
How to install specific files based on a licence file
We are creating an installer and are planing to sell to the user by giving them a license file together with the installer. Our source folder contains many subfolder's (or we can say many features). ...
20
votes
7answers
10k 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?
2
votes
2answers
2k views
Is it possible to automate the creation of a inno setup package with ant?
I am creating an Eclipse RCP application.
I am following Joel's advice in the following article "Daily Builds are your friend":
http://www.joelonsoftware.com/articles/fog0000000023.html
So, I've ...
3
votes
3answers
344 views
InnoSetup: Is it possible to open my custom 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 ...
2
votes
1answer
402 views
Inno Setup - how can I make my program run when a user logs in to Windows?
I want to use Inno Setup (http://www.jrsoftware.org/isfaq.php) to build an installer for an application.
I want this application to start whenever a user logs in to their account on the Windows ...
9
votes
1answer
4k 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?
7
votes
5answers
319 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 ...
6
votes
1answer
4k 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?
...
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 ...
4
votes
2answers
127 views
CustomPage for Serial Number in Inno Setup
How to create CustomPage in Inno Setup with Edit Boxes for Serial Number?
E.g. 6x5chars or 7x5chars?
Script should check if all boxes are filled before Next button become available.
It would be ...
4
votes
3answers
3k 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 ...
3
votes
1answer
244 views
Make an installer with text that is formatted (Partially Bold) in Inno Setup?
Anyone saw GOG.com game installer? How to make welcome text string like there including Path and Need Size in a single Caption? Where part of is bolded.
Here are examples of how changes String line ...
3
votes
1answer
4k 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 ...
2
votes
3answers
763 views
Does .NET 4.0 come with Microsoft.Jet.OLEDB.4.0?
I want to distribute an app that uses "Microsoft.Jet.OLEDB.4.0" and .NET 4.0. I already found a way for my installer to download .NET 4.0 if required. I just want to know if this will automatically ...
3
votes
1answer
51 views
Inno-Setup: how to let the user choose whether to autostart or not?
According to this question I know how to put an application in the autostart folder without user interaction. But how can I let user decide if he wants that or not via checkbox?
3
votes
3answers
437 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.
2
votes
1answer
85 views
How to allow to only install specific components in InnoSetup?
So the question is this:
I asked a question back here: Only allow to install to a specific folder in InnoSetup
How can I modify it a bit, so for example, I have 3 files to install, 2 of them are ...
2
votes
2answers
209 views
How to check with inno-setup, if a process is running at a windows 2008 r2 64bit?
I've read the following post. My Code looks exactly the same, but does not work:
Innosetup checking for running process in Windows 7
I copied the example from ...
2
votes
1answer
199 views
Setting up an icon for start menu folder group in InnoSetup
To my surprise I did not find the solution how to set up an icon for the start menu application group folder laying ahead. I am looking for the automatic solution in InnoSetup script.
Thank you in ...
2
votes
4answers
196 views
How to restart service using command prompt?
i want to restart windows service using command prompt in icon section using innosetup.please help me to solve the problem