OpenQuizz
Une application de gestion des contenus pédagogiques
bdist_msi Class Reference
Inheritance diagram for bdist_msi:
Collaboration diagram for bdist_msi:

Public Member Functions

def __init__ (self, *args, **kw)
 
def initialize_options (self)
 
def finalize_options (self)
 
def run (self)
 
def add_files (self)
 
def add_find_python (self)
 
def add_scripts (self)
 
def add_ui (self)
 
def get_installer_filename (self, fullname)
 

Data Fields

 bdist_dir
 
 plat_name
 
 keep_temp
 
 no_target_compile
 
 no_target_optimize
 
 target_version
 
 dist_dir
 
 skip_build
 
 install_script
 
 pre_install_script
 
 versions
 
 install_script_key
 
 db
 

Static Public Attributes

 description
 
 user_options
 
 boolean_options
 
 all_versions
 
 other_version
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
args,
**  kw 
)

Member Function Documentation

◆ add_files()

def add_files (   self)

◆ add_find_python()

def add_find_python (   self)
Adds code to the installer to compute the location of Python.

Properties PYTHON.MACHINE.X.Y and PYTHON.USER.X.Y will be set from the
registry for each version of Python.

Properties TARGETDIRX.Y will be set from PYTHON.USER.X.Y if defined,
else from PYTHON.MACHINE.X.Y.

Properties PYTHONX.Y will be set to TARGETDIRX.Y\\python.exe

◆ add_scripts()

def add_scripts (   self)

◆ add_ui()

def add_ui (   self)

◆ finalize_options()

def finalize_options (   self)

◆ get_installer_filename()

def get_installer_filename (   self,
  fullname 
)

◆ initialize_options()

def initialize_options (   self)

◆ run()

def run (   self)

Field Documentation

◆ all_versions

all_versions
static

◆ bdist_dir

bdist_dir

◆ boolean_options

boolean_options
static

◆ db

db

◆ description

description
static

◆ dist_dir

dist_dir

◆ install_script

install_script

◆ install_script_key

install_script_key

◆ keep_temp

keep_temp

◆ no_target_compile

no_target_compile

◆ no_target_optimize

no_target_optimize

◆ other_version

other_version
static

◆ plat_name

plat_name

◆ pre_install_script

pre_install_script

◆ skip_build

skip_build

◆ target_version

target_version

◆ user_options

user_options
static

◆ versions

versions

The documentation for this class was generated from the following file: