From 8d4ff3433ca2c3fefd1ce4efba99787f85e9d1a5 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 26 Jul 2001 19:58:06 +0000 Subject: [PATCH] Make the built installer land in an existing directory. --- expat/win32/expat.iss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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