Module setup_pyxmaker :: Class SetupPyxmaker
[hide private]
[frames] | no frames]

Class SetupPyxmaker

source code

Class which interface Pyxmaker and Inno Setup

Class Hierarchy for SetupPyxmaker
Class Hierarchy for SetupPyxmaker

Instance Methods [hide private]
 
__init__(self) source code
 
p_struct_creation(self, dict_param)
Allow to create the setup directory in the output repertory
source code
 
p_script_creation(self, dict_param)
Allow to create the inno setup script adapted for the software
source code
 
f_setup_creation(self, dict_param)
Allow to generate the install setup
source code
 
p_setup_move(self, dict_param)
Allow to move the setup between 2 directories
source code
 
p_struct_del(self, dict_param)
Allow to delete the temporary directories
source code
Method Details [hide private]

p_struct_creation(self, dict_param)

source code 

Allow to create the setup directory in the output repertory

PARAMETERS

dict_param

A dictionnary with all needed parameters

RETURNS

None

p_script_creation(self, dict_param)

source code 

Allow to create the inno setup script adapted for the software

PARAMETERS

dict_param

A dictionnary with all needed parameters

RETURNS

None

f_setup_creation(self, dict_param)

source code 

Allow to generate the install setup

PARAMETERS

dict_param

A dictionnary with all needed parameters

RETURNS

None

p_setup_move(self, dict_param)

source code 

Allow to move the setup between 2 directories

PARAMETERS

dict_param

A dictionnary with all needed parameters

RETURNS

None

p_struct_del(self, dict_param)

source code 

Allow to delete the temporary directories

PARAMETERS

dict_param

A dictionnary with all needed parameters

RETURNS

None