Skip to content
⌘ NSIS Forum Archive

How to Call Install button Click Event automatically???

3 posts

hafizsohaib#

How to Call Install button Click Event automatically???

i have made a setup package with one screen/Page. as i click on Setup.exe it shows me a dialog box with blue background . on the bottom of the dialog box i have two buttons named Cancel and Install. Install is the default.


can anyone tell me how can i call the click event as user Double click on my setup.exe.
Afrow UK#
So you want it to go straight to the installation without the user having to click Install?
Just insert the InstFiles page with no other pages.

-Stu
hafizsohaib#
thanks for suggesstion. my setup works fine, it requires restart/reboot system. i have added a new key in System's registry in RunOne. so my setup.exe starts automatically. now i want to click my Install button automatically.