-
M
Windows 10 Help with uninstalling a msi program with batch file
Thanks for your response! So the program is actually software from the company I work at. The objective is to figure out and build a uninstall procedure without getting development involved. And I know, it's surprising that we don't actually have uninstall documentation for any of our software...- Mjk
- Post #5
- Forum: Programming and Scripting
-
M
Windows 10 Help with uninstalling a msi program with batch file
I've tried what has been suggested by AI but no luck. When using a batch file a prompt appears for "are you sure you want to uninstall" and if I use a pwershell script UAC authentication always pops up..- Mjk
- Post #3
- Forum: Programming and Scripting
-
M
Windows 10 Help with uninstalling a msi program with batch file
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...- Mjk
- Thread
- batch file client management gpo msi msiexec scripting silent install software removal task scheduler uninstall
- Replies: 6
- Forum: Programming and Scripting