Overview
Organizations using Intune, SCCM, or other deployment tools can install DataSnipper via the command line. This method embeds the license key directly in the install command, removing the need to deploy a separate license.txt file.
Prerequisites
An installation package or link containing
Setup.msiandlicense.txtmsiexec.exeavailable on the target machineYour license key (the full contents of
license.txt)
Command Line Parameters
/i— Required. Installs DataSnipper./x— Optional. Uninstalls DataSnipper./f— Optional. Repairs the DataSnipper installation./quiet— Optional. Runs a silent installation with no UI or prompts.APPDIR="C:\path\"— Optional. Specifies a custom installation directory (use quotes if the path contains spaces).LICENSEKEY=— Required. Paste the full contents oflicense.txtafter the equals sign./L*V <path_to_log>— Optional. Creates a log file for troubleshooting.
Installation Steps
Open
license.txtand copy the entire string.Using PowerShell or CMD, navigate to the folder containing
Setup.msi.Run the command with your license key inserted after
LICENSEKEY=:
msiexec /i "Setup.msi" /quiet LICENSEKEY=<your_license_key>
Follow the setup steps (or wait for the silent install to complete).
Open Excel and verify the DATASNIPPER tab appears in the ribbon.
If DataSnipper is not visible, see How to re-enable DataSnipper in Excel.
