/build/static/layout/Breadcrumb_cap_w.png

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
Posted by: SMal.tmcc 11 years ago
Red Belt
2

msiexec /x filename.msi /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


Comments:
Posted by: piyushnasa 11 years ago
Red Belt
2

You can add an upgrade code for version 7 in your version 8 package if you have to do it through an msi.

RemoveExistingProducts Action should be moved just before InstallInitialize.

Posted by: jagadeish 11 years ago
Red Belt
1

I would suggest you to uninstall it using {ProductCode} as SMal.tmcc mentioned in his post rather than uninstalling it using the source msi.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ