Windows PATROL Agent is failing with following error: "The error is: Unable generate a temporary install.ctl file." |
Unable to generate the temporary install.ctl file is due to user "patrol" is not having sufficient permission. Analysis: UAC does this by isolating programs from accessing things they shouldn't, regardless of your access level. When you click Run as Administrator, the program you are running has un-restricted access to the system and can do virtually anything” So, we need to use runas to fix the issue: runas /user:<admin username> cmd give the password of the admin user New cmd window is going to appear Locate the path of the package and run the command RunSilentInstall.exe command |