Keywords:
Install ChemOffice, Custom install, ChemScript.
Details:
With the release of version 22, we no longer have a separate installer for ChemScript. The two MSI installers provided are:
32-bit: PerkinElmer_ChemOffice_Suite_22.2.0.msi
64-bit: PerkinElmer_ChemOffice_Suite_22.2.0_x64.msi
For a complete guide on silent installation, try the below FAQ:
FAQ: How can I perform a silent installation or unattended installation of ChemOffice Professional application on my machine ?
Note that while you run the MSI installer, using the MSIEXEC.EXE command, you can remove the components that you don't want to install as below:
Depending on the installer type (32 Bit/64 Bit) you can use below command lines to avoid ChemScript part of the installation.:
ADDLOCAL=ALL, REMOVE=ChemScript32 /qb
or
ADDLOCAL=ALL, REMOVE=ChemScript64 /qb
For example:
msiexec.exe /i "\PerkinElmer\ChemOffice\PerkinElmer_ChemOffice_Suite_22.2.0.msi" REBOOT=ReallySuppress ADDLOCAL=ALL, REMOVE=ChemScript32 /qb