Skip to content
⌘ NSIS Forum Archive

Run Two (2) other exe's after installation

3 posts

kamaldeep#edited

Run Two (2) other exe's after installation

using
!define MUI_FINISHPAGE_RUN "$PROGRAMFILES\abc.exe"
i am able to run this abc.exe after the finish of my exe

i want to run two of these.. how to do it .....


actually i have one exe.. and the other is .reg file .. i want to run the exe first and then the .reg ... how to do it .or vice versa...

now say i have 3 diff exe's i want to combine them make a single exe.

i want that as soon as using NSIS my new exe which will not have other than the 3 exe's in it .. all the three(3) exe's shld b run .. for one i am able to do it using code i stated earlier .. but wht abt for more than one
KenA#
Hi kamaldeep,

you should be able to launch many executables in a .onGUIEnd function.

Check the NSIS manual for details.

KenA