Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 2.44 KB

README.md

File metadata and controls

45 lines (33 loc) · 2.44 KB

Also see the How to videos

Concepts

Features

TsGui includes a number of features to help you customise your UI to fit your needs.

Feature Description/usage
Compliance Pre-flight checks
Groups and Toggles Enable/disable UI elements
Option Linking Use values of one UI element in another
Queries Gather data for use in TsGui
Scripts Integration of separate scripts with TsGui
Styles (previously Formatting) Layout, look and feel
TsGui Output Saving values to Task Sequence variables or Registry
Validation Check user input

Command line options

tsgui.exe -config [filepath] -webconfig [url] -hash [password] -test

-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
-test start TsGui in test mode

* If both -config and -webconfig are ommitted, TsGui will look for Config.xml in the same folder as tsgui.exe

Code

Source documentation can be found in the code documentation.