Hi,
In my advanced installer vbs script, I am trying to run java -jar, but it keeps on saying 'java' is not recognized error. I am running it from the wshell script run command.
When I run the same vbscript outside of advanced installer it works find. For some reason java is not found when advanced installer runs its vbscript. Does Advanced Installer have a different type of space where it runs vbs? How would I get java -jar to work in vbs running through AI,
thanks