|
Previous Top Next |
The SetupBuilder class currently has 18 properties that store various information during the compile process. Also when the class is used to finish an install and copy files.
CompilerVariables &SBCompileVars
DestinationFolder CString(2049)
FilesCopied Byte
GlobalCSIDL Long
LocalCSIDL Long
PathString CString(1025) ! Path for CSIDL_COMMON, CSIDL_LOCAL, HKLM and HKCU
SBBuildNumber Long
SBCommandLine &CString
SBErrorLogFile CString(2049) ! Error log file if an error occurs during compile
SBExecutable CString(2049) ! Setupbuilder.exe path and name for calling compiler
SBGlobalInstallPath CString(2049) ! CSIDL_COMMON
SBGlobalRegistryKey CString(2049) ! HKLM
SBHtmlLogFile CString(2049) ! The HTML file created after a compile
SBLocalInstallPath CString(2049) ! CSIDL_LOCAL
SBLocalRegistryKey CString(2049) ! HKCU
SBMajorVersion Byte
SBMinorVersion Byte
SBProjectToCompile CString(2049) ! Project name and path.