Prev Previous Post   Next Post Next
Old 2nd September 2013, 15:36   #1
IdeaD
Junior Member
 
Join Date: Sep 2013
Posts: 2
Running third-part executables in the main executable

I am new to NSIS. I have differents components to put in an executable. For example: Python, R, etc. and my main executable (MyApp.exe).With this code, it just copies the Python.exe and R.exe to the installation path and not installing them:

Section -SETTINGS
SetOutPath $INSTDIR
SectionEnd

Section "Python" SEC01
File "python-275.msi"
ExecWait '"$INSTDIR\python-275.msi" /passive'
SectionEnd

Section "MyApp" SEC05
File MyApp.exe
SectionEnd

Thank you for your kind help.
IdeaD is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Tags
external executbale, nsis

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump