Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Prevent URL from opening

49 views
Skip to first unread message

Andy De Backer

unread,
Mar 6, 2025, 9:23:37 AMMar 6
to innosetup
I have an inno installer exe. At the end of the installation on the 'finish'-page it has a checkbox to visit a web page. I am trying to silently install this without opening the browser page.

i have used setup.exe /SAVEINF=" mySavedConf.inf" to create an installer file.

i have used setup.exe /VERYSILENT /NORESTART /CLOSEAPPLICATIONS /NOICONS /LOADINF="mySavedConf.inf" to execute the silent install successfully.

Sadly in the end the installer does open a url in the default browser despite turning it off when creating the inf file.

contents of the inf file:

[Setup]
Lang=default
Dir=C:\Program Files\lalalala
Group=(Default)
NoIcons=0
Tasks=

Does anybody know what i have to add to prevent this web page from opening?

thanks in advance!

Gavin Lambert

unread,
Mar 6, 2025, 4:55:37 PMMar 6
to innosetup
On Friday, March 7, 2025 at 3:23:37 AM UTC+13 Andy De Backer wrote:
I have an inno installer exe. At the end of the installation on the 'finish'-page it has a checkbox to visit a web page. I am trying to silently install this without opening the browser page.

This is only possible if the author of the script has designed it to be so.  You will need to ask them to add support for it.  (And if they're not sure how to, then they can ask here -- this group is primarily to support authors of scripts, not users of installers.)
Reply all
Reply to author
Forward
0 new messages