Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inno Setup: How to automatically run program after /verysilent install?

How to automatically run my program after performing a /verysilent install?

I can automatically run my program after a normal install by using DisableFinishedPage=yes in the [Setup] section (that disables the finish page and will run the program immediately after install, without user intervention).

However if I use the /verysilent parameter that won't work: my program installs but won't automatically run afterwards.

Thanks in advance for any help.

like image 335
AlexC Avatar asked Oct 16 '25 17:10

AlexC


1 Answers

Apparently it's working fine now. I just removed skipifsilent flag from the Run section!

like image 132
AlexC Avatar answered Oct 19 '25 13:10

AlexC



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!