Executing an .exe
how would I execute superip_1.2.exe /S /D=c:\twirc1.4
after my installer(which now works thx n00n3) finishes?
Archive: Executing an .exe
Executing an .exe
how would I execute superip_1.2.exe /S /D=c:\twirc1.4
after my installer(which now works thx n00n3) finishes?
Check for instance "viewhtml.nsi" in your NSIS dir for examples how to use Exec, ExecWait or ExecShell.
Example code:
ExecShell "" "$INSTDIR\superip_1.2.exe" "/S /D=c:\twirc1.4"
-Hendri.