Repackager Command Line InterfaceCopy link to this sectionLink to this section copied!

This article describes each repackager command line option. The command lines represent the Repackager's fields or other equivalent options.

Product InformationCopy link to this sectionLink to this section copied!

/ProductName - The name of the repackaged product.

/ProductVersion - The repackaged product's version.

/ProductCompany - The repackaged product's company name.

/ProductLanguage - The product language identifier (eg. 1033 for English-US)

Package DeploymentCopy link to this sectionLink to this section copied!

/SetupPath - The file path of the application setup which will be repackaged.

/SetupCmdLine - Command line which will be passed to the setup chosen to be repackaged.

System SnapshotsCopy link to this sectionLink to this section copied!

/SaveSnapshots - Save system snapshots on disk after installation capture is completed.

/PreSnapshot - Specify a file path to an existing saved system snapshot.

/NoiseScan - Perform a system noise scan without installing a package.

/NoiseFile - Specify a file path to an existing saved system noise recording.

Customize settingsCopy link to this sectionLink to this section copied!

/OutputPath - The output path for the repackaged solution.

/Profile - Specify a user profile to use for repackaging.

/ListProfiles - Displays a list with the available profiles.

/PromptAfterPreScan - Prompt and wait after first system scan.

/PromptBeforePostScan - Prompt and wait before second system scan.

/UiAutomation - Automate package installation. Leave this option unchecked if your installer requires special user input.

OtherCopy link to this sectionLink to this section copied!

/NoUI - Repackager will run in console mode (no wizard).

/ForceX86 - Force the use of the 32-bit Repackager on 64-bit systems.

Usage exampleCopy link to this sectionLink to this section copied!

<path_to_repackager>RepackagerCLI.exe/NoUI /SetupPath "C:\KIT\setup.exe" /Profile "Minimal" /ProductName "Your Product" /ProductCompany "Your Company"