aboutsummaryrefslogtreecommitdiff
path: root/src/ext (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-04Move DifxApp.wixext into extRob Mensching37-0/+0
2021-05-04Move Dependency.wixext into extRob Mensching41-0/+0
2021-05-04Move ComPlus.wixext into extRob Mensching103-0/+0
2021-05-03Move UI.wixext into extRob Mensching124-0/+0
2021-05-03Move NetFx.wixext into extRob Mensching73-0/+0
2021-05-03Move Bal.wixext into extRob Mensching203-0/+0
2021-05-03Move Util.wixext into extRob Mensching169-13/+13
2021-04-30Fix 4.6.2 and 4.7.2 remote information.Sean Hall2-4/+4
#6443
2021-04-29Move Core into wixRob Mensching607-0/+98
2021-04-29Move Tools into wixRob Mensching191-0/+0
2021-04-29Simplify heat by creating a single executableRob Mensching60-1/+86996
2021-04-29Move Core.Native into wixRob Mensching77-0/+0
2021-04-29Introduce new versioning system based on GitInfoRob Mensching14-63/+223
2021-04-29Move balutil into API/burnRob Mensching108-0/+0
2021-04-29Migrate Burn API headers from burn repositoryRob Mensching8-0/+2056
2021-04-29Move burn into burnRob Mensching141-0/+0
2021-04-29Integrate new build scripts with signing supportRob Mensching16-57/+307
2021-04-29Migrate Burn API headers to balutil repositoryRob Mensching14-2214/+42
2021-04-29Integrate new build scripts with signing supportRob Mensching13-71/+112
2021-04-29Move Extensiblity into API/wixRob Mensching104-0/+0
2021-04-29Move Data into API/wixRob Mensching294-0/+0
2021-04-29Move wcautil into libs/wcautilRob Mensching29-0/+0
2021-04-29Move dutil into libs/dutilRob Mensching164-0/+0
2021-04-29Update to latest build infrastructureRob Mensching10-70/+154
2021-04-29Update dependencies.Sean Hall2-3/+3
2021-04-29Update dependencies.Sean Hall12-54/+63
2021-04-29Update dependencies.Sean Hall2-3/+3
2021-04-29Use MSFTEDIT_CLASS for Rich Edit control when available.Sean Hall3-6/+18
2021-04-29Clean up 32-bit assumptions.Sean Hall6-20/+12
2021-04-29Integrate size_t and OnPlanPackageBegin changes in Burn headers.Sean Hall30-215/+244
2021-04-29Update to latest dutil.Sean Hall2-3/+3
2021-04-29One shiny NuGet package, please and thank you.Sean Hall1-0/+1
2021-04-29Update to latest dutil.Sean Hall2-2/+2
2021-04-29Let BA override the package's cache type during Plan.Sean Hall16-102/+117
Rename cache types to REMOVE, KEEP, FORCE. Change implementation of FORCE to not be through CACHED request state. Create package condition enum so BA can tell when InstallCondition wasn't specified. Tell BA when package is cached. Tell BA when package is planned to be cached and uncached.
2021-04-29size_t-ify BootstrapperEngine.h and BundleExtensionEngine.hSean Hall6-21/+21
2021-04-29Clean up 32-bit assumptions.Sean Hall17-164/+139
2021-04-29Clean up more 32-bit assumptions.Sean Hall6-65/+72
2021-04-29Clean up more 32-bit assumptions.Sean Hall26-207/+446
2021-04-27Move Converters into wixRob Mensching69-4/+4
2021-04-25Update to latest Tools and fix 4.8 remote information.Sean Hall2-3/+3
2021-04-25Update to latest Tools.Sean Hall1-1/+1
2021-04-25Update to latest Tools.Sean Hall1-1/+1
2021-04-25One shiny NuGet package, please and thank you.Sean Hall1-0/+1
2021-04-25Allow DownloadUrl on embedded payloads.Sean Hall8-58/+110
#5253
2021-04-25Include LayoutOnly payloads in BootstrapperApplicationData.xml.Sean Hall4-23/+91
#6399
2021-04-25Ignore Compressed attribute for payloads when authored into a containerSean Hall4-2/+19
#6406
2021-04-25Block well known bundle ids in the compiler.Sean Hall3-15/+38
2021-04-25Perform more bundle validation during linking.Sean Hall24-115/+492
#5273, #6291, #6398
2021-04-25Assign authored payloads to authored containers during linking.Sean Hall4-60/+120
2021-04-25Add multiple attached containers error and empty container warning.Sean Hall5-8/+41
#6144