wininst bdist
command (i.e. "wininst" installers for Windows).Given the wininst installer
mypymodule.1.2.exe
, to install, execute the command mypymodule.1.2.exe
. This places the files Remove
mypymodule
.exe
and wininst-
mypymodule
.log
in the root directory of the Python installation. To uninstall execute the command path/to/python/root/Remove
mypymodule
.exe -u path/to/python/root/wininst-
mypymodule
.log
.