1. 01 Mar, 2002 2 commits
  2. 28 Feb, 2002 11 commits
  3. 27 Feb, 2002 1 commit
  4. 26 Feb, 2002 6 commits
  5. 25 Feb, 2002 6 commits
  6. 24 Feb, 2002 4 commits
  7. 23 Feb, 2002 5 commits
  8. 22 Feb, 2002 4 commits
  9. 20 Feb, 2002 1 commit
    • Thomas Heller's avatar
      First version which runs an install-script (specified by the · d2d58e04
      Thomas Heller authored
      --install-script ... command line option to bdist_wininst) at the end
      of the installation and at the start of deinstallation.  Output
      (stdout, stderr) of the script (if any) is displayed in the last
      screen at installation, or in a simple message box at deinstallation.
      
      sys.argv[1] for the script will contain '-install' at installation
      time or '-remove' at deinstallation time.
      
      The installation script runs in an environment (embedded by the
      bdist_wininst runtime) where an additional function is available as
      builtin:
      
      create_shortcut(path, description, filename,
      	        [arguments[, workdir[, iconpath, iconindex]]])
      
      Recreated this file after source changes.
      d2d58e04