Difference between revisions of "Uninstalling Protocase Designer"

From Protocase Designer Documentation
Jump to: navigation, search
(If Designer was installed for a user)
(Uninstalling Designer from Linux)
Line 36: Line 36:
 
#Default PREFIX: /usr/local/
 
#Default PREFIX: /usr/local/
 
#Replace all instances $PREFIX with what you entered when installing the software.
 
#Replace all instances $PREFIX with what you entered when installing the software.
#delete $PREFIX/bin/ProtocaseDesigner.sh
+
#rm -rf $PREFIX/bin/ProtocaseDesigner.sh
#delete $PREFIX/share/Protocase\ Designer\
+
#rm -rf $PREFIX/share/Protocase\ Designer\
#delete $PREFIX/lib/Protocase\ Designer\
+
#rm -rf $PREFIX/lib/Protocase\ Designer\
#delete ~/ProtocaseDesigner\
+
#rm -rf ~/ProtocaseDesigner\

Revision as of 14:30, 24 October 2019

See Also:

Uninstalling Designer from Windows 10

  1. In Windows 10, click the Start button and select All Apps.
  2. In the list that opens, scroll down to Protocase Designer, click the down-arrow, and choose Uninstall.
    The Protocase Designer Uninstall wizard opens.
  3. Click the Uninstall button.
    The program is uninstalled.
  4. Click the Close button.

Uninstalling Designer manually from Windows

If Designer was installed as Administrator

  1. Remove the following folders:
    c:\program files (x86)\Protocase Designer4\
    c:\ProgramData\ProtocaseDesigner\
    Documents\ProtocaseDesigner\
  2. Remove icons and menu items.
  3. Remove the following entries from the registry, following [Microsoft's instructions].
Computer\HKey_CLASSES_ROOT\.pda
Computer\HKey_CLASSES_ROOT\ProtocaseDesigner.pda
Computer\HKey_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Uninstall\ProtocaseDesigner4

If Designer was installed for a user

  1. Remove the following folders:
    c:\Users\username\AppData\Roaming\ProtocaseDesigner
    c:\Users\username\Protocase Designer 4\
    Documents\ProtocaseDesigner4\
  2. Remove icons and menu items.
  3. Remove the following entries from the registry, following [Microsoft's instructions]:
Computer\HKey_Current_User\.pda
Computer\HKey_Current_User\ProtocaseDesigner.pda
Computer\HKey_Current_User\Software\Microsoft\Windows\CurrentVersion\Uninstall\ProtocaseDesigner4

Uninstalling Designer from Linux

  1. Default PREFIX: /usr/local/
  2. Replace all instances $PREFIX with what you entered when installing the software.
  3. rm -rf $PREFIX/bin/ProtocaseDesigner.sh
  4. rm -rf $PREFIX/share/Protocase\ Designer\
  5. rm -rf $PREFIX/lib/Protocase\ Designer\
  6. rm -rf ~/ProtocaseDesigner\