[Expat-checkins] CVS: expat/win32 expat.iss,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Thu, 26 Jul 2001 12:58:08 -0700


Update of /cvsroot/expat/expat/win32
In directory usw-pr-cvs1:/tmp/cvs-serv7483/win32

Modified Files:
	expat.iss 
Log Message:
Make the built installer land in an existing directory.

Index: expat.iss
===================================================================
RCS file: /cvsroot/expat/expat/win32/expat.iss,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** expat.iss	2001/07/26 19:44:42	1.2
--- expat.iss	2001/07/26 19:58:06	1.3
***************
*** 15,20 ****
  AppSupportURL=http://expat.sourceforge.net/
  AppUpdatesURL=http://expat.sourceforge.net/
- SourceDir=..
  
  DisableStartupPrompt=yes
  AllowNoIcons=yes
--- 15,22 ----
  AppSupportURL=http://expat.sourceforge.net/
  AppUpdatesURL=http://expat.sourceforge.net/
  
+ CompressLevel=9
+ SourceDir=..
+ OutputDir=win32
  DisableStartupPrompt=yes
  AllowNoIcons=yes