For a silent install, here's what works for me:
msiexec /i "WinRATSStd800.msi" /qn /norestart ALLUSERS=2 PIDKEY="???###" AGREETOLICENSE=2 ORGANIZATION="Your company name"
The property for the serial number appears to have changed to PIDKEY from SERIAL_NUMBER in the previous versions. Enter your serial number here (three characters, three numbers) with no hyphen.
Versions before 8.x located the 'Procedures and Examples' collection in the Program Files folder for the application. Now the default installation is to the My Documents folder for each user.
To put this back to the Program Files folder, I changed the MSI file (Orca in my case). The table is CustomAction and it's just the target in the 'UserFilesSource' action. I changed this from [PersonalFolder][ProductName] to [ProgramFilesFolder][Manufacturer]\[ProductName]\UserFiles. Take care with the inclusion of the backslash - it isn't required after the first variable.
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ