Self Update Reference
Installation
gkScript methods:
Install itself to the machine and set an auto-run key to start on every logon.
Self-update an installed client.
gkScript also ensures that the installed client is running as a single instance per logon session.
Script | Function |
---|---|
| Version string of the current client-xxx.exe / chaiCmd-xxx.exe module |
| Module file name of the current client-xxx.exe / chaiCmd-xxx.exe module. |
| Process ID of the current instance. |
| - Returns false for chaiCmd-xxx.exe - Returns true if client-xxx.exe is present in the target path |
| - Returns false for chaiCmd-xxx.exe - Returns true if client-xxx.exe was started from install-path |
| - Will install itself or deinstall the client
- Will fail if current module is chaiCmd-xxx.exe
- Will fail of |
| Returns the installation path |
Sample install code:
Last updated