• Thomas Heller's avatar
    First version which runs an install-script (specified by the · d2d58e04
    Thomas Heller yazdı
    --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
Adı
Son kayıt (commit)
Son güncelleme
..
command Loading commit data...
README Loading commit data...
__init__.py Loading commit data...
archive_util.py Loading commit data...
bcppcompiler.py Loading commit data...
ccompiler.py Loading commit data...
cmd.py Loading commit data...
core.py Loading commit data...
cygwinccompiler.py Loading commit data...
dep_util.py Loading commit data...
dir_util.py Loading commit data...
dist.py Loading commit data...
emxccompiler.py Loading commit data...
errors.py Loading commit data...
extension.py Loading commit data...
fancy_getopt.py Loading commit data...
file_util.py Loading commit data...
filelist.py Loading commit data...
msvccompiler.py Loading commit data...
mwerkscompiler.py Loading commit data...
spawn.py Loading commit data...
sysconfig.py Loading commit data...
text_file.py Loading commit data...
unixccompiler.py Loading commit data...
util.py Loading commit data...
version.py Loading commit data...