

Step 1 - we need to make sure that we attach the installation payload ( the msi file ) to the correct software inventory item, so first, manually install the software on a machine with the KACE installed and note what software inventory item then appears in the inventory. To be more comprehensive for all you new Ninjas that do not have the “old school” benefit of Jumpstart or QuickStart training, her is what we would have taught about setting up a silent Managed Installation in KACE. Note: If you are overriding an existing installation, first uninstall the Lockdown Browser:MSIExec /x "NWEA Secure Testing Browser.msi" /qb ALLUSERS="1" Use this syntax in your software deployment tool (not compatible with the Microsoft Group Policy Object tool):MSIExec /i "NWEA Secure Testing Browser.msi" /qb ALLUSERS="1" Option B: To use the MSI package, first extract it from the download.Īt a command prompt, change to the download directory and type the extraction command:"setup lockdown browser.exe"/b"./.You can also choose to run in silent mode by adding the /s parameter, which prevents the installation prompts:"setup lockdown browser.exe" /v/qn /s Note: There's no space in the parameter /v/qn. Option A: To use the NWEA installer, use this syntax in your software deployment tool:"setup lockdown browser.exe" /v/qn It doesn't look like the silent is in the. You could rip it open with ORCA and see what's up.
