aboutsummaryrefslogtreecommitdiff
path: root/src/api (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-19Convert .wxl files namespacesRob Mensching2-2/+125
2022-03-19Minor code clean upRob Mensching3-29/+53
2022-03-19Refactor CustomTable parsing into separate partial and add testRob Mensching4-507/+568
2022-03-19Make ModuleSignature a standard table and no refs with EnsureTableRob Mensching8-27/+60
2022-03-19Add checkpoint so Exe and Msu packages rollback after being cancelled.Sean Hall10-57/+171
2022-03-19Give BA process id and option to wait for cancelled process to exit.Sean Hall31-124/+716
2022-03-17Warn when an MSI or cabinet installed by an MSI is too largeRob Mensching6-11/+65
2022-03-16Change IParseHelper to not be an IBundleValidator.Sean Hall6-32/+16
2022-03-16Enhance bundle backend validation.Sean Hall26-278/+926
2022-03-16Add WixBundleCommandLineAction, don't set dynamic variables at startup.Sean Hall11-58/+78
2022-03-16Fix themes to account for UnsafeUninstall action.Sean Hall8-35/+75
2022-03-15Normalize related bundle idsRob Mensching6-36/+103
2022-03-15Removal of dead scenarios/codeRob Mensching3-123/+0
2022-03-15Rework build command line for combining wixlibs and default outputRob Mensching6-125/+277
2022-03-14Don't close handles from MsiBeginTransaction.Sean Hall2-7/+4
2022-03-14Add new trx file to list.Sean Hall1-0/+1
2022-03-14Use UTF-8 for Kazakh languageRob Mensching2-1/+21
2022-03-14Make engine skip planning if there are any downgrade related bundles.Sean Hall20-41/+373
2022-03-14Log rest of plan and add testing of registration actions to PlanTest.Sean Hall5-3/+440
2022-03-14Allow the BA to override the bundle relation type during plan.Sean Hall31-97/+785
2022-03-14Add missing test project to buildRob Mensching1-0/+1
2022-03-14Support containers in relative subfoldersRob Mensching3-1/+45
2022-03-14Display warning when extracting bundle from Package CacheRob Mensching3-31/+40
2022-03-14Always try to normalize the Bundle UpgradeCode in the backendRob Mensching4-0/+59
2022-03-14Handle case when invalid icon or splash screen are added to bundleRob Mensching6-17/+94
2022-03-14Use min DOS date/time when filetime not supported by cabinetRob Mensching2-3/+56
2022-03-14Add test to verify 64-bit bundles can be extracted for signingRob Mensching1-0/+41
2022-03-14Implement "wix burn extract"Rob Mensching4-26/+104
2022-03-14Remove Unbind as backend functionRob Mensching13-215/+19
2022-03-14Implement "wix msi transform"Rob Mensching16-201/+653
2022-03-14Remove redundant versions from Sdk style projectsRob Mensching2-2/+2
2022-03-09Update MSBuildRunner to ignore previous VS versionsRon Martin1-58/+2
2022-03-07Configure crash dumps and get them and pdbs in the logs artifactSean Hall5-5/+20
2022-03-07Read Uninstallable from manifest and add test for non-uninstallable exeSean Hall5-5/+187
2022-03-05Ensure WixBundleInstalled and RebootPending are set in elevated engine.Sean Hall4-15/+14
2022-03-05Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall22-72/+86
2022-03-05Reduce duplicative messaging in converterRob Mensching2-35/+27
2022-03-05Changed the coverter to use Messages rather than ErrorsMark Stega1-86/+127
2022-03-02Evaluate standalone variables for truthiness in the preprocessorRob Mensching2-2/+48
2022-03-02Support "==" as equality operator in preprocessorRob Mensching4-3/+133
2022-03-02Minor code cleanupRob Mensching1-8/+4
2022-03-02Set ExePackage/@Uninstallable in bundle manifestsRob Mensching7-7/+19
2022-03-02Do NOT publish logs on `master` branch as they may contain secretsRob Mensching1-2/+3
2022-03-02Force Appveyor to checkout using CRLF.Sean Hall1-0/+3
2022-03-02Export event logs to try to diagnose E2E test failures.Sean Hall2-0/+12
2022-03-01Improve error reporting wrt ExePackage and MsuPackage attributesRob Mensching22-54/+112
2022-03-01Refactor related bundle enumeration into butil.Sean Hall10-405/+731
2022-03-01Fix and run Burn 64-bit unit tests.Sean Hall8-79/+157
2022-03-01Factor out TestRegistryFixture so other tests can mock regutil API's.Sean Hall6-256/+352
2022-02-28.NET Framework and .NET Core redists using certificate validationRob Mensching8-188/+79