
Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Extracting MSIs from Qlik Sense Installer Package
Last Update:
Jun 28, 2024 10:52:43 AM
Updated By:
Created date:
Jul 29, 2016 4:14:29 AM
The Qlik Sense Installation Package has a number of different command-line options intended to allow for silent installation (for a summary of these options run qlik_sense_setup.exe -?).
Environment:
Qlik Sense Enterprise on Windows
To extract the packages open a command prompt and run:
Qlik_sense_setup.exe -layout C:\Temp
This will create a pair of directories under C:\Temp
- AttachedContainer
- UX
AttachedContainer holds the MSIs used by the installer. You can then use these MSIs to manually install or uninstall components of Qlik Sense.
For more information on what commands are available, see Performing a silent installation
1,905 Views