|
|
#1 |
|
Junior Member
Join Date: Sep 2005
Posts: 2
|
Hi all. I'm new here and a beginner to NSIS. I have been using niseditor to make installers. I wanted to know if anyone could post an example script that I could use to run an exe put in with the NSIS installer during installations. For instance:
Begin installation: Install standard stuff When finished execute specific installer When finished with that one install another Then complete the installation All while being able to have the user choose which exe(s) he wants to install. Can anyone help with this??? |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Aug 2002
Location: Texas
Posts: 36
|
PHP Code:
Section -InstallSomething SEC0000 You can use "Exec" instead of "ExecWait" if you don't want the installer to wait for whatever it is to finish running. Sounds like you want to use ExecWait. PS: I think you can use %SYSTEMROOT% (c:\windows\) and %PROGRAMFILES% (c:\program files\) inside NSIS installers. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2005
Posts: 2
|
Wow man thx alot!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|