Skip Navigation

Build settings

The build environment on the server where the automated build occurs relies on two utilities and three configuration files.
 The utilities are 
build.exe
 and 
PackageDSWToMsi.exe
. Both utilities are Visual C# projects. The 
BuildHelpers.sln
 generates the 
build.exe
 utility. 
BuildATSrcWxs.sln
 generates the 
PackageDSWToMsi.exe
 utility.
The configuration files are 
Options.xml
DSWMsiBuildInfo.xml
, and 
install.ini
.
The 
Options.xml
 configuration file contains options that control MSI behavior.
The 
DSWMsiBuildInfo.xml
 configuration file contains the MSI product and package GUIDs and product information.
The 
Install.ini
 configuration file contains COM GUIDs that are used when compiling the DLLs.
See Appendix A: Build settings for details about these files.