I'm currently working on a script to uninstall a msi program that is installed on a client. The package doesn't have a GUID in registry but it does have its own uninstaller.exe I'm currently trying to use a msiexec /x %path/to/exe% /qn /f bat file to uninstall the package quietly without having any prompts while being ran through a scheduled logon task by GPO.
The issue I am having is that no matter how I change my script, a confirmation prompt always appears and it never uninstalls. Tried multiple ways but my knowledge is limited. Any help would be appreciated!!!
The issue I am having is that no matter how I change my script, a confirmation prompt always appears and it never uninstalls. Tried multiple ways but my knowledge is limited. Any help would be appreciated!!!