aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-04Use HTTPS instead of HTTPKaarlo Räihä7-11/+11
2022-11-04Fix many error conversion messages that should be informationRob Mensching1-12/+12
2022-11-04Normalize SectionType and OutputType "Product" to "Package"Rob Mensching26-65/+81
2022-11-04Move Directory code generation to the linkerRob Mensching5-74/+63
2022-11-04Provide useful error message when file system operations failRob Mensching21-61/+152
2022-11-03Failing test for bug #6977.Bob Arnson2-0/+53
2022-10-31Loc files were still using inner text, stop doing thatRob Mensching184-25789/+26983
2022-10-31Update converted source line numbers when conversion is savedRob Mensching5-61/+272
2022-10-31Remove double spaces after periods in warning messagesRob Mensching1-50/+50
2022-10-31Pack CA assembly only after it existsRob Mensching1-2/+6
2022-10-27Enable ARM64 build for wix buildRob Mensching4-10/+7
2022-10-25Remove support for .NET Core 3.x from dnchost.Sean Hall7-384/+20
2022-10-25Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic13-3/+496
2022-10-25Add queutil so Burn can manage its own queue of BA requested actions.Sean Hall18-125/+451
2022-10-22Ensure BA container is only created once in BundlesRob Mensching3-6/+19
2022-10-21Fix a couple minor bug in when adding/removing user commentsRob Mensching2-63/+62
2022-10-21Support add, modify and remove comments on user accountsRon Martin29-180/+900
2022-10-21Support converting deprecated inner text with embedded commentsRon Martin4-75/+581
2022-10-19Workaround ARM64 test failure until there is an ARM64 NETFX wix.exeRob Mensching1-1/+9
2022-10-19Clean up shipping WiX .nupkgs of XML doc and unneeded .target filesRob Mensching3-3/+2
2022-10-19Update several dependenciesRob Mensching1-7/+18
2022-10-19Update to latest NuGet assembliesRob Mensching1-3/+3
2022-10-19Update build dependencies and normalize more projectsRob Mensching27-75/+65
2022-10-15Name the bind path item group "BindPath" in MSBuildRob Mensching9-25/+21
2022-10-15Add newest .nupkgs to clean scriptRob Mensching1-0/+2
2022-10-15Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching55-336/+215
2022-10-14Simplify reference resolutionRob Mensching8-251/+173
2022-10-14Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching31-201/+197
2022-10-14Run wix.exe out of procRob Mensching21-367/+226
2022-10-14Yield long running MSBuild tasksRob Mensching1-2/+4
2022-10-14Only run WindowsInstallerValidation when WixBuild runsRob Mensching1-2/+4
2022-10-14Minor code clean upRob Mensching3-19/+11
2022-10-10Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall55-151/+1569
2022-10-04Attempt ordinal sort to fix CI test failureRob Mensching1-6/+4
2022-10-04Fix tracking of detached containersRob Mensching5-15/+5
2022-10-04Use file system abstraction to handle retries automaticallyRob Mensching24-127/+143
2022-10-04Add retries when trying to update bundle resourcesRob Mensching6-33/+51
2022-10-04Modernize Util.wixext buildRob Mensching4-6/+36
2022-10-04Run tests in bulk to improve performanceRob Mensching8-44/+62
2022-10-04Small clean up of api segment buildRob Mensching4-10/+9
2022-10-04Remove dependency on NuGet.Versioning from CoreRob Mensching2-6/+6
2022-10-04Move WixVersion to new WixToolset.Versioning package in libs segmentRob Mensching24-9/+1275
2022-10-04Incremental linking is not supported by C++/CLIRob Mensching1-0/+3
2022-10-04Fix verutil string comparisonsRob Mensching2-2/+2
2022-10-03Make all test roll forwardRob Mensching4-3/+1
2022-10-03Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching69-104/+115
2022-10-03Use packageSourceMapping to control source of NuGet packagesRob Mensching4-16/+11
2022-10-03Allow independent extraction of BA to remove use of InternalsVisibleToRob Mensching11-137/+55
2022-09-28Fix UICompiler custom actions duplicationStefanStojanovic1-25/+35
2022-09-27Introduce PatchFilterMap to remove Row.SectionIdRob Mensching14-368/+426