Installation
SpinFire Ultimate can be installed using one of the following two sets of files:
- .exe - For the typical installation (SpinFire.x64.exe 64bit or SpinFire.x86.exe for 32bit Windows 64bit Windows operating systems).
- Allows users to choose the language used by the installation wizard.
- Upgrades from one version to the next without requiring that the older version be uninstalled.
- .msi - For the experienced user who requires more control over the installation process.
- Previous versions must be uninstalled before upgrading with a new .msi.
- Supports command line and silent installations.
- Should be used for enterprise installations
NOTE: If not logged in with Administration rights, please right click the executable and "Run as Administrator" to install properly.
NOTE: For 11.7.x users with floating licenses, you must install the latest floating license manager that has been available since September 2018.
Info |
---|
For organization wide deployment, please see the Enterprise Installations page. |
Installation Using the .exe File
The .exe SpinFire Ultimate installation sequence is as follows:
- Download the SpinFire.x64.exe installation file if you're on a 64bit Windows Operating System (Start > Search > type System to check if you're 32bit or 64bit)
- Navigate to the Windows Downloads folder, right click the executable and "Run as Administrator" on the SpinFire.x64.exe.
Info | ||||
---|---|---|---|---|
| ||||
SpinFire Ultimate does not default to the chosen language if a previous instance was installed. The language can be set in the Options > Application Settings. See Application Settings. |
* For more information on Overriding Installed Fonts see Installing Fonts.
If a valid license file is not found:
Panel | ||||
---|---|---|---|---|
| ||||
Uninstalling SpinFire UltimateInsight |
Enterprise and Silent Installations
Note: For Enterprise and Silent installations, the Microsoft Visual C++ 2013 Redistributable should be applied before installing SpinFire Ultimate.
Enterprise and silent installations are straightforward. On the command line, enter:
Code Block |
---|
msiexec.exe /I SpinFire.x64.msi /qn |
To uninstall SpinFire Ultimate x86 or x64 with limited UI, enter:
Code Block |
---|
msiexec.exe /x {F84A911DC468448A-FC399195-491E4E85-8661B30D-0EE1A8016A91F47D7EAD4B25} /qb |
Info | ||
---|---|---|
| ||
The product ID string, {F84A911DC468448A-FC399195-491E4E85-8661B30D-0EE1A8016A91F47D7EAD4B25}, is specific to SpinFire 11.89.2—each 0—each version has a unique product ID.
|
Specify the Application Language
To specify which language is used by the application, download two additional files:
- 1028.mst - Set Chinese (tr) as the default language
- 1029.mst - Set Czech as the default language
- 1031.mst - Set German as the default language
- 1033.mst - Set English as the default language
- 1034.mst - Set Spanish as the default language
- 1036.mst - Set French as the default language
- 1040.mst - Set Italian as the default language
- 1041.mst - Set Japanese as the default language
- 1042.mst - Set Korean as the default language
- 2052.mst - Set Chinese (sm) as the default language
- 2070.mst - Set Portuguese as the default language
Examples
German/1031/de-DE language setting via MSI installer and 1031.mst with suppressed UI.
Code Block |
---|
msiexec.exe /i SpinFire.x64.msi TRANSFORMS=1031.mst /qb |
German/1031/de-DE language setting via MSI installer and 1031.mst and no UI (typically used with software distribution tools).
Code Block |
---|
msiexec.exe /i SpinFire.x64.msi TRANSFORMS=1031.mst /qn |
Warning | ||
---|---|---|
| ||
When using the command line, the order of the arguments matters. Type the commands exactly as shown. |
Updating SpinFire Ultimate
To update SpinFire Ultimate, select Help > Check For Updates.
SpinFire Ultimate checks the Actify website for the latest version of the software. If a new version exists, it is downloaded and installed, and SpinFire Ultimate is automatically restarted.
An organization may want to make the latest update available to their users internally. To do this:
- The organization’s system administrator should contact Actify for the update files.
- Place the files on a shared local network.
- Users must select the Use Custom Updates URL checkbox on the Application Settings page. (This setting overrides the Actify site links.)
- Enter the shared network URL in the text field.
- Click the Apply Settings button.
- Select Help > Check for Updates.