Parameter
|
Abbreviation
|
Use
|
---|---|---|
trustedupdater
|
tu
|
Manage the Predefined Trusted Updater tool process
|
Command
|
Parameter
|
Description
|
||
---|---|---|---|---|
start
trustedupdater
|
[-r] <path_of_installer>
|
Start Trusted Updater to add installer files
(EXE and MSI file types) to the
specified folder of the Approved List.
For example, to include all installation packages in the
C:\Installers folder and all sub-folders, type:
SLCmd.exe -p <admin_password> start trustedupdater -r
C:\Installers
|
||
stop
trustedupdater
|
[-f]
|
Disable Trusted Updater to stop adding new or updated files to the
Approved List.
For example, to stop the Trusted Updater and commit all identified
installers (indentified before receiving the stop command) to the Approved List
after receiving a prompt, type:
SLCmd.exe -p <admin_password> stop trustedupdater -f
|