Silent Installation & Automated Licensing
Rolling FolderSizes out to many machines? The installer supports fully unattended deployment - installation and license activation in a single command line, ready for SCCM, Intune, Group Policy scripts, or any other tool that can execute a command.
Applying a License Code at Install Time
Pass your license code to the setup executable with the LICENSE_CODE parameter:
"c:\deploy\fs10-setup.exe" LICENSE_CODE="XXX-XXX-XXX-XXX"
The installation completes already licensed - users never see a registration prompt.
Silent Installation Switches
/qb- quiet installation displaying only a progress bar/qn- fully silent installation with no user interface
Putting It Together
A complete one-line silent, licensed deployment:
"c:\deploy\fs10-setup.exe" LICENSE_CODE="XXX-XXX-XXX-XXX" /qn
The same parameters apply to FolderSizes 9 installers (fs9-setup.exe). For volume
licensing questions or larger deployments, contact our support team -
and see the Pro and Enterprise licensing options for multi-seat and
site-license pricing.