Install

The following explain how to install the Vulnerable Software Discovery Tool from the command line:

Install as Current User
Install to Run as LocalSystem
Install to Run as <user>
Install to Run as <user> with <password>
Install But Without Writing Anything to the Registry

Install as Current User

Install the Vulnerable Software Discovery Tool from the command line, with configuration options. Installs as current user, prompts for password, settings saved to HKCU:

SVMScan.exe -i <config options>

Install to Run as LocalSystem

Install the Vulnerable Software Discovery Tool from the command line to run as LocalSystem, with configuration options. Saves settings to HKLM:

SVMScan.exe -i -L <config options>

Install to Run as <user>

Install the Vulnerable Software Discovery Tool from the command line to run as <user>, with configuration options. Prompts for password and saves settings to HKEY_<user>:

SVMScan.exe -i -R <user> <config options>

Install to Run as <user> with <password>

Install the Vulnerable Software Discovery Tool from the command line to run as <user>, with <password> with configuration options. Saves settings to HKEY_<user>:

SVMScan.exe -i -R <user>:<password> <config options>

Install But Without Writing Anything to the Registry

Install the Vulnerable Software Discovery Tool from the command line but not write anything to the registry (also works with -R and -L):

SVMScan.exe -i -N