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...") |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | To run the installation for | + | To run the installation for Anaplan XL in silent mode, enter the following at command the command line to automatically download and install any prerequisites as well as Anaplan XL itself: |
− | + | {{Code|AnaplanXLInstaller.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 | + | 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 directly to the target computer: |
− | + | {{Code|AnaplanXLInstaller.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: | ||
− | + | {{Code|1=AnaplanXLInstaller.exe INSTALLLOCATION="C:\My Install Folder"}} | |
Or directly with the .msi: | Or directly with the .msi: | ||
− | msiexec.exe /i INSTALLLOCATION="C:\My Install Folder" | + | {{Code|1=msiexec.exe /i "MSINAME.msi" INSTALLLOCATION="C:\My Install Folder"}} |
+ | |||
+ | ===Anaplan XL === | ||
− | |||
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)%\ | + | ! Name !! Description !! Default |
− | FluenceXL Web Edition | + | |- |
− | + | | INSTALLLOCATION | |
+ | | Where the product files should be installed | ||
+ | | %ProgramFiles(x86)%\Anaplan\Anaplan XL Reporting | ||
+ | |} | ||
+ | |||
+ | ==See Also== | ||
+ | * [[FluenceXL Excel Edition Prerequisites]] | ||
+ | * [[FluenceXL Web Edition Prerequisites]] | ||
+ | * [[FluenceXL MSI Installation]] | ||
+ | * [[FluenceXL Offline Installation]] | ||
+ | * [[Administrative FluenceXL Installation]] | ||
+ | * [[Settings File Customisation]] | ||
− | + | [[Category: Installation]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:34, 5 February 2025
To run the installation for Anaplan XL in silent mode, enter the following at command the command line to automatically download and install any prerequisites as well as Anaplan XL itself:
AnaplanXLInstaller.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 directly to the target computer:
AnaplanXLInstaller.exe /layout
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:
AnaplanXLInstaller.exe INSTALLLOCATION="C:\My Install Folder"
Or directly with the .msi:
msiexec.exe /i "MSINAME.msi" INSTALLLOCATION="C:\My Install Folder"
Anaplan XL
The following properties are available:
Name | Description | Default |
---|---|---|
INSTALLLOCATION | Where the product files should be installed | %ProgramFiles(x86)%\Anaplan\Anaplan XL Reporting |