With InstallShield installers, it is possible to extract the package files without performing the actual setup. The parameter /extract_all:<path> needs to be added to the command line.
/extract_all:<path> specifies that a self-extracting package's files should not be run but simply extracted to the location that is specified by <path>.
e.g. apexone_2019_win_en_gm_b1071.exe /extract_all:E:\temp\ApexExtracted
This will extract the files to the E:\temp\ApexExtracted folder.
