Uninstallation switch
Please let me know the uninstallation switch for Git 1.8.3 on windows 7 without showing message boxes and with clean uninstallation
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
apptopack
9 years ago
Have you created msi for the application using repackager? If so you can use msiexec /x {productcode} /qn
If not then you can use "C:\Program Files (x86)\Git\unins000.exe" /SILENT but this will show dialog with no user intervention and performs a clean uninstall.
Comments:
-
Let the system account execute the uninstall so current user will not see any window - dedenker 9 years ago