Skip to main content
2 votes
1 answer
50 views

I want to create a installation key that takes in a argument INSTALLATION_KEY=YOUR_KEY and store it into a file C:\ProgramData\MyApp\installation_key.txt. I am starting the setup inside PowerShell ...
Europa's user avatar
  • 1,422
3 votes
1 answer
56 views

Since Inno Setup version 6.6.0, PNG with transparency is supported for WizardImageFile, WizardImageFileDynamicDark, WizardSmallImageFile and WizardSmallImageFileDynamicDark. But it seems that png with ...
Drakul's user avatar
  • 319
2 votes
1 answer
82 views

I'm using Inno Setup to create an installer for a Quake 3 multiplayer mod. I want to use TInputOptionWizardPage for very generalized graphics settings: "low" and "high". I'd want ...
jmarkman446's user avatar
1 vote
0 answers
66 views

I’m writing an Inno Setup installer that needs to copy certain files from installer into each user’s Documents >> Power BI Desktop >> Custom Connectors and Custom Visuals folders on a ...
Swaminarayan Sharma's user avatar
3 votes
1 answer
74 views

I'm building a setup with Inno Setup. I try to copy to my install folder a file selected from the CreateInputFilePage but it fails. this is my code : [Files] Source: "{code: getConfigPath}"; ...
Fabien's user avatar
  • 169
2 votes
1 answer
86 views

I'm trying to add download speed (in MB/s/KB/s) display to Inno Setup's download page. I've been using the IDP for over a decade, but finally I wanted to migrate to the built-in file download ...
Jerry Zoden's user avatar
0 votes
1 answer
175 views

I'm getting an error compiling my code at the Code section: if not IsDotNetInstalled() then Invalid number of parameters I feel like I just overlook something small. [Code] var ResultCode: Integer;...
Peety's user avatar
  • 9
1 vote
1 answer
87 views

I’ve created a .NET DLL with exported functions using DllExport, and I would like to call one of these exported functions from the Pascal Script in Inno Setup to retrieve their return value. Please ...
ElektroStudios's user avatar
1 vote
1 answer
86 views

I have added a TBitmapImage in the welcome page of an In Inno Setup installer. When the WizardResizable setting is set to True and I resize the wizard window, the control bounds hosting the bitmap ...
ElektroStudios's user avatar
1 vote
1 answer
63 views

I'm using VCLStyles to build a custom dark styled Inno Setup installer, and I thought that being able to fill the footer space with a pattern image would give it a nice, personalized and distinctive ...
ElektroStudios's user avatar
1 vote
2 answers
217 views

I have the following (an attempt of) universal function to select all task items in Inno Setup: procedure CheckAllTasks(); var I: Integer; begin for I := 0 to WizardForm.TasksList.Items.Count - 1 ...
ElektroStudios's user avatar
1 vote
1 answer
65 views

Introducing the problem Firstly, this might be a long post (sorry in advance), but after trying to implement the image previews and component descriptions from the question mentioned in the title, I'...
Lilith Helsente's user avatar
1 vote
1 answer
46 views

A little while ago I asked the question: "How can I create separate install paths for Steam & Epic Games, selected by radio buttons, or a pathbox for custom install?", to which I got a ...
Lilith Helsente's user avatar
0 votes
1 answer
82 views

My product is very community-reliant and very much ground up, so I'm looking to implement some buttons with links (a donation link and a github link) in the bottom-left corner of my setup wizard. I've ...
Lilith Helsente's user avatar
1 vote
1 answer
129 views

As the title suggests I'm looking to create radio buttons to choose the installation path, one for Steam, one for Epic Games, and a custom path box so the user can decide where to install. Selecting ...
Lilith Helsente's user avatar

15 30 50 per page
1
2 3 4 5
69