Documentation is currently a work in progress. For usage information, also see the How to videos
- Layout
- TsGui Options (UI controls)
- Prebuilt configuration
- Configuration imports (import from external config files)
- Authentication
- Compliance (pre-flight checks)
- Groups and Toggles
- Option Linking
- Queries
- Scripts
- Styles (previously Formatting)
- TsGui Output
- Validation
tsgui.exe -config [filepath] -webconfig [url] -hash [password]
-config [filepath] where [filepath] is the path to a config XML file on the file system
-webconfig [url] where [url] is the URL to a config XML file on a web server. Takes precedence over -config. Note that this only downloads the config, not any dependencies e.g. images
-hash [password] where [password] is a password to be hashed for use in a Local Config Authentication block
-key [keystring] where [keystring] is the key to be used during the hash operation. Must be used with -hash
* If both -config and -webconfig are ommitted, TsGui will look for Config.xml in the same folder as tsgui.exe
Source documentation can be found in the code documentation.