From: Fred L. Drake, Jr. Date: Fri, 27 Jul 2001 15:31:22 +0000 (+0000) Subject: Shorten the name of the directory we store the uninstaller in. X-Git-Tag: R_1_95_2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f14ab18aa78c55412c32b7199d45be450bad7838;p=libexpat Shorten the name of the directory we store the uninstaller in. --- diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index 320c1bf4..51e37441 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -15,7 +15,7 @@ AppPublisherURL=http://expat.sourceforge.net/ AppSupportURL=http://expat.sourceforge.net/ AppUpdatesURL=http://expat.sourceforge.net/ UninstallDisplayName=Expat XML Parser (version 1.95.2) -UninstallFilesDir={app}\Uninstaller +UninstallFilesDir={app}\Uninstall CompressLevel=9 SourceDir=..