Product: LABELVIEW, CODESOFT
Version: All Versions
|
The label design software installation can be run in Silent mode using the following commands:
The basic command line is:
"<Path>\Setup.exe" /s /v /qn
"<Path>\CODESOFT 20XX.msi" /qn
The label design software will be installed in the default folder, along with all features.
You can add this optional parameter:
/L : Setup language
"<Path>\Setup.exe" /s /L<LangID> /v /qn
<LangID> is the language ID in decimal (1036=French, 1031=German, 1034=Spanish, 1040=Italian, ...)
Example: ''<Path>\Setup.exe'' /s /L1036 /v /qn
INSTALLDIR : Specify a specific installation folder.
"<Path>\CODESOFT 20XX.msi" /qn INSTALLDIR=<InstallationFolder>
Example
"CODESOFT 20XX.msi" /qn INSTALLDIR="C:\My folder" => Install the label designer software in the directory C:\My folder.
For long path name:
"CODESOFT 20XX.msi" /qn INSTALLDIR="C:\This is a long path name\"=> Install the label designer software in the directory C:\This is a long path name.
Custom Installation:
For custom installation, you define the features to be installed. There are two ways to specify the features that need to be installed.
Either you define the optional features that should be added:
"<Path>\CODESOFT 20XX.msi" /qn ADDLOCAL=<List of features>
Or you define the features that need to be removed (based on full installation)
"<Path>\CODESOFT 20XX.msi" /qn ADDLOCAL=ALL, REMOVE=<List of features>
The optional features are hierarchically organized as follows:
FeatureID | ||
Printers | Printers | |
Drivers | Drivers | |
Font Downloader | FontDownloader | |
Tools | Tools | |
Database Manager | DatabaseManager | |
User Manager | UserManager | |
Label Comparator | LabelComparator | |
COMet | COMet | |
Click Print | ClickPrint | |
Add-Ons | AddOns | |
Form Designer | FormDesigner | |
Form Viewer | FormViewer | |
POF Manager | POFManager | |
LABELVIEW Converter | LVCONVERTER | |
LABEL MATRIX Converter | LMCONVERTER | |
Samples | Samples | |
Labels | SampleLabels | |
Compliance | SampleCompliance | |
Integration | SampleIntegration | |
Documentation | Documentation | |
Help files | Help | |
Guides | Guides |
Example:
"CODESOFT 20XX.msi" /qn ADDLOCAL=ALL, REMOVE=Samples,Documentation
=> The label design software will be installed with all features except Samples and Documentation features.
"CODESOFT 20XX.msi" /qn ADDLOCAL=Drivers,DatabaseManager,Help
=> The label design software will be installed with minimal features and Drivers, Database Manager and Help.
See windows installer command line for details:http://msdn.microsoft.com/en-us/library/aa367988.aspx
NOTE:
When running the silent install whether it is with the Setup.exe or the extracted msi all files extracted must be in the same folder when it is run
|