extern void WINAPI SetupInitForFunctions( LPCSTR szYourName, LPCSTR szPassword ); // Required if you want to use functions directly ( without SetupInitialize ) [new]
extern BOOL WINAPI SetupInitialize( LPCSTR szYourName, LPCSTR szPassword, int Language , LPCSTR szSrcDir, LPCSTR szDestDir );// First initializtion function
extern BOOL WINAPI SetLogFile( LPCSTR szLogFileName ); // Specifie Log File for Setup ( if szLogFileName = "", LogFile is not used );
extern BOOL WINAPI SetSharedBatchFile( LPCSTR szBatchFileName, LPCSTR szSysDir );// Specifie the file for shared system files