The installer extracts files to a temporary folder before running. Your system's TEMP and TMP environment variables point to a location inside your user profile, which Windows considers "unsecured" for this operation.
Create a folder like c:\temp and update both the TEMP and TMP environment variables to point there instead.
Note: This change is permanent. You may want to note the original values and restore them after installation is complete.
If you're comfortable with the Command Prompt, you can temporarily change the environment variables for just that session. Open a Command Prompt, navigate to the folder containing the installer, and run:
set TEMP=c:\temp set TMP=c:\temp <installer-name>.exe
Replace <installer-name>.exe with the actual installer filename. These changes only apply to that Command Prompt session and will revert when you close the window.
Any questions? Please contact hydromantis-support@hatch.com