Difference between revisions of "FluenceXL Silent Installation"
m (Csalter moved page XLCubed Silent Installation to FluenceXL Silent Installation) |
m (Text replacement - "XLCubed" to "FluenceXL") |
||
Line 1: | Line 1: | ||
− | To run the installation for | + | To run the installation for FluenceXL (v9.0 and newer) in silent mode, enter the following at command the command line to automatically download and install any prerequisites as well as FluenceXL itself: |
− | {{Code| | + | {{Code|FluenceXLInstaller.exe /quiet}} |
If you would prefer to download all the prerequisites ahead of time (for example, if there is no internet access on the target computer), then you can run the following command line to create a folder containing all of the files in the correct layout. This can then be copied to a DVD or directly to the target computer: | If you would prefer to download all the prerequisites ahead of time (for example, if there is no internet access on the target computer), then you can run the following command line to create a folder containing all of the files in the correct layout. This can then be copied to a DVD or directly to the target computer: | ||
− | {{Code| | + | {{Code|FluenceXLInstaller.exe /layout}} |
==Command Line Properties== | ==Command Line Properties== | ||
Line 12: | Line 12: | ||
They can either be used with the .exe bootstrapper: | They can either be used with the .exe bootstrapper: | ||
− | {{Code| | + | {{Code|FluenceXLInstaller.exe INSTALLLOCATION="C:\My Install Folder"}} |
Or directly with the .msi: | Or directly with the .msi: | ||
{{Code|msiexec.exe /i INSTALLLOCATION="C:\My Install Folder" "MSINAME.msi"}} | {{Code|msiexec.exe /i INSTALLLOCATION="C:\My Install Folder" "MSINAME.msi"}} | ||
− | === | + | ===FluenceXL Excel Edition=== |
The following properties are available: | The following properties are available: | ||
Line 26: | Line 26: | ||
| INSTALLLOCATION | | INSTALLLOCATION | ||
| Where the product files should be installed | | Where the product files should be installed | ||
− | | %ProgramFiles(x86)%\ | + | | %ProgramFiles(x86)%\FluenceXL Ltd\FluenceXL Excel Edition |
|} | |} | ||
− | === | + | ===FluenceXL Web Edition=== |
The following properties are available: | The following properties are available: | ||
Line 46: | Line 46: | ||
| VIRTUALDIRECTORYNAME | | VIRTUALDIRECTORYNAME | ||
| The name of the application in IIS | | The name of the application in IIS | ||
− | | | + | | FluenceXLWeb |
|- | |- | ||
| INSTALLSCHEDULINGSERVICE | | INSTALLSCHEDULINGSERVICE | ||
Line 57: | Line 57: | ||
The Windows Installer MSI may be obtained by entering the following at the command line: | The Windows Installer MSI may be obtained by entering the following at the command line: | ||
− | {{Code| | + | {{Code|FluenceXLInstaller.exe /ExtractCab}} |
− | where | + | where FluenceXLInstaller.exe should be replaced with the full path of the setup executable. This will extract the MSI into a subdirectory called {{Code|SupportFiles}}. If desired, this MSI can then be invoked silently by passing the {{Code|/qn}} switch: |
{{Code|msiexec.exe /i "MSINAME.msi" /qn}} | {{Code|msiexec.exe /i "MSINAME.msi" /qn}} | ||
Line 66: | Line 66: | ||
==See Also== | ==See Also== | ||
− | * [[ | + | * [[FluenceXL Excel Edition Prerequisites]] |
− | * [[ | + | * [[FluenceXL Web Edition Prerequisites]] |
− | * [[ | + | * [[FluenceXL MSI Installation]] |
− | * [[ | + | * [[FluenceXL Offline Installation]] |
− | * [[Administrative | + | * [[Administrative FluenceXL Installation]] |
* [[Settings File Customisation]] | * [[Settings File Customisation]] | ||
[[Category: Installation]] | [[Category: Installation]] |
Revision as of 09:51, 4 July 2023
To run the installation for FluenceXL (v9.0 and newer) in silent mode, enter the following at command the command line to automatically download and install any prerequisites as well as FluenceXL itself:
FluenceXLInstaller.exe /quiet
If you would prefer to download all the prerequisites ahead of time (for example, if there is no internet access on the target computer), then you can run the following command line to create a folder containing all of the files in the correct layout. This can then be copied to a DVD or directly to the target computer:
FluenceXLInstaller.exe /layout
Contents
[hide]Command Line Properties
There are some command line properties that can be set to modify the default installation behaviour.
They can either be used with the .exe bootstrapper:
Or directly with the .msi:
FluenceXL Excel Edition
The following properties are available:
Name | Description | Default |
---|---|---|
INSTALLLOCATION | Where the product files should be installed | %ProgramFiles(x86)%\FluenceXL Ltd\FluenceXL Excel Edition |
FluenceXL Web Edition
The following properties are available:
Name | Description | Default |
---|---|---|
INSTALLLOCATION | Where the product files should be installed | WWWRoot\VIRTUALDIRECTORYNAME |
SKIPCONFIGUREIIS | Whether the application is installed in IIS | 0 |
VIRTUALDIRECTORYNAME | The name of the application in IIS | FluenceXLWeb |
INSTALLSCHEDULINGSERVICE | Whether the scheduling service is installed | 1 |
Previous Versions
The Windows Installer MSI may be obtained by entering the following at the command line:
FluenceXLInstaller.exe /ExtractCab
where FluenceXLInstaller.exe should be replaced with the full path of the setup executable. This will extract the MSI into a subdirectory called SupportFiles. If desired, this MSI can then be invoked silently by passing the /qn switch:
msiexec.exe /i "MSINAME.msi" /qn
Using this method, any prerequisites must be installed manually.