Remove encode server link on uninstall.
authorCarl Hetherington <cth@carlh.net>
Sat, 22 Sep 2012 10:38:33 +0000 (11:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 22 Sep 2012 10:38:33 +0000 (11:38 +0100)
windows/installer.nsi.in

index 522e59acf6f0d1e69deb0c5809803d1b724f0fad..95f159c3dc8c24a53f9dd5f92cfc61fc0e31f5e7 100644 (file)
@@ -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"