Silent Installation & Licensing

FolderSizes v9 enhances the product installer to allow customers to apply a license key during (optionally silent) installation.

To use this feature, invoke the FolderSizes v9 installer with the following syntax:

“fs9-setup.exe” LICENSE_CODE=”XXX-XXX-XXX-XXX”

In practice, it will usually be necessary to fully qualify the path to the installer executable. For example:

“c:\myfolder\fs9-setup.exe” LICENSE_CODE=”XXX-XXX-XXX-XXX”

Note that you can combine this capability with one of the following silent installation flags:

– basic UI: /qb (only a progress bar will be shown during the installation)
– no UI: /qn (no UI will be showed during the installation)

And now a final example that installs FolderSizes 9 silently and applies a license key:

“c:\myfolder\fs9-setup.exe” LICENSE_CODE=”XXX-XXX-XXX-XXX” /qn