Archive: Separate Silent Install


Separate Silent Install
I apologize if this has been answered elsewhere, but I was wondering if someone could point me in the right direction. I need to install a separate NSIS installer silently.

I really appreciate the help.

- Aaron


InitPluginsDir
File /oname=$PLUGINSDIR\separate_installer.exe "local_path\separate_installer.exe"
ExecWait "$PLUGINSDIR\separate_installer.exe /S" $R0


Great! Thanks Red Wine!