How to close setup window when running installed application by Inno Setup? -


i'm using inno setup install winforms utility , works fine.

there's minor problem our users find quite annoying: on last step of installation, inno setup suggests launch utility has been installed. of users want launch , (and i). problem setup window of inno setup not closed until user closes installed utility. furthermore, can't close setup window unless close installed utility first. attached image demonstrates installed utility (the right icon) , inno's setup icon (the left one).

so how fix problem? please advice. thank you

the problem occurs on windows: xp, 7, 2003, 2008 etc.

enter image description here

you need add nowait flag [run] section entry. modify script this:

[run] filename: {app}\myexe.exe; description: launch app; flags: postinstall skipifsilent nowait 

Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -