cpython/Lib/distutils/command
Thomas Heller d2d58e0496 First version which runs an install-script (specified by the
--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.
2002-02-20 08:01:19 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py OS/2 patches by Andrew I MacIntyre for distutils. 2002-01-31 18:56:00 +00:00
bdist_dumb.py OS/2 patches by Andrew I MacIntyre for distutils. 2002-01-31 18:56:00 +00:00
bdist_rpm.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
bdist_wininst.py First version which runs an install-script (specified by the 2002-02-20 08:01:19 +00:00
build.py Fix for 2001-12-10 15:28:30 +00:00
build_clib.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
build_ext.py OS/2 patches by Andrew I MacIntyre for distutils. 2002-01-31 18:56:00 +00:00
build_py.py package_dir must be converted from the distutils path conventions to 2002-02-01 09:44:09 +00:00
build_scripts.py Joe VanAndel wrote: 2001-12-11 20:44:42 +00:00
clean.py Untabified. 2000-10-14 04:06:40 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
install.py OS/2 patches by Andrew I MacIntyre for distutils. 2002-01-31 18:56:00 +00:00
install_data.py [Bug #444589] Record empty directories in the install_data command 2001-09-04 20:42:08 +00:00
install_headers.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
install_lib.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
install_scripts.py Restrict the mode to the lowest four octal positions; higher positions 2002-01-31 22:08:38 +00:00
sdist.py Whitespace normalization. 2001-12-06 21:01:19 +00:00