Silent Uninstall of nView
I am trying to silently uninstall nview.
The string that I am working with is:
"C:\Windows\SysWOW64\RunDll32.EXE" "C:\Program Files\NVIDIA Corporation\Installer2\installer.{34433A3E-7FD6-440E-BA40-AF9129BCC72A}\NVI2.DLL",UninstallPackage Display.NView
But I don't know how it make it silent.
Thanks,
Craig
Answers (2)
I haven't tried to remove it because it's rather handy for nVidia cards, but I have removed the annoying context menus and such:
To remove NVIDIA Control Panel from Desktop Right-Click Menu:
REG DELETE HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\NvCplDesktopContext /f
Comments:
-
Thanks. Sadly this software is conflicting with our Autodesk software so we need to remove it to reduce the video corruption. - cjohnson@eypae.com 10 years ago
-
Hmmm, uninstalling silently seems to take a full removal of all of the nV software; unlikely that you would want that. Would disabling the service be a workaround for you? Some handy command research here: http://www.experts-exchange.com/Hardware/Components/Q_27223296.html - cblake 10 years ago
Looks like a Installshield setup? Check this out from Bob.
http://www.itninja.com/blog/view/installshield-setup-silent-installation-switches
Run the uninstall and "record" the uninstall. Then throw that recording at the uninstaller. Read Bob's post, it will explain everthing. Of course if its not a installshield installer then this is no help at all!