How to uninstall filemaker pro 7 using sccm
Hi. I read a post saying how to unistall filemaker 7 but then upgradeing to 8. How do i just uninstall using a .msi?
Thanks.
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
You can locate the required code to pass to msiexec.exe /x by opending regedit.exe at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and search for the application name (or just browse through each sub folder till u find it). When you have found it you can pass it to msiexec as explained above: msiexec.exe /x {0077A7C7-3333-2222-1111-111111111000} /qn
You can locate the required code to pass to msiexec.exe /x by opending regedit.exe at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and search for the application name (or just browse through each sub folder till u find it). When you have found it you can pass it to msiexec as explained above: msiexec.exe /x {0077A7C7-3333-2222-1111-111111111000} /qn
Please log in to answer
Posted by:
SMal.tmcc
12 years ago
msiexec /x filename.msi /qn
Comments:
-
Thanks - Nickster103 12 years ago
Posted by:
piyushnasa
12 years ago
Posted by:
jagadeish
12 years ago