
install the application by opening the command prompt as an administrator.

Then run the install by using the msiexec.exe command

example

msiexec.exe /i <directory Path to msi>\Rapid Inspection 2019 v11.0.1.0.msi /qb! TRANSFORMS=<directory path to mst>\RI2019.mst

example files are unzipped to c:\temp
msiexec.exe /i "c:\temp\Rapid Inspection 2019 v11.0.1.0.msi" /qb! TRANSFORMS=c:\temp\RI2019.mst

This will install Rapid Inspection to c:\MDHApps\RI2019. It is strongly advised that you continue to install to that directory. If using the command line install please make sure you are suing the TRANSFORMS=RI2019.mst switch

Alternatively You can install by opening Powershell_ISE as an administrator open the RIInstall.ps1 and run the script. This incorporated the installer with the switches for a successful install


After the install is complete be sure to give users full control rights on the installed application root folder
(int this case the program is installed to c:\MDHApps\RI2019. give users full control rights to that folder before starting the program



