Uninstalling: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
mNo edit summary
m (Taustin moved page uninstalling to Uninstalling without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Caution|This page only applies to MapTool versions 1.4.0.5 and prior.}}
{{stub|Confirmed accuracy on Mac information, and Unix/Linux information.}}
{{stub|Confirmed accuracy on Mac information, and Unix/Linux information.}}
MapTool does not have a specific uninstall program, but leaves a relatively small footprint on your computer. Here is what you need to do to remove it completely
MapTool does not have a specific uninstall program, but leaves a relatively small footprint on your computer. Here is what you need to do to remove it completely


== WebStart ==
If you are uninstalling because you did not like the program, be sure to visit [http://forums.rptools.net/ the forums] (specifically, the MapTool forum) and give us some feedback so we can improve it for the next person!
If you used the Java WebStart feature, simply open the Java Control Panel and empty the cache.


== Executed from Zip ==  
== Executed from Zip ==  
Line 12: Line 12:
* Windows XP: {{code|C:\Documents & Settings\<username>\.maptool\}}
* Windows XP: {{code|C:\Documents & Settings\<username>\.maptool\}}
* Macintosh OS X: {{code|~/.maptool/}} or {{code|/home/<username>/.maptool/}}
* Macintosh OS X: {{code|~/.maptool/}} or {{code|/home/<username>/.maptool/}}
* Linux and other Unix: {{code|~/.maptool/}} or {{code|/home/<username>/.maptool/}}


Finally, delete the .zip and the directory you unzipped MapTool into.


== Removing all Preferences Settings ==
To delete the preferences associated with MapTool and Java you can look at the following ***WARNING*** Edit the registry ONLY if you know EXACTLY what you are doing:
To delete the preferences associated with MapTool and Java you can look at the following ***WARNING*** Edit the registry ONLY if you know EXACTLY what you are doing:
* Windows: {{code|HKEY_CURRENT_USER\Software\JavaSoft\Prefs\/Map/Tool\}}
* Windows (all): {{code|HKEY_CURRENT_USER\Software\JavaSoft\Prefs\/Map/Tool\}}
* OS X: a subdirectory of {{code|Library/Preferences}} likely /MapTool but I'm unable to confirm
* Macintosh OS X: all files in {{code|Library/Preferences}} that begin with {{code|maptool.}}
 
* Linux and other Unix: ''unknown''
Finally delete the .zip and the directory you unzipped MapTool to and you should be good to go! If you are uninstalling because you did not like the program, be sure to visit the forums and give some feedback so perhaps we can improve.

Latest revision as of 16:38, 10 May 2023

Caution:
This page only applies to MapTool versions 1.4.0.5 and prior.

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
 This article needs: Confirmed accuracy on Mac information, and Unix/Linux information.

MapTool does not have a specific uninstall program, but leaves a relatively small footprint on your computer. Here is what you need to do to remove it completely

If you are uninstalling because you did not like the program, be sure to visit the forums (specifically, the MapTool forum) and give us some feedback so we can improve it for the next person!

Executed from Zip

If you executed MapTool, check your home directory (see below) and delete the *.maptool folder* That will remove all of the preloaded images and any cached campaign information.

Home Directory Locations

  • Windows Vista or Windows 7: C:\Users\<username>\.maptool\
  • Windows XP: C:\Documents & Settings\<username>\.maptool\
  • Macintosh OS X: ~/.maptool/ or /home/<username>/.maptool/
  • Linux and other Unix: ~/.maptool/ or /home/<username>/.maptool/

Finally, delete the .zip and the directory you unzipped MapTool into.

Removing all Preferences Settings

To delete the preferences associated with MapTool and Java you can look at the following ***WARNING*** Edit the registry ONLY if you know EXACTLY what you are doing:

  • Windows (all): HKEY_CURRENT_USER\Software\JavaSoft\Prefs\/Map/Tool\
  • Macintosh OS X: all files in Library/Preferences that begin with maptool.
  • Linux and other Unix: unknown