aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-08Make validation independent of the build commandRob Mensching33-202/+711
2022-02-08Add missing DEBUG #define to C# projects when building debugRob Mensching1-0/+1
2022-02-08Actually elevate warning messages to error when requestedRob Mensching3-4/+23
2022-02-08Remove redundant testRob Mensching1-36/+0
2022-02-08Fix several bugs with Merge ModulesRob Mensching7-32/+65
2022-02-08Quick automated code clean upRob Mensching3-17/+23
2022-02-08Fix MSI validationRob Mensching4-5/+13
2022-02-08Move command-line handling into CommandLine namespaceRob Mensching9-8/+10
2022-02-06Fix language detection bug in Burn harvesting.Bob Arnson2-5/+5
2022-02-04Ensure Class element without Context does not crash compilerRob Mensching3-71/+126
2022-02-03Error on invalid Control/@Type attribute valuesRob Mensching4-45/+58
2022-02-03Minor code cleanupRob Mensching2-4/+3
2022-02-03Centralize UI tests to UIFixtureRob Mensching3-52/+69
2022-02-03Fix feature/component mapping verificationRob Mensching3-7/+69
2022-02-03Ensure CreateManifestResourceNams is always run when compilingRob Mensching1-0/+1
2022-02-03Small bits of code clean-upRob Mensching3-48/+27
2022-02-03Remove helper filesRob Mensching5-16263/+0
2022-02-01Don't uninstall package during rollback if there are dependents.Sean Hall2-32/+181
2022-02-01Remove some assumptions in dependency planning.Sean Hall7-210/+158
2022-02-01Plan each dependency provider dependent individually.Sean Hall9-109/+195
2022-02-01Plan each dependency provider individually.Sean Hall9-113/+187
2022-02-01Remove orphan package providers when unregistering the bundle.Sean Hall4-15/+60
2022-02-01The bundle provider's presence needs to follow ARP registration.Sean Hall12-253/+233
2022-01-30Add platform-specific CAs and compiler extension.Bob Arnson16-140/+195
2022-01-30Add compiler extension to handle platforms.Bob Arnson27-106/+327
2022-01-30Fix LogInitalize signature.Bob Arnson2-2/+2
2022-01-27Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall27-78/+13
2022-01-21Add failing dependency E2E tests.Sean Hall26-11/+399
2022-01-21Use IgnoreLanguage as workaround for #6705.Sean Hall5-2/+14
2022-01-21Support harvesting dependency providers from v3 and v4 MSIs.Sean Hall1-2/+8
2022-01-21Only packages with no dependency providers get a generated one.Sean Hall3-17/+31
2022-01-21Fix some minor bugs.Sean Hall3-23/+23
2022-01-20Update ReadMe.md with build informationMark Stega1-0/+50
2022-01-17Standardize .vcxproj on v143 like rest of buildRob Mensching4-16/+16
2022-01-16Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall12-46/+308
2022-01-16Make Burn require a non-empty KB for MsuPackages to be uninstallable.Sean Hall3-8/+20
2022-01-16Update Burn to handle ExePackages that don't support uninstalling.Sean Hall4-20/+43
2022-01-16Rename fUninstallable to fPermanent.Sean Hall10-17/+17
2022-01-16Remove orphan compatible MSI packages.Sean Hall43-84/+1964
2022-01-16Refactor some dependency detection.Sean Hall14-60/+97
2022-01-16Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson14-197/+180
2022-01-13Small Microsoft.Common.targets integration improvementsRob Mensching2-20/+21
2022-01-13Support ImportBefore/ImportAfter to wix.targetsRob Mensching2-0/+20
2022-01-13Add WixVersion and WixMajorMinorVersion properties to wix.targetsRob Mensching3-0/+24
2022-01-13Move PublishDir into WixToolset.Sdk project to reuse for NuspecBasePathRob Mensching2-2/+3
2022-01-10Rename wix.signing.targets to WixToolset.Signing.targetsRob Mensching3-2/+2
2022-01-10Inscribe no longer a global backend conceptRob Mensching10-194/+1
2022-01-10Include "wix.exe" package in cleanRob Mensching1-0/+1
2022-01-10Remove compile/lib/link specific switchesRob Mensching1-42/+10
2022-01-10Some code clean upRob Mensching3-4/+2