Forum Discussion

alazanowski's avatar
15 years ago

Netbackup Puredisk client silent uninstall

Is there a way to silently and command line uninstall the puredisk client from a system? It seems strange to have a silent installer, without a silent uninstaller. Thanks.
  • alazanowski's avatar
    15 years ago
    Found a way myself, you have to find the msi uninstaller string (changes depending on version) from the registry. Once you have that, you can execute the msiexec /i {uninstall string here} /qn

    the /qn is a quiet no-reboot switch. Worked like a charm!