cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jpriyank
Level 3

vbs script return values to installshield

hi all,

I'm running a vbscript using launchappandwait() in my installscript project. I want to return values from the vbscript to installshield. Can anybody suggest how to do this.

Thanks in advance 🙂
Labels (1)
0 Kudos
(1) Reply
TsungH
Level 12

If you are calling WScript.exe or CScript.exe with your vbscript file, you can write the return value to registry, and check it with InstallScript.
0 Kudos