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 ...