aboutsummaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-10SlipstreamMsp belongs under the MsiPackage, not the MspPackage.Sean Hall3-1/+38
2021-02-08Improve duplicate-id reporting.Bob Arnson3-0/+41
2021-02-06One shiny NuGet package, please and thank you.Sean Hall1-1/+0
2021-02-04Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues...Ronald Martin2-1/+2
2021-02-04One shiny NuGet package, please and thank you.Sean Hall1-0/+1
2021-01-31Pick up latest Burn, please and thank you.Bob Arnson1-1/+0
2021-01-31Remove Burn AuthenticodeBob Arnson9-385/+5
2021-01-27Add patch test from old repo and get it passing.Sean Hall9-3/+188
2021-01-27Fix copy/paste error with ParseWarningAsError.Sean Hall2-4/+4
2021-01-26Make Core interfaces public.Bob Arnson7-7/+13
2021-01-26Fix collection modified during enumeration bug.Sean Hall1-1/+1
2021-01-26Add DefaultCompressionLevel support.Bob Arnson4-4/+22
2021-01-19Add warning for non-x86 bundles.Sean Hall2-2/+8
2021-01-19Add test for building x64 bundle.Bob Arnson1-0/+46
2021-01-19Use new logic for -sw in DecompileCommand.Sean Hall3-12/+30
2021-01-08Add support for -wx switch to decompilerRob Mensching1-0/+23
2021-01-08Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching4-26/+26
2021-01-08Validate MSU package buildRob Mensching4-0/+49
2021-01-08Require or recommend ExePackage/@DetectConditionRob Mensching5-2/+88
2021-01-08Report invalid command line arguments as errorsRob Mensching6-12/+15
2021-01-08Remove unnecessary SuppressMessage attributesRob Mensching4-33/+0
2021-01-07Support environment variables with parens in the preprocessorRob Mensching3-0/+30
2021-01-07Add test for invalid idsRob Mensching2-0/+31
2021-01-06Implement improved file sequence optimizationRob Mensching10-11/+185
2021-01-06Default MSI packages to compressedRob Mensching1-4/+7
2021-01-05Fix handling of duplicate directoriesRob Mensching7-15/+92
2021-01-05Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching6-241/+32
2021-01-03Fix x64 Burn stub app manifest (test to come)Bob Arnson2-1/+2
2021-01-03Fix parsing of DpiAwareness attribute.Sean Hall4-1/+55
2021-01-03Add failing tests.Sean Hall11-6/+273
2021-01-03Fix TryGetNextNonSwitchArgumentOrError.Sean Hall4-31/+47
2021-01-03Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall9-20/+150
2020-12-21Fix parsing Behavior in ExitCode element.Sean Hall1-2/+17
2020-12-21Add CanExtractBundleWithDetachedContainer test.Nir Bar10-5/+130
2020-12-194862 - Disallow Burn Variables that are Hidden and Persisted.Sean Hall5-2/+36
2020-12-19Add more failing tests and label them with the issue number.Sean Hall7-6/+138
2020-12-18Enable XML doc.Sean Hall76-162/+471
2020-12-17[Linux] Fix newline handling in help message.Simon Tatham1-2/+4
2020-12-16Canonicalize Payload/@Name.Sean Hall8-10/+174
2020-12-14WIXBUG:6299 - Fix OverflowException in ReadUInt32.Sean Hall6-5/+96
2020-12-14Enable CheckForOverflowUnderflow.Sean Hall1-0/+1
2020-12-12Fix merge module decompilation timing.Bob Arnson2-8/+9
2020-12-09Add test to verify primary feature select in component categories.Bob Arnson5-0/+84
2020-12-09Fix copy paste error.Sean Hall1-1/+1
2020-12-08WIXFEAT:6209 - Move BA entry point to its own element.Sean Hall9-59/+101
2020-12-08Require SourceFile for BundleExtension.Sean Hall1-14/+1
2020-12-08Always parse extension attributes in ParsePayloadElementContent.Sean Hall1-22/+20
2020-12-08Remove dead code.Sean Hall1-34/+3
2020-12-08Decompiling null GUID should set `Guid=""` to match.Bob Arnson6-1/+28
2020-12-02MSI transaction cleanup.Sean Hall9-15/+212