Difference between revisions of "Anaplan XL Silent Installation"

 
Line 17: Line 17:
 
Or directly with the .msi:
 
Or directly with the .msi:
  
{{Code|1=msiexec.exe /i INSTALLLOCATION="C:\My Install Folder" "MSINAME.msi"}}
+
{{Code|1=msiexec.exe /i "MSINAME.msi" INSTALLLOCATION="C:\My Install Folder"}}
  
 
===Anaplan XL ===
 
===Anaplan XL ===

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

See Also