1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
Uninstalling MNV on MS-Windows.
There are three ways to remove MNV:
1. With the GUI uninstaller.
This is only available when MNV was installed with the self-installing
executable. This has a minimal number of questions. It can delete
everything that was installed.
2. With uninstall.exe.
This removes most installed items, but does not delete the files you
unpacked.
3. By hand.
This is a bit more work, but you can decide exactly what you want to
remove. For uninstalling the "Edit with MNV" popup menu entry you still
have to use uninstall.exe.
It's recommended to use the method that matches with how you installed MNV.
Thus if you installed MNV by hand, delete it by hand.
The first two methods should be available from the Add/Remove software window
and the MNV entry in the Start menu. If these have been removed already, find
"uninstall-gui.exe" or "uninstall.exe" in the MNV directory.
Running these programs should be self-explanatory. Carefully read the
messages to avoid deleting something you want to keep.
Here are guidelines for removing MNV by hand:
1. Remove the "Edit with MNV" popup menu entry, if it exists. This is done by
running the uninstall.exe program. It removes the registry entries for the
"Edit with MNV" popup menu entry. You only need to run uninstall.exe when
you have installed the menu entry. You can also run uninstall.exe from the
Control panel with the Add/Remove programs application.
Note that uninstall.exe offers you the option to uninstall other items. You
can skip this.
2. Only if you have used the OLE version of gmnv: Remove the registration of
this program by running "gmnv -unregister" in a console window.
3. Delete the executables. If you copied the executables to another location,
you will have to delete them from where you copied them to. If you don't
remember where they are, look in the directories from the $PATH environment
variable.
If you created .bat files when installing MNV, also search for mnv.bat,
gmnv.bat, etc.
4. If you want to completely delete mnv, and are not going to install another
version, you can delete the mnvrc files that you created. These are
normally located in a directory like "C:\mnv". If the $MNV environment
variable is set, it will tell the name of the directory. Normally you can
delete everything in this directory. Warning: You might have put some
files there that you would like to save. If you did remove it all, you can
skip the next step.
5. Delete the distributed files. If you followed the directions, these will
be located in a directory like "C:\mnv\mnv81". If the $MNV environment
variable is set, the directory will be $MNV\mnv81. Delete the "mnv81"
directory and all that is in it. Warning: If you changed any of the
distributed files, or added some of your own files, you might want to save
these first. But normally you would not have changed or added files here.
6. Remove setting the $MNV and $MNVRUNTIME environment variable and adjust
$PATH. $MNV only needs to be removed if you are not going to install
another version of MNV. $MNVRUNTIME is mostly not set. Check if $PATH
contains the path of the mnv directory. Note that $PATH may be set in
several places, you will have to find the right one, and only delete the
MNV path from it. You might need to use the "System Properties" editor to
change the environment variables. You can start it by selecting
Start/Settings/Control Panel and then "System".
7. If you added a MNV entry in the start menu, delete it.
8. If you created icons for MNV on the desktop, delete them.
MNV does not use .ini files. The above should remove all MNV files, except
the ones that you moved elsewhere yourself.
|