Views:

Product: LABELVIEW, CODESOFT

Version: All Versions

The label design software installation can be run in Silent mode using the following commands:

Basic Command Line

"<Path>\Setup.exe" /s /v /qn
"<Path>\CODESOFT 20XX.msi" /qn

The label design software will be installed in the default folder with all features enabled.

Optional Language Parameter

You can add the following optional parameter:

"<Path>\Setup.exe" /s /L<LangID> /v /qn

<LangID> is the language ID in decimal format:

  • 1036 = French
  • 1031 = German
  • 1034 = Spanish
  • 1040 = Italian

Example:

"<Path>\Setup.exe" /s /L1036 /v /qn

Specify Installation Directory

"<Path>\CODESOFT 20XX.msi" /qn INSTALLDIR=<InstallationFolder>

Examples:

"CODESOFT 20XX.msi" /qn INSTALLDIR="C:\My folder"

Installs the software into the directory: C:\My folder

"CODESOFT 20XX.msi" /qn INSTALLDIR="C:\This is a long path name\"

Installs the software into the directory: C:\This is a long path name

Custom Installation

For custom installations, you can define which features are installed.

To install only specific features:

"<Path>\CODESOFT 20XX.msi" /qn ADDLOCAL=<List of features>

To install all features except selected ones:

"<Path>\CODESOFT 20XX.msi" /qn ADDLOCAL=ALL REMOVE=<List of features>

Feature List

Category Feature FeatureID
Printers Drivers Drivers
Printers Font Downloader FontDownloader
Tools Database Manager DatabaseManager
Tools User Manager UserManager
Tools Label Comparator LabelComparator
Tools COMet COMet
Tools Click Print ClickPrint
Add-Ons Form Designer FormDesigner
Add-Ons Form Viewer FormViewer
Add-Ons POF Manager POFManager
Add-Ons LABELVIEW Converter LVCONVERTER
Add-Ons LABEL MATRIX Converter LMCONVERTER
Samples Labels SampleLabels
Samples Compliance SampleCompliance
Samples Integration SampleIntegration
Documentation Help Files Help
Documentation Guides Guides

Custom Installation Examples

"CODESOFT 20XX.msi" /qn ADDLOCAL=ALL REMOVE=Samples,Documentation

Installs all features except Samples and Documentation.

"CODESOFT 20XX.msi" /qn ADDLOCAL=Drivers,DatabaseManager,Help

Installs only Drivers, Database Manager, and Help features.

Windows Installer Command Line Reference

For additional MSI command line options, see: http://msdn.microsoft.com/en-us/library/aa367988.aspx

NOTE:
When running a silent installation using either Setup.exe or the extracted MSI, all extracted installation files must remain in the same folder during execution.