From: Fred L. Drake, Jr. Date: Thu, 26 Jul 2001 19:58:06 +0000 (+0000) Subject: Make the built installer land in an existing directory. X-Git-Tag: R_1_95_2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d4ff3433ca2c3fefd1ce4efba99787f85e9d1a5;p=libexpat Make the built installer land in an existing directory. --- diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index ffbbea96..cc2669a3 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -14,8 +14,10 @@ AppPublisher=The Expat Developers AppPublisherURL=http://expat.sourceforge.net/ AppSupportURL=http://expat.sourceforge.net/ AppUpdatesURL=http://expat.sourceforge.net/ -SourceDir=.. +CompressLevel=9 +SourceDir=.. +OutputDir=win32 DisableStartupPrompt=yes AllowNoIcons=yes DisableProgramGroupPage=yes