- What is the BlackBerry AtHoc desktop app?
- Install the desktop app
- Uninstall the desktop app
- Desktop app network traffic
- Desktop app settings
- Operation
- Troubleshoot desktop app issues
- Appendix A: Build settings
- Appendix B: Desktop client URL parameters
- Appendix C: Database server
- Appendix D: Application server
- BlackBerry AtHoc customer portal
- Legal notices
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.