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
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
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
7 years ago
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
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