• 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
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
PLAN.txt Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...