index
:
wix
bob/EnsureTableStandardActions
bob/Fixes.240629
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/UpdateRegistrationAcrossUpgrades
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
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-15
Build and run x64 dutil tests.
Sean Hall
8
-77
/
+81
2022-06-15
Use WixAssert in more places.
Sean Hall
47
-539
/
+605
2022-06-15
Improve WixAssert.StringEqual to print where the first difference is.
Sean Hall
1
-26
/
+66
2022-06-14
Allow BundlePackage to fallback to QuietUninstallString to uninstall.
Sean Hall
13
-61
/
+449
2022-06-14
Add ability for non-vital cache package action.
Sean Hall
31
-155
/
+723
2022-06-13
Implement ArpEntry flavored ExePackage.
Sean Hall
58
-267
/
+1957
2022-06-07
Make sure base paths are fully qualified in Burn.
Sean Hall
14
-40
/
+87
2022-06-07
Update Burn algorithm for picking elevated temp path to use SystemTemp.
Sean Hall
26
-87
/
+577
2022-06-07
REG_EXPAND_SZ values are not necessarily a path.
Sean Hall
13
-32
/
+211
2022-06-07
Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.
Sean Hall
8
-196
/
+1007
2022-06-07
Make PathGetSystemPath return an array of paths ordered by preference.
Sean Hall
12
-75
/
+338
2022-06-07
Add PathSkipPastRoot.
Sean Hall
9
-310
/
+414
2022-06-07
Replace PathCompare with PathCompareCanonicalized.
Sean Hall
10
-203
/
+301
2022-06-07
Resolve paths while parsing them from the command line.
Sean Hall
16
-210
/
+301
2022-06-03
Fix StyleCop complaints.
Ron Martin
1
-14
/
+22
2022-05-31
Add PathConcatRelativeToBase and use it in Burn.
Sean Hall
14
-41
/
+233
2022-05-31
Update payload.cpp and container.cpp to use more concise Exit* macros.
Sean Hall
2
-54
/
+43
2022-05-31
Add PathCanonicalizeForComparison.
Sean Hall
8
-116
/
+822
2022-05-31
Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.
Sean Hall
8
-22
/
+350
2022-05-31
Add MemSizeChecked.
Sean Hall
8
-109
/
+130
2022-05-31
PathGetDirectory can't be responsible for stripping quotes.
Sean Hall
2
-6
/
+33
2022-05-31
PathEnsureQuoted is not generally useful.
Sean Hall
4
-68
/
+59
2022-05-31
Fix DncHostGeneratorTests.
Sean Hall
1
-0
/
+3
2022-05-24
Rename build.cmd to devbuild.cmd to better represent its purpose
Rob Mensching
3
-21
/
+22
2022-05-24
Ignore NU1507 to work-around Centrally Versioned Packaging change
Rob Mensching
1
-1
/
+1
2022-05-17
Keep track of when parts of verutil/WixVersions are missing.
Sean Hall
9
-22
/
+322
2022-05-17
Store the prefix character in VERUTIL_VERSION.
Sean Hall
7
-14
/
+118
2022-05-14
Add option to hosts to always install prereqs.
Sean Hall
35
-42
/
+1154
2022-05-14
Move infinite loop detection into the hosts.
Sean Hall
55
-493
/
+500
2022-05-14
Update balutil and Bal.wixext to use more concise Exit* macros.
Sean Hall
8
-157
/
+85
2022-05-13
Add ability to skip tests at runtime, and skip long running cache tests
Sean Hall
38
-194
/
+423
2022-05-12
Remove comments from global.json.
Sean Hall
1
-0
/
+2
2022-05-10
Add support for semver in bundles and dependencies
Rob Mensching
36
-116
/
+568
2022-05-10
Add WixVersion implementation to WixToolset.Data
Rob Mensching
3
-0
/
+522
2022-05-06
Harvest BundlePackage payloads.
Sean Hall
18
-187
/
+752
2022-05-04
Only block shutdown during Apply.
Sean Hall
25
-231
/
+107
2022-05-04
Assume critical shutdown was caused by the current package.
Sean Hall
3
-15
/
+27
2022-05-04
Allow burn.runonce with burn.clean.room and create runonce log.
Sean Hall
3
-8
/
+25
2022-04-29
Port UtilExtension.UserTests from wix3.
Sean Hall
30
-0
/
+1032
2022-04-28
Add ability to disable file system redirection for File/DirectorySearch
Sean Hall
8
-13
/
+179
2022-04-28
Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch test
Sean Hall
3
-1
/
+4
2022-04-26
Enforce that Update and RemoteBundle can only be specified once.
Sean Hall
1
-0
/
+21
2022-04-23
Always reset the system component status when registering the bundle.
Sean Hall
7
-165
/
+26
2022-04-23
Make the estimated size in ARP a little more accurate.
Sean Hall
17
-113
/
+177
2022-04-23
Add RepairCondition.
Sean Hall
33
-17
/
+237
2022-04-20
Upgrade dnchost's nethost dependency to .NET 6.0.4.
Sean Hall
13
-14
/
+115
2022-04-19
Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.
Sean Hall
24
-52
/
+56
2022-04-19
Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.
Sean Hall
48
-565
/
+626
2022-04-19
Set each native library dependency version to the build version.
Sean Hall
22
-36
/
+5
2022-04-19
Fix warning in dnchost by using release runtime in debug.
Sean Hall
1
-3
/
+8
[next]