aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Reintegrate MSI constructs into WxToolset.Data.WindowsInstaller namespaceRob Mensching2017-12-0762-0/+8105
| |
| * Fix handling of long values and baseUri in path fieldsRob Mensching2017-12-069-57/+132
| |
| * Support tuples from extensions and make SourcePath a path instead of stringRob Mensching2017-12-0212-76/+352
| |
| * Additional IR updatesRob Mensching2017-11-1110-16/+600
| |
| * Introduce WiX Intermediate RepresentationRob Mensching2017-11-01313-12677/+22797
| |
| * Commit generated message and schema classes one way to better systemRob Mensching2017-10-186-166/+57991
| | | | | | | | | | | | Generating messages and schema classes from XML is a bit cool but is fraught with issues when there is a build failure anywhere. This commits those generated files until a better process is in place.
| * Incorporate refactoring of WixToolset.Core assembliesRob Mensching2017-10-188-25/+257
| |
| * Simplify Library to only be a data container and add as output typeRob Mensching2017-10-012-66/+13
| | | | | | | | | | The actual of the creation functionality for Libraries will move to the Librarian.
| * Update to latest GitVersioning and Directory.Build.props standardsRob Mensching2017-09-173-4/+4
| |
| * Add missing data XML files as resource streamsRob Mensching2017-09-171-0/+5
| |
| * Standardize Directory.Build.propsRob Mensching2017-08-201-0/+6
| |
| * Move configuration files to the rootRob Mensching2017-08-202-22/+0
| |
| * Move to .NET Core 2.0Rob Mensching2017-08-15132-0/+31156
|
* Merge wcautilRob Mensching2021-05-1127-0/+5134
|\
| * Move wcautil into libs/wcautilRob Mensching2021-04-2929-0/+150
| |
| * Clean up more 32-bit assumptions.Sean Hall2021-04-296-65/+72
| |
| * Update DUtil dependency.Bob Arnson2021-02-094-7/+7
| |
| * Remove 32-bit ARM support.Bob Arnson2020-09-192-10/+0
| |
| * Update to latest dutil.Sean Hall2020-06-245-10/+68
| |
| * Pack v141 ARM and ARM64.Sean Hall2020-06-182-4/+1
| |
| * Fail build on each command.Sean Hall2020-06-182-4/+4
| |
| * Merge branch 'master' of https://github.com/wixtoolset/wcautilBob Arnson2020-05-104-17/+22
| |\
| | * Drop XP support and enable ARM64.Bob Arnson2020-05-104-17/+22
| | |
| * | Add v142 toolset support.Bob Arnson2020-05-101-0/+5
| |/
| * Add ARM and ARM64 for v141.Sean Hall2019-01-133-1/+24
| |
| * Remove "lib" from path in NuGet package to match dutil.Sean Hall2018-12-302-6/+6
| |
| * Update to latest .gitignore and prep for new NuGet license formatRob Mensching2018-12-222-1/+3
| |
| * Update to latest Home\repo-templateRob Mensching2018-12-222-6/+50
| |
| * Standardize on props with NCrunch supportRob Mensching2018-10-034-8/+23
| |
| * Add WixToolset.DUtil dependency to wcautil.nuspec.Sean Hall2017-09-101-0/+3
| |
| * Initialize repoSean Hall2017-09-0321-0/+4883
|
* Merge dutilRob Mensching2021-05-11162-0/+57752
|\
| * Move dutil into libs/dutilRob Mensching2021-04-29164-0/+186
| |
| * Update to latest build infrastructureRob Mensching2021-04-297-49/+97
| |
| * Clean up more 32-bit assumptions.Sean Hall2021-04-2926-207/+446
| |
| * Unport LocProbeForFileEx() as WiX v4 had better solutionRob Mensching2021-04-202-32/+9
| |
| * Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2021-04-142-19/+2
| |
| * Use verutil for handling versions in WiuEnumRelatedProductCodes.Sean Hall2021-04-121-12/+24
| |
| * Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2021-04-121-11/+6
| | | | | | | | | | FileCopyUsingHandlesWithProgress now returns ERROR_REQUEST_ABORTED as an HRESULT when canceled or stopping rather than return success.
| * Port missing WiX v3 changesRob Mensching2021-04-127-35/+254
| |
| * Integrate fixes that make dutil a little more robust to failureRob Mensching2021-04-126-14/+265
| |
| * Add test for apuputil and fix descending sorting.Sean Hall2021-03-308-19/+155
| |
| * Update rest of dutil to use their own source with the Exit* macros.Sean Hall2021-03-0273-1953/+2779
| | | | | | | | Fix some CA warnings.
| * Add SHA512 support to apuputil.Sean Hall2021-03-023-10/+29
| | | | | | | | #3992
| * WIXBUG4931 Fix drawing of image static controlsAndrij Abyzov2021-02-091-2/+51
| |
| * Ignore enum CA warnings and scope the osutil deprecation suppression.Sean Hall2021-02-075-5/+23
| | | | | | | | Also, fix project reference so the .vcx project system understands it.
| * Add OsRtlGetVersion.Sean Hall2021-02-072-0/+44
| | | | | | | | #6318
| * Add functions to start/end MSI transactions and check whether or not it is ↵Nir Bar2021-01-112-0/+99
| | | | | | | | | | | | | | | | | | supported on the target machine (#22) * Add functions to start/end MSI transactions and check whether or not it is supported on the target machine * Add log mode parameter to MSI transaction functions. * No default log mode for WiuEndTransaction
| * More size_t-ification.Bob Arnson2020-12-268-99/+165
| |
| * Clean up 32-bit ass-u-mptions for x64 and arm64.Bob Arnson2020-12-267-31/+31
| |