/build/static/layout/Breadcrumb_cap_w.png

How to silent uninstall PrimoPDF v4.0.1 (activePDF)

Hi,

I need some help in removing this silently, but I cannot find any information online because of the old version.

I found this inside the registry, but it is not silent:

"C:\Windows\PrimoPDF\uninstall.exe" "/U:C:\Program Files\activePDF\PrimoPDF\Uninstall\uninstall.xml"

Does anyone have any ideas/insight on the matter?

Regards,

Steve

3 Comments   [ + ] Show comments
  • have you tried adding the /S switch? - SMal.tmcc 7 years ago
  • Have you had a look inside the uninstall.xml file to see whether there might be some clues in there. I would assume the xml file contains the installation steps recorded when the app was first installed, but there may also be some command pointers. - EdT 7 years ago
  • I ended up finding my own solution:

    rmdir "C:\Program Files\activePDF\PrimoPDF" /s /q
    rmdir "C:\Windows\PrimoPDF" /s /q
    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\PrimoPDF4.0.1" /f

    These will delete the program files and the registry key in question. Which is enough for me. - stevencamilleri 7 years ago

Answers (1)

Posted by: anonymous_9363 7 years ago
Red Belt
0
Jeez...all this effort...why not just create a script to do it? After all, apps are just a bunch of files and registry junk, all of which can be removed using any language you might be proficient in, including DOS batch.

Comments:
  • I ended up finding my own solution:

    rmdir "C:\Program Files\activePDF\PrimoPDF" /s /q
    rmdir "C:\Windows\PrimoPDF" /s /q
    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\PrimoPDF4.0.1" /f

    These will delete the program files and the registry key in question. Which is enough for me. - stevencamilleri 7 years ago
 
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