You can create a silent installer to efficiently repeat the installation process on multiple computers. The silent installer requires the same installer version and will use the installation path on the target computer.
- Run a full installation using the standard installer. The selections you make during the installation will be reused by the silent installer.
- Toward the end of the the installation, choose the option to save an installer XML file. Save the file to an appropriate place on your network.
- On the next machine, open a command prompt with administrator access.
- Within the command prompt, call the installer file executable followed by the XML file including the full folder path to the file.
An example command line for using a silent installer script file saved at location specified by a full path and named "auto-install.xml" :
TP-Install-Healthcare-2021.2.0-Win64.exe /silentpath="C:\<FULL_PATH>\auto-install.xml"
Notes:
You can skip the auto-startup of TreeAge Pro and the Excel Add-in for silent installs. When creating the auto-install.xml file via a manual installation, choose Custom Installation, then uncheck the auto-startup and Excel Add-in installation as desired.
Comments
Article is closed for comments.