aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaning up a typo and a missed commit.Bob Arnson2024-02-272-1/+6
* Use camelCase attribute values.Bob Arnson2024-02-276-80/+98
* Add `Files` file harvesting.Bob Arnson2024-02-2640-9/+1146
* Support loc strings for Directory/@ShortName.Bob Arnson2024-02-174-1/+10
* Allow MsiProperty/@Value to be an empty string.Bob Arnson2024-02-175-2/+13
* Test/sample for default major upgrade message.Bob Arnson2024-02-163-0/+29
* Switch to `virtual` access modifiers...Bob Arnson2024-02-1611-74/+79
* Improve error when virtual action symbols collide.Bob Arnson2024-02-053-6/+25
* Fix crash when CloseApplications_X64 closes Electron appAndrzej Wojtas2024-01-221-1/+1
* Fixes wixtoolset/issues#5220: Automatically add logging flag for any burn Exe...Nir Bar2024-01-206-1/+102
* Clean up TouchFile.Bob Arnson2024-01-192-6/+6
* Correctly prefix the functions exposed from burnpipe.hRob Mensching2024-01-1110-115/+115
* Update Burn to use pipeutil for low-level pipe operationsRob Mensching2024-01-118-328/+86
* Add pipeutil to dutilRob Mensching2024-01-1112-7/+570
* Rename inter-Burn communication related pipe fileRob Mensching2024-01-115-4/+4
* Support naked files.Bob Arnson2024-01-0827-120/+751
* Remove warning for `Wix` bundle variable prefix.Bob Arnson2024-01-018-97/+50
* Use `/DEPENDENTLOADFLAG` to tell the loader...Bob Arnson2023-12-311-0/+1
* Remove bundle container signing support.Bob Arnson2023-12-312-29/+2
* Rename IWindowsInstallerDecompileContext...Bob Arnson2023-12-316-19/+11
* Add a warning that VBScript is deprecated.Bob Arnson2023-12-304-0/+66
* Add default major upgrade.Bob Arnson2023-12-309-5/+164
* Provide a default INSTALLFOLDER.Bob Arnson2023-12-306-40/+157
* Implement default-feature feature.Bob Arnson2023-12-269-8/+250
* ArpEntry reads QuietUninstallString or UninstallString, and uses UninstallArg...Nir Bar2023-12-248-29/+135
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-1938-57/+56
* Enhance error message.Bob Arnson2023-12-161-1/+1
* Improve error reporting of duplicate symbolsRob Mensching2023-12-1612-78/+251
* Introducing the WiX Standard LibraryRob Mensching2023-12-1618-267/+292
* Initial support for virtual symbols.Rob Mensching2023-12-1627-200/+621
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-1641-121/+237
* Pretty up build outputRob Mensching2023-12-1624-51/+51
* Update to xunit 2.5.1Rob Mensching2023-12-164-20/+20
* Resolve issues with inner textcpuwzd2023-12-122-98/+625
* Build tweaks to support VS 17.8...Bob Arnson2023-12-046-4/+19
* Remove the deprecated DifxApp WiX extension.Bob Arnson2023-11-1927-703/+0
* Clean up.Bob Arnson2023-11-192-7/+1
* add firewall extension decompiler, make msi modifications work, add all attri...chris_bednarski2023-11-1935-347/+3356
* change firewall extension table name to Wix5FirewallExceptionchris_bednarski2023-11-1915-67/+552
* Return intermediate even if compiler encounters errorRob Mensching2023-11-131-1/+1
* Include duplicated inline directory symbols referenced in subsequent sectionsRob Mensching2023-11-077-52/+108
* Fix duplication of AdditionalOptions being added to command-lineRob Mensching2023-11-075-9/+0
* Correctly handle top-level AppId elementRob Mensching2023-11-075-35/+97
* Avoid use of Encoding.WindowsCodePageRob Mensching2023-11-074-4/+62
* Introduce a new phase in the build pipeline.Bob Arnson2023-10-2814-7/+253
* Random typo fix.Bob Arnson2023-10-131-6/+6
* Add cert and x64 tests.Bob Arnson2023-10-133-17/+41
* DotNetCompatibilityCheck: If running NetCoreCheck.exe fails with error code E...apacker12023-10-031-5/+13
* Update to latest signing infrastructureRob Mensching2023-09-134-46/+19
* add FIREWALL_EXCEPTION_ATTRIBUTES structchris_bednarski2023-09-121-109/+89