MSI Installer Error

MSI Installer Error: “Installation Directory must be on a local hard drive” 

This problem is known as MSI Installer problem.  For some reasons, when
you have this error message, the only way to do is to use your
Administrative privileges.
1. Press Windows + R for all Windows versions
2. Now, type in RUN program %Temp% and delete all the temporary files and folders
3. Run “cmd” as an Administrator
4. Now run MSIexec command MSIexec /i “path to the installation program” (Example: MSIexec /i “C:Installer.msi”)
5. Press “Enter” and now the application will install without any problem.