[Python-checkins] python/nondist/sandbox/msi msi.py,1.7,1.8

theller at users.sourceforge.net theller at users.sourceforge.net
Fri Feb 20 14:41:31 EST 2004


Update of /cvsroot/python/python/nondist/sandbox/msi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24797

Modified Files:
	msi.py 
Log Message:
Distribute wininst-7.1.exe instead of wininst.exe.
Hopefully I'm allowed to mess with Martin's sandbox ;-)


Index: msi.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/msi/msi.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** msi.py	1 Feb 2004 18:05:31 -0000	1.7
--- msi.py	20 Feb 2004 19:41:28 -0000	1.8
***************
*** 12,15 ****
--- 12,16 ----
  
  srcdir = r'e:\pyinst\python'
+ srcdir = r'c:\sf\python\dist\src'
  
  major, minor, micro = current_version.split(".")
***************
*** 645,649 ****
              lib.add_file("idle.icns")
          if dir=="command":
!             lib.add_file("wininst.exe")
          if dir=="data" and parent.physical=="test" and parent.basedir.physical=="email":
              # This should contain all non-CVS files listed in CVS
--- 646,650 ----
              lib.add_file("idle.icns")
          if dir=="command":
!             lib.add_file("wininst-7.1.exe")
          if dir=="data" and parent.physical=="test" and parent.basedir.physical=="email":
              # This should contain all non-CVS files listed in CVS




More information about the Python-checkins mailing list