python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add a picture button and a label on welcome page in Inno Setup
I would like to understand how can I add a button on the welcome page, that once clicked it will open a specific website on the default web-browser.
I just would like to display a kind of picture cont...
ElektroStudios
Votes: 0
Answers: 1
How to define keywords in helpndoc using api in script editor
I want to create keywords in HelpNDoc using api script editor. But, I could not find how to define parameter of function HndKeywords.CreateKeyword. Without passing any value to function, it create New...
Premlatha
Votes: 0
Answers: 1
Setting SetupIconFile to certain icon changes also icon on Destination Location and Start Menu pages
I would like to know if it is possible to replace, or change, the icon that appears on various pages of Inno Setup install routine (eg: Select Destination Location, Select Start Menu Folder,...), when...
Drakul
Votes: 0
Answers: 1
How to continue download on error in Inno Setup?
My Inno Setup script downloads some resources using built-in functionalities.
It creates Download Wizard Page:
DownloadPage := CreateDownloadPage(SetupMessage(msgWizardPreparing), SetupMessage(msgPrep...
Krzysztof Skubała
Votes: 0
Answers: 1