I\'m using the following NSIS script:
Name \"My app wrapper\" Outfile \"MyAppSetup.exe\" InstallDir $TEMP\\MyApp\\Install Function .onInit SetSilent silent Funct
This is another way to do it
Function .onInit InitPluginsDir File /oname=$PLUGINSDIR\test.exe "test.exe" FunctionEnd Section "Exec file" SecFile nsExec::Exec $PLUGINSDIR\test.exe SectionEnd