SpinFire 10.9.1 for Enterprise Distribution Overview
We recommend the new SpinFirePRO installation for enterprise software distribution and packaging
Denna installation är anpassad för att användas av Actify Enterprise Kunder med distributionsprogramvaruverktyget MATRIX 42/Empirum och innehåller tre .msi paket (Spinfire Core-installation, Spinfire Importör Installation och Spinfire PlugIn Installation).
Ladda ner SpinFirePRO 10.9.1 Enterprise Distribution::
Packa upp den här zip-filen till en mapp. Öppna filen “StartHere.html” i en webbläsare. Där hittar du all nödvändig information inklusive programvara för installation/avinstallera och dokumentation.
Alternativt kan Spinfire Tyst installation användas för enterprise distribution.
Spinfire 10.9.1 Silent Installation – parameter documentation
Gäller installationsfilerna:
- SpinFireInstaller.exe
- SpinFireWebInstaller.exe
Du kan installera Spinfire i tyst läge och ge informationen till installationen med olika parametrar.
För att installera Spinfire i tyst läge måste du använda /s och /f1 paramters:
SpinFireInstaller.exe /s /f1"C:\TEMP\SpinFire10.9.1 .iss" |
Filen “SpinFire10.9.1.iss” är installationssvarsfilen. Vanligtvis skapas filen genom att köra installationen i normalt läge och genom registrering av användaråtgärder under installationsprocessen.
Skapa InstallShield Tyst svarsfil för automatisk Spinfire-installation
För en typisk Spinfire installation, kräver installationen en användare som är skyldig att göra val som vilken typ av Spinfire installation som ska användas, acceptera slutanvändarlicens och specificera installationsplatsen. För en automatiserad (tyst) installation, kommer installationsprogrammet köras i bakgrunden och kommer inte att visa meddelanden eller fönster under dess framsteg. Installationen använder installationsalternativ som hämtas från en .iss responsfil (Install Silent Response File) Filformatet liknar en. INI-fil. En tyst installation kan därför vara utan tillsyn. En ISS svarsfil kan skapas manuellt eller automatiskt in från en installation.
Exempel för att skapa en ISS svarsfil:
- SpinFireInstaller.exe /r
- SpinFireInstaller.exe /r -f1″”
- SpinFireInstaller.exe /r -f1″c:\install\SpinFire10.x.iss”
Description of the parameter
/ r or-r – save the settings during installation
/ f1 or-f1 path and file name to be issued.
Den resulterande responsfilen kommer att ha fångat de noteringar som görs under installationen. Den responsfilen kan nu användas för en obevakad tyst installation.
För att befria dig från arbetet, kan du ladda ner följande respons fil. Om du behöver äldre versioner, kontakta support.
Ladda ned SpinFire10.9.1.iss filer:
Här nedan ser du exempel på att använda detta. Iss svarsfil.
IMPORTANT
The /f1 parameter is required otherwise Importers and Plugins will not have uninstall options when listed in the Add/Remove Programs. Caution: Also: There must be no spaces between the /v switch and the quote-parameters that follow.. |
Other optional parameters
Parameter | Description |
/L | Language
It specifies the language to be used for the silent install. If no language is specified the system language is used if available otherwise default to English. |
Possible values:
- 1031 – Deutsch
- 1033 – English
- 1041 – Japanese
- 1028 – Traditional Chinese
- 2052 – Simplified Chinese
- 1040 – Italian
- 1036 – French
Example:
SpinFireInstaller.exe /s /L” 1031 ” /f1"C:\TEMP\SpinFire10.9.1 .iss" |
Parameter | Description | ||
/v | Installations Parameter It allows to specify a string with series of parameters such as target directory, importers and plugins configurations. The syntax is as follow:
Where the (…) can have the following values: /L* \”C:\TEMP\log\msilog.log\” When the installation parameters INSTALLDIR is not specified, Spinfire will be installed to location specified in the response file varaible “szDir”. We recommend using the INSTALLDIR parameter. For SpinFire 10.9.1:
|
Examples
NOTE: Add below Example contents into individual Batch (.bat) files
Install All Importers and All Plug-ins plus Weight Calculator Plug-in
Weight Calculator Plug-in: Download
|
Install No Importers and No Plug-ins
REM Install SpinFire REM All Importers REM All Plug-ins REM Change install location accordingly REM INSTALLDIR=\"C:\Program Files (x86)\Actify\SpinFire\ 10.9.1 \" SpinFireInstaller.exe /s /L "1033" /f1 "C:\TEMP\SpinFire10.9.1.iss" /v "LICENSE=\"C:\TEMP\license.al\" PLUGINS=NONE IMPORTERS=NONE INSTALLDIR=\"C:\Program Files\Actify\SpinFire\10.0\"" |
Install SpinFire in Japanese with All Importers
SpinFireInstaller.exe /s /L "1041" /f1 "C:\TEMP\SpinFire10.9.1.iss" /v "LICENSE=\"H:\LicensesRepository\Licence.al\" IMPORTERS=ALL INSTALLDIR=\"C:\NEW DIRECTORY\"" |
32Bit – Plug-ins=Typical / Importers=None
SpinFireInstaller.exe /s /L "1033" /f1 "C:\TEMP\SpinFire10.9.1.iss" /v "LICENSE=\"C:\TEMP\license.al\" PLUGINS=TYPICAL IMPORTERS=NONE INSTALLDIR=\"C:\Program Files\Actify\SpinFire\10.0\"" |
Install Weight Calculator Plug-in
InstWeightCalculator_1548_1.exe /s /instance= 1 "/V /qn INSTALLDIR=\"C:\Program Files\Actify\SpinFire\10.0\kernel\"" |
Installation Weight Calculator Plug-in
InstWeightCalculator_1721_3.exe /s /instance= 1 "/V /qn INSTALLDIR=\"C:\Program Files\Actify\SpinFire\10.0\kernel\"" |
Important
The order for the command line parameters is important. Follow the example and use /s /L /f1 and /v in this order. Reihenfolge. |
Uninstalling Spinfire in unattended mode (silent mode)
using a response file
To uninstall SpinFire via command line you need to specify silent mode and an installation response file.
The syntax is the following:
SpinFireInstaller.exe /s /f1"C:\TEMP\RemoveSpinFire .iss" |
Important
There should be no spaces between the /f1 parameter and the quotes (“). |
The RemoveSpinFire10.9.1.iss can be created by copying the following code or downloading from the link above.
Dlg0={3F82F694-95B7-4198-AD12-3574B27A2AD4}-SdWelcomeMaint-0 Count=3 Dlg1={3F82F694-95B7-4198-AD12-3574B27A2AD4}-MessageBox-0 Dlg2={3F82F694-95B7-4198-AD12-3574B27A2AD4}-SdFinish-0 [{3F82F694-95B7-4198-AD12-3574B27A2AD4}-MessageBox-0] Result=6 [{3F82F694-95B7-4198-AD12-3574B27A2AD4}-SprintfBox-0] Result=6 [{3F82F694-95B7-4198-AD12-3574B27A2AD4}-SdSetupCompleteError-12060] Result=1 [{3F82F694-95B7-4198-AD12-3574B27A2AD4}-SdWelcomeMaint-0] Result=303 [{3F82F694-95B7-4198-AD12-3574B27A2AD4}-SdFinish-0] Result=1 bOpt1=0 bOpt2=0 |