Tagged Questions
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
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
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
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
3answers
2k views
How to upgrade an MSI install using Inno Setup installer?
We recently moved from a Visual Studio setup msi-based installer to Inno Setup but we're having issues with upgrading existing installs using this new installer. I know that the upgrade code remains ...
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
1answer
326 views
One Step Installer
I'm looking for a way to create a one page installer in inno setup, just look at this png:
Can anyone please give me the codes for doing this?
2
votes
1answer
335 views
Contact license key server with Inno Setup?
Using the Pascal scripting, is there any way to connect to a server and send/retrieve data over http? Browsing through the reference I didn't see any way...
2
votes
1answer
718 views
How to update the InnoSetup Wizard GUI status text from PascalScript code
I execute a lot of custom actions in my InnoSetup script in the CurStepChanged(ssPostInstall) PascalScripting event handler. As these actions take some time to finish, I'd like to update the InnoSetup ...
2
votes
6answers
196 views
How do you distribute an HTML/Javascript web app?
I've built a web page using HTML and Javascript that acts like a desktop app. I'd like to distribute it to users in the methods they are most familiar with. For Windows users, I think this is an ...
1
vote
1answer
38 views
How to get current Unix timestamp in Inno Setup?
Please let me know How to get current Unix timestamp in Inno Setup?
1
vote
1answer
84 views
automated build inno setup error
This question is regarding getting version directly from assembly. I have followed instructions from this post
My script looks as follow.
#define MyAppName "Keyboard Trader"
#define SrcApp "Keyboard ...
1
vote
1answer
108 views
InnoSetup MsiQueryProductState
I want to replace the VS setup by the Inno Setup. Do check if an old version is installed i found the 'MsiQueryProductState' method.
I found several examples looking like this:
function ...
1
vote
1answer
121 views
How to copy a file dynamically using inno script?
I'm very new to inno script. I have created a setup file using inno script and I have included one text file in that script. Whenever I run the setup, the text file is copied to
destination folder. ...
1
vote
2answers
224 views
Help with a Inno Setup script for C# WinForms application
I need to create a INNO Setup script that will allow me to have a dialog, where the user can type in a serial number, then I need to save the serial number they entered into the Windows registry.
...
1
vote
2answers
91 views
Prevent starting with administrative rights
Goal:
It sounds a little bit odd, but I have to prevent that a software starts with administrative rights.
Problem:
I have a setup tool that installs the software very well. After completion the ...
1
vote
2answers
470 views
Inno Setup OR NSIS Automatic Rollback on Error / Abort of Install
Is there a integrated Rollback-Action in any of the Installer-systems mentioned above? I know it's available in Windows Installer, but it seems to be missing in any other system I looked into.
Is ...
1
vote
1answer
274 views
How to make a “Typical” and “Custom” installation option in Inno Setup?
I've seen a lot of software give users an option to install software with the typical settings, or to allow the users to choose what settings they prefer (like whether they want a desktop icon or ...
1
vote
1answer
199 views
Get [Messages] values in InnoSetup's language file
I know I can easily get messages inside
[CustomMessages]
AdditionalIcons=blablabla
using this code:
ExpandConstant('{cm:AdditionalIcons}');
which gets the AdditionalIcons string message. ...
1
vote
1answer
331 views
How to update the InnoSetup Wizard GUI status text from PascalScript code during uninstall
During installation, it's possible to update the InnoSetup wizard status text from inside the PascalScript event handler "CurStepChanged(ssPostInstall)" with the following code ...
1
vote
2answers
2k views
Switch to the finish page in Inno Setup installation
I added a few custom pages to my setup. In one of this custom pages I do some checks. If this checks failed, I want switch to finish page. How can I do this?
I can not do this with ShouldSkipPage ...
1
vote
4answers
1k views
How to convert a string version value to a numerical value in Inno Setup Scripts?
I want to develop a setup package for conditionally upgrading an existing package. I want to check the existing software version against to-be-installed version. In order to do that, I have to compare ...
1
vote
2answers
3k views
inno setup extracting files at the start up setup instead of the end
I am using the latest version of inno that does the following during setup:
[1] Perform dependency check to see what is installed
[2] Installs dependencies that are not already installed (.net, sql ...
0
votes
0answers
47 views
Inno Setup script for C# and SQL Server
I have a folder with 10 cs projects Visual Studio 2005 each one inside its own folder
like:
main---->
project1--->
Lib, project1, project1.sln, project1.suo
...
0
votes
1answer
63 views
inno ide component selected by types
Inno ide for example,
have two types which specifies some components but I don't want to list all components same list,
user select first type then i want only list first type's files and if select ...
0
votes
1answer
166 views
Check / uncheck components depending on installation type in Inno Setup
I am creating an Inno Setup package that will install spelling dictionaries my application uses. Most people will only be installing one or a couple of dictionaries, so I have two installation types: ...
0
votes
1answer
68 views
add button only in one page in instal file
i want to add a button to my instal file but in one page (the page i choose)
but the code i used add the button or URL in all pages
how i can modify the following code to add the button or the URL ...
0
votes
3answers
112 views
How to create a text file in the directory my application is installed with INNO SETUP?
How can I create a file in the directory in which my application is installed?
I've tried the following, and it doesn't work. Basically I need to be able to create the file in C:\Program ...
0
votes
0answers
321 views
Conduit ToolBar Inno Setup or NSIS Example file to bundle with my software
Hey everyone I'm looking for Inno Setup or NSIS Example file to bundle the toolbar with my software if you have it can you please share been looking for it like crazy.
i got 1 example
!ifdef ...
0
votes
0answers
173 views
INNO SETUP Help
Hi im using inno setup to create an install
I would like a tickbox at the end that says begin import and initiates an instal of an ELD file.
I have tried this
[Run]
Filename: "{app}\TEST.ELD"; ...
0
votes
2answers
52 views
Is it possible to detect if help file is contained in the setup file (msi or exe)?
I would like to know how can I detect if help file is contained in setup file for windows platform application (msi or exe). Is there any method to get this information without installing the software ...
0
votes
1answer
138 views
How to delay continuation of Uninstall after it deletes files?
My Uninstall script exits the running app however it is not completely gone (due to timing issue) and therefore the following UninstallDelete section does not delete the {app} folder since it is not ...
0
votes
2answers
331 views
How to get the installer path in InnoSetup?
Do you know the right method to get the installer path in Inno Setup?
I want to catch that value inside the [CODE] section.
0
votes
1answer
237 views
Turn a ClickOnce published app into standalone?
I'm trying to figure out how to turn the result of publishing an app with ClickOnce (with the Install from CD-ROM option) into a standalone .exe file that would extract the files into a temporary ...
0
votes
1answer
488 views
Making a replacement for a 16-bit installer, program needs short filenames?
I have an old game (Westwood Monopoly CD-ROM) that only has a 16-bit installer so it won't run on my Windows 7 x64. To get around this I decided to use Inno Setup to make a new installer. The game ...
0
votes
1answer
68 views
Can not verify Installer
I want to verify my installer , I have used this source to sign my installer :
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\signtool.exe" sign /a /f "M:\cert\MyPFX.pfx" /t ...
0
votes
1answer
174 views
ISTool command line problems
I am trying create installation file for my projects.
I am using command line so I created bat file "create_setup.bat". From this file I am trying to compile Inno Setup script "my_project_setup.iss":
...
0
votes
1answer
138 views
Reset all setup settings to their default values
Is there any way to "reset" all setup settings in Inno Setup into their default values?
I want to add Reset options button into my setup, and clicking that button would set all the options to the ...
0
votes
1answer
393 views
Change WizardSmallBitmapImage in Inno Setup Uninstaller
In installer, you can easily change the small bitmap in wizard's top right corner using this code:
[Setup]
WizardSmallImageFile=gfx\bitmap.bmp
Hovewer, how to change that same bitmap in ...
0
votes
1answer
236 views
Inno Setup jump to specified wizard page
Is there a way to jump to the specified wizard page? Backward and forward?
For example, I would add "Configure again" button in the wpReady, and when the button is clicked, I want to jump to ...
0
votes
1answer
570 views
How to force InnoSetup to create an uninstall log file
I'm using InnoSetup for creating my application installers and I set the "SetupLogging=yes" flag to always create a setup-log file in the %TEMP% directory. This works fine for the installation ...
0
votes
2answers
1k views
Inno Setup uninstall executable location and name
Can I configure it to be placed in the same location (C:\windows\something) that .msi files produced by windows installer are hidden in, instead of in C:\Porgram Files\MyAppFolder\?
Also can I change ...
0
votes
1answer
339 views
making software setup package issue
I am making software setup package, and previously I am using Inno Setup, and it works very good.
The current issue I met with Inno setup is, it does not support all languages for the setup UI, for ...
0
votes
2answers
1k views
Inno Setup as bootstrapper for .msi
I am trying to use Inno Setup to bootstrap a number of prerequisites to my windows installer installation package, and am having pretty good luck with this.
Now I am wondering if the Inno Setup ...
0
votes
2answers
2k views
Deploying Crystal Reports Basic for Visual Studio 2008
I am developing a chained installer including the .msi installation of Crystal Reports Basic (10.5) using Inno Setup. I cannot find any deployment guidance to determine if this is already installed ...