Running a VBScript from NSIS?
Is it possible to have NSIS run a VBScript, and if so, how? I've looked through the forum and was unable to track this one down. Thanks!
Archive: Running a VBScript from NSIS?
Running a VBScript from NSIS?
Is it possible to have NSIS run a VBScript, and if so, how? I've looked through the forum and was unable to track this one down. Thanks!
Tried Exec or ExecShell?
-Stu
try something like:
Exec "$SYSDIR\wscript.exe '$instdir\whatever.vbs'"
Just keep in mind that many antivirus software (and internet security software) applictions default to having VBScripts blocked from running. So your script may not work in all cases.