inno-setup Questions

8

Solved

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 appl...
Insomnolence asked 27/6, 2011 at 20:44

2

I worked with passing command line parameters through Command prompt. (/d<name>=<value>). It's work. Later I found "parameters" option in "Run" menu of "Inno Setup 5". I tried but fail...
Gynoecium asked 29/1, 2015 at 13:17

2

I need to start the silent installation for my application without Next buttons in the installation wizard process. Please any one help me.
Ailssa asked 5/2, 2014 at 10:56

1

Solved

I am looking at using InnoDependencyInstaller and it has a function that it uses under the hood: Dependency_AddDotNet80 procedure Dependency_AddDotNet80; begin // https://dotnet.microsoft.com/down...
Collincolline asked 6/4, 2024 at 13:51

5

Solved

My software is a .NET application. The original .exe compiled with Visual Studio works fine and Microsoft Defender has nothing to say about it or any of the dependencies. I made an installer with I...
Kephart asked 18/8, 2021 at 14:34

4

Solved

When compiling an Inno Setup installer script I get this error Line: xx Resource update error: EndUpdateResource failed (110) line xx contains SetupIconFile= pathToIconFile What causes t...
Vennieveno asked 17/9, 2009 at 10:3

5

I need to open up the Windows Firewall for outbound connections for an application I'm writing. The best answers I've been able to locate are here: http://www.shafqatahmed.com/2008/01/controllin...
Irvingirwin asked 9/10, 2011 at 5:38

1

Solved

Hello Stack Overflow community, I'm facing an issue with an Inno Setup script and need some assistance. During the installation of an executable (Exe), I'm required to set up an environment v...
Toots asked 31/8, 2023 at 9:26

8

Solved

Inno Setup lets you set environment variables via the [Registry] sections (by setting registry key which correspond to environment variable) However, sometimes you don't just wanna set an environm...
Crawley asked 21/7, 2010 at 22:42

2

Is there a way to get local date time stamp in Inno Setup ?
Rancorous asked 30/6, 2010 at 17:53

4

I am trying to create a setup file, so that during installation it will check a port, say 9000, and let user know the port status. I am new to Inno Setup and wonder if this is possible, and how wou...
Richmal asked 11/10, 2012 at 17:13

5

It was suggested in the IS newsgroup to use /D<variable>=<value> but using the iscc.exe that came with version 5.2.3 I get an "Unknown option:" error. Then in the script, how ...
Strander asked 4/2, 2009 at 18:42

3

Solved

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.
Douglass asked 6/1, 2010 at 13:16

6

Solved

From what i've read it looks like that is no parameter that allows you to change the uninstall icon: [Setup]: UninstallIconFile Description: Obsolete in 5.0.0. As Setup and Uninstall have been mer...
Garwin asked 2/3, 2011 at 16:31

33

Solved

Issue: I am getting the Maven error "The JAVA_HOME environment variable is not defined correctly" when I run through Inno setup batch execution. However, I am able to run successfully outside Inn...
Setsukosett asked 21/6, 2017 at 15:18

3

I'm having some problems defining an array of strings in const under the code section in Inno Setup, I have the following: [Code] const listvar: array [0..4] of string = ('one', 'two', 'three',...
Rabblerouser asked 16/4, 2012 at 15:56

2

I am using Inno Setup to make my exe installable. I used its wizard to create setup which is working well. But I want to make a choice for user to make the application start with startup of Windows...
Stephaniastephanie asked 20/10, 2016 at 5:51

3

Solved

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...
Burma asked 9/12, 2010 at 16:18

3

Solved

Can I use Inno Setup to import a .cer file (a certificate)? How can I do it? I need to create a certificate installer for Windows XP, Windows Vista and Windows 7.
Centaur asked 5/10, 2012 at 21:31

2

Solved

Do you know why when declaring local const vars, the script cannot compile? Sorry, I know very little pascal and cannot figure out why this is not working! This example (see function CircleArea) s...
Dobb asked 12/9, 2013 at 17:54

3

Solved

I'm reading the value of an INF file, now I need to compare it with the installer version, but when I compile I get an error: Unknown identifier: CompareVersion What is wrong? [Code] funct...
Naara asked 15/6, 2016 at 3:34

4

Solved

I wanted to use Inno Setup to remove old possible instances of a program. The program does not have to be installed in specific part of the system to run, but I wanted to make up a standard and rem...
Smoulder asked 24/6, 2021 at 10:17

5

Solved

I have a question similar to Inno Setup: Verify that .NET 4.0 is installed, but it seems to be slightly different. [Files] Source: "dependencies\dotNetFx40_Full_x86_x64.exe"; DestDir: {tmp}; Flag...
Doit asked 23/12, 2013 at 23:42

1

I am wondering if it is somehow possible to test the functions in my [Code] section without compiling the whole installer each time and run it. This would make the development and testing of the fu...
Truncation asked 7/1, 2014 at 14:8

3

Solved

Delphi part: I have a class with the event and from that event I need to call a procedure passing the interfaced object to it. It works fine in Delphi but I have problems with declaring it in Pasc...
Daly asked 12/7, 2012 at 14:17

© 2022 - 2025 — McMap. All rights reserved.