aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-01Implement BundlePackage.Sean Hall40-98/+1439
2022-04-01Update PackageVerifier to calculate installed path of file.Sean Hall2-14/+41
2022-04-01Fix Burn pipe bug where 64-bit code was not interoperable with 32-bit.Sean Hall2-11/+20
2022-04-01Fix formatting on some bundle files.Sean Hall5-875/+874
2022-04-01Minimize chance of user arguments messing up the command lineSean Hall8-91/+119
2022-03-31Support editing the projects that end in ".cab"Rob Mensching1-0/+4
2022-03-31Support using response file for long command-lines in MakeSfxCARob Mensching2-21/+81
2022-03-31Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching72-455/+326
2022-03-31Fix resource enumeration of 64-bit imagesRob Mensching1-1/+1
2022-03-30Implement IWindowsInstallerDecompileExtensionsRob Mensching46-1390/+1644
2022-03-30Make "decompile" an MSI-only command instead of a backend requirementRob Mensching28-445/+468
2022-03-30Simplify BaseWindowsInstallerBackendBinderExtensionRob Mensching2-10/+16
2022-03-30Remove dead codeRob Mensching5-204/+0
2022-03-22Add `ExePackage/@Bundle` to opt-in to v3 behavior.Sean Hall16-40/+233
2022-03-22Add related command line switches for DEPENDENT_ADDON, DEPENDENT_PATCH.Sean Hall2-2/+20
2022-03-20Infrastructure and some starter "dotnet new" templatesRob Mensching13-0/+162
2022-03-20Centralize cache locations in IExtensionManagerRob Mensching11-61/+235
2022-03-19Automated code clean upRob Mensching1-15/+60
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