Feedback: http://pubs.vmware.com/thinapp/help/api_ref.12.12.html
1. At what point is the "TS_ORIGIN" environment variable created. Need to document all variables created when a Thinstall'ed application is running.
Calling this API, GetEnvironmentVariable("TS_ORIGIN") in a script is bound to fail if the "TS_ORIGIN" is not in existence!
2. Also in your documentation, section API Reference, GetEnvironmentVariable, the example given needs to be corrected from;
Example:
MsgBbox "The package source EXE is " + GetEnvironmentEnvironment("TS_ORIGIN")
to;
Example:
MsgBbox "The package source EXE is " + GetEnvironmentVariable("TS_ORIGIN")
Thanks