|
From: <sag...@us...> - 2011-07-28 21:40:21
|
Revision: 934
http://modplug.svn.sourceforge.net/modplug/?rev=934&view=rev
Author: saga-games
Date: 2011-07-28 21:40:15 +0000 (Thu, 28 Jul 2011)
Log Message:
-----------
[Mod] Installer: Remove empty template directories on uninstall.
Modified Paths:
--------------
trunk/OpenMPT/installer/install.iss
Modified: trunk/OpenMPT/installer/install.iss
===================================================================
--- trunk/OpenMPT/installer/install.iss 2011-07-28 21:32:33 UTC (rev 933)
+++ trunk/OpenMPT/installer/install.iss 2011-07-28 21:40:15 UTC (rev 934)
@@ -124,9 +124,11 @@
; internet shortcut has to be deleted manually
Type: files; Name: {app}\ModPlug Central.url
; normal installation
+Type: dirifempty; Name: {userappdata}\OpenMPT\TemplateModules; Tasks: not portable
Type: dirifempty; Name: {userappdata}\OpenMPT\tunings; Tasks: not portable
Type: dirifempty; Name: {userappdata}\OpenMPT; Tasks: not portable
; portable installation
+Type: dirifempty; Name: {app}\TemplateModules; Tasks: portable
Type: dirifempty; Name: {app}\tunings; Tasks: portable
#ifdef DOWNLOAD_MO3
Type: files; Name: {app}\unmo3.dll; Tasks: downloadmo3
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|