Skip to main content

How to install DataSnipper for multiple users via the command line

Silent and scripted installation using msiexec with a license key parameter

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.msi and license.txt

  • msiexec.exe available on the target machine

  • Your 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 of license.txt after the equals sign.

  • /L*V <path_to_log> — Optional. Creates a log file for troubleshooting.

Installation Steps

  1. Open license.txt and copy the entire string.

  2. Using PowerShell or CMD, navigate to the folder containing Setup.msi.

  3. Run the command with your license key inserted after LICENSEKEY=:

msiexec /i "Setup.msi" /quiet LICENSEKEY=<your_license_key>

  1. Follow the setup steps (or wait for the silent install to complete).

  2. Open Excel and verify the DATASNIPPER tab appears in the ribbon.

If DataSnipper is not visible, see How to re-enable DataSnipper in Excel.

Did this answer your question?