index
:
wix
bob/EnsureTableStandardActions
bob/Fixes.240629
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/wixbug8674
bob/wixbug_8585
bob/wixbug_8689
bob/wixbug_8740
main
robmen/build-cleanup
robmen/package-id-bundle-code
robmen/peruser-installfolder
robmen/xsds
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make PathGetSystemPath return an array of paths ordered by preference.
Sean Hall
2022-06-07
12
-75
/
+338
*
Add PathSkipPastRoot.
Sean Hall
2022-06-07
9
-310
/
+414
*
Replace PathCompare with PathCompareCanonicalized.
Sean Hall
2022-06-07
10
-203
/
+301
*
Resolve paths while parsing them from the command line.
Sean Hall
2022-06-07
16
-210
/
+301
*
Fix StyleCop complaints.
Ron Martin
2022-06-03
1
-14
/
+22
*
Add PathConcatRelativeToBase and use it in Burn.
Sean Hall
2022-05-31
14
-41
/
+233
*
Update payload.cpp and container.cpp to use more concise Exit* macros.
Sean Hall
2022-05-31
2
-54
/
+43
*
Add PathCanonicalizeForComparison.
Sean Hall
2022-05-31
8
-116
/
+822
*
Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.
Sean Hall
2022-05-31
8
-22
/
+350
*
Add MemSizeChecked.
Sean Hall
2022-05-31
8
-109
/
+130
*
PathGetDirectory can't be responsible for stripping quotes.
Sean Hall
2022-05-31
2
-6
/
+33
*
PathEnsureQuoted is not generally useful.
Sean Hall
2022-05-31
4
-68
/
+59
*
Fix DncHostGeneratorTests.
Sean Hall
2022-05-31
1
-0
/
+3
*
Rename build.cmd to devbuild.cmd to better represent its purpose
Rob Mensching
2022-05-24
3
-21
/
+22
*
Ignore NU1507 to work-around Centrally Versioned Packaging change
Rob Mensching
2022-05-24
1
-1
/
+1
*
Keep track of when parts of verutil/WixVersions are missing.
Sean Hall
2022-05-17
9
-22
/
+322
*
Store the prefix character in VERUTIL_VERSION.
Sean Hall
2022-05-17
7
-14
/
+118
*
Add option to hosts to always install prereqs.
Sean Hall
2022-05-14
35
-42
/
+1154
*
Move infinite loop detection into the hosts.
Sean Hall
2022-05-14
55
-493
/
+500
*
Update balutil and Bal.wixext to use more concise Exit* macros.
Sean Hall
2022-05-14
8
-157
/
+85
*
Add ability to skip tests at runtime, and skip long running cache tests
Sean Hall
2022-05-13
38
-194
/
+423
*
Remove comments from global.json.
Sean Hall
2022-05-12
1
-0
/
+2
*
Add support for semver in bundles and dependencies
Rob Mensching
2022-05-10
36
-116
/
+568
*
Add WixVersion implementation to WixToolset.Data
Rob Mensching
2022-05-10
3
-0
/
+522
*
Harvest BundlePackage payloads.
Sean Hall
2022-05-06
18
-187
/
+752
*
Only block shutdown during Apply.
Sean Hall
2022-05-04
25
-231
/
+107
*
Assume critical shutdown was caused by the current package.
Sean Hall
2022-05-04
3
-15
/
+27
*
Allow burn.runonce with burn.clean.room and create runonce log.
Sean Hall
2022-05-04
3
-8
/
+25
*
Port UtilExtension.UserTests from wix3.
Sean Hall
2022-04-29
30
-0
/
+1032
*
Add ability to disable file system redirection for File/DirectorySearch
Sean Hall
2022-04-28
8
-13
/
+179
*
Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch test
Sean Hall
2022-04-28
3
-1
/
+4
*
Enforce that Update and RemoteBundle can only be specified once.
Sean Hall
2022-04-26
1
-0
/
+21
*
Always reset the system component status when registering the bundle.
Sean Hall
2022-04-23
7
-165
/
+26
*
Make the estimated size in ARP a little more accurate.
Sean Hall
2022-04-23
17
-113
/
+177
*
Add RepairCondition.
Sean Hall
2022-04-23
33
-17
/
+237
*
Upgrade dnchost's nethost dependency to .NET 6.0.4.
Sean Hall
2022-04-20
13
-14
/
+115
*
Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.
Sean Hall
2022-04-19
24
-52
/
+56
*
Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.
Sean Hall
2022-04-19
48
-565
/
+626
*
Set each native library dependency version to the build version.
Sean Hall
2022-04-19
22
-36
/
+5
*
Fix warning in dnchost by using release runtime in debug.
Sean Hall
2022-04-19
1
-3
/
+8
*
DUtilTraceErrorSourceFiltersOnTraceLevel is still flaky.
Sean Hall
2022-04-13
1
-1
/
+1
*
Add bundle support to "burn remotepayload" command.
Sean Hall
2022-04-13
7
-206
/
+379
*
Add support for remote BundlePackagePayload.
Sean Hall
2022-04-13
9
-10
/
+407
*
Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.
Sean Hall
2022-04-13
15
-57
/
+230
*
Change harvested symbols to ref the package payload for remote support.
Sean Hall
2022-04-13
22
-161
/
+461
*
Create Harvested*PackageSymbols.
Sean Hall
2022-04-13
10
-236
/
+820
*
Try to improve fields of bundle symbols.
Sean Hall
2022-04-13
34
-318
/
+923
*
Only allow MsiPackage and MspPackage inside MSI transactions.
Sean Hall
2022-04-13
8
-20
/
+124
*
Discard the correct RollbackBoundary.
Sean Hall
2022-04-13
5
-11
/
+135
*
Fix "flaky" DUtil test.
Ron Martin
2022-04-13
2
-2
/
+50
[next]