Difference between revisions of "Anaplan XL Silent Installation"
(Created page with "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...") |
|||
Line 1: | Line 1: | ||
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: | 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 | + | {{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: | ||
− | FluenceXLInstaller.exe /layout | + | {{Code|FluenceXLInstaller.exe /layout}} |
+ | |||
+ | ==Command Line Properties== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
There are some command line properties that can be set to modify the default installation behaviour. | 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: | They can either be used with the .exe bootstrapper: | ||
− | FluenceXLInstaller.exe INSTALLLOCATION="C:\My Install Folder" | + | {{Code|1=FluenceXLInstaller.exe INSTALLLOCATION="C:\My Install Folder"}} |
Or directly with the .msi: | Or directly with the .msi: | ||
− | msiexec.exe /i INSTALLLOCATION="C:\My Install Folder" "MSINAME.msi" | + | {{Code|1=msiexec.exe /i INSTALLLOCATION="C:\My Install Folder" "MSINAME.msi"}} |
+ | |||
+ | ===FluenceXL Excel Edition=== | ||
− | |||
The following properties are available: | The following properties are available: | ||
− | Name Description Default | + | {| class="wikitable" |
− | INSTALLLOCATION Where the product files should be installed %ProgramFiles(x86)%\Fluence Technologies Inc\FluenceXL | + | ! Name !! Description !! Default |
− | FluenceXL Web Edition | + | |- |
+ | | INSTALLLOCATION | ||
+ | | Where the product files should be installed | ||
+ | | %ProgramFiles(x86)%\Fluence Technologies Inc\FluenceXL | ||
+ | |} | ||
+ | |||
+ | ===FluenceXL Web Edition=== | ||
+ | |||
The following properties are available: | The following properties are available: | ||
− | Name Description Default | + | {| class="wikitable" |
− | INSTALLLOCATION Where the product files should be installed WWWRoot\VIRTUALDIRECTORYNAME | + | ! Name !! Description !! Default |
− | SKIPCONFIGUREIIS Whether the application is installed in IIS 0 | + | |- |
− | VIRTUALDIRECTORYNAME The name of the application in IIS FluenceXLWeb | + | | INSTALLLOCATION |
− | INSTALLWINDOWSFEATURES Automatically install the required Windows features as detailed here 0 | + | | Where the product files should be installed |
− | CERTIFICATESTORENAME To use a certificate for SSL binding, give the store name where it is currently kept, for example WebHosting | + | | WWWRoot\VIRTUALDIRECTORYNAME |
− | CERTIFICATETHUMBPRINT To use a certificate for SSL binding, give its thumbprint here | + | |- |
− | See Also | + | | SKIPCONFIGUREIIS |
− | FluenceXL Excel Edition Prerequisites | + | | Whether the application is installed in IIS |
− | FluenceXL Web Edition Prerequisites | + | | 0 |
− | FluenceXL MSI Installation | + | |- |
− | FluenceXL Offline Installation | + | | VIRTUALDIRECTORYNAME |
− | Administrative FluenceXL Installation | + | | The name of the application in IIS |
− | Settings File Customisation | + | | FluenceXLWeb |
+ | |- | ||
+ | | INSTALLWINDOWSFEATURES | ||
+ | | Automatically install the required Windows features as detailed [[Prerequisites#Required Windows Components|here]] | ||
+ | | 0 | ||
+ | |- | ||
+ | | CERTIFICATESTORENAME | ||
+ | | To use a certificate for SSL binding, give the store name where it is currently kept, for example WebHosting | ||
+ | | | ||
+ | |- | ||
+ | | CERTIFICATETHUMBPRINT | ||
+ | | To use a certificate for SSL binding, give its thumbprint here | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | ==See Also== | ||
+ | * [[FluenceXL Excel Edition Prerequisites]] | ||
+ | * [[FluenceXL Web Edition Prerequisites]] | ||
+ | * [[FluenceXL MSI Installation]] | ||
+ | * [[FluenceXL Offline Installation]] | ||
+ | * [[Administrative FluenceXL Installation]] | ||
+ | * [[Settings File Customisation]] | ||
+ | |||
+ | [[Category: Installation]] |
Revision as of 10:12, 26 November 2024
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:
FluenceXLInstaller.exe INSTALLLOCATION="C:\My Install Folder"
Or directly with the .msi:
msiexec.exe /i INSTALLLOCATION="C:\My Install Folder" "MSINAME.msi"
FluenceXL Excel Edition
The following properties are available:
Name | Description | Default |
---|---|---|
INSTALLLOCATION | Where the product files should be installed | %ProgramFiles(x86)%\Fluence Technologies Inc\FluenceXL |
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 |
INSTALLWINDOWSFEATURES | Automatically install the required Windows features as detailed here | 0 |
CERTIFICATESTORENAME | To use a certificate for SSL binding, give the store name where it is currently kept, for example WebHosting | |
CERTIFICATETHUMBPRINT | To use a certificate for SSL binding, give its thumbprint here |