aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/Samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-6/+1
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-072-7/+7
|
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* WIP - BA header simplificationRob Mensching2024-03-061-1/+0
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-062-12/+10
|
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Move infinite loop detection into the hosts.Sean Hall2022-05-141-0/+2
| | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba.
* Set each native library dependency version to the build version.Sean Hall2022-04-191-2/+0
|
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-051-2/+2
| | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference.
* Exclude sample PDBs from the zip.Sean Hall2022-02-181-0/+1
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Enable warning to detect hidden base class functionsSean Hall2021-11-101-1/+2
|
* Remove dutil types from BAFunctions.Sean Hall2021-11-011-2/+2
|
* In thmutil when drawing images, use GDI+ and the actual dimensions.Sean Hall2021-06-041-1/+1
| | | | | Partial fix for #6155 Fixes #4106
* Implement integrated build processRob Mensching2021-05-112-23/+7
|
* Move Bal.wixext into extRob Mensching2021-05-038-0/+387