diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-22 11:38:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-22 11:38:33 +0100 |
| commit | daa35b8ef1784c46857a0b84ce64f1d1650e0785 (patch) | |
| tree | 0d36601f445a0ebce11c53a5733eaafc5bb1eab3 | |
| parent | 266fe11af7f3bdc194cfedf92db7352b7b68be97 (diff) | |
Remove encode server link on uninstall.
| -rw-r--r-- | windows/installer.nsi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/installer.nsi.in b/windows/installer.nsi.in index 522e59acf..95f159c3d 100644 --- a/windows/installer.nsi.in +++ b/windows/installer.nsi.in @@ -108,6 +108,7 @@ Section "Uninstall" RMDir /r "$INSTDIR\*.*" RMDir "$INSTDIR" Delete "$DESKTOP\DVD-o-matic.lnk" +Delete "$DESKTOP\DVD-o-matic encode server.lnk" Delete "$SMPROGRAMS\DVD-o-matic\*.*" RmDir "$SMPROGRAMS\DVD-o-matic" DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\DVD-o-matic" |
