index
:
wix
bob/EnsureTableStandardActions
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HarvestMultipleUnnamedBindPaths
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/UpdateRegistrationAcrossUpgrades
bob/WixBundleSourceProcess
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
2021-04-19
Make sure payload unverified path is not read-only during acquisition.
Sean Hall
1
-24
/
+37
2021-04-19
Track progress of bundle being laid out.
Sean Hall
1
-6
/
+25
2021-04-19
Always send OnCacheAcquireProgress at least once per payload.
Sean Hall
3
-161
/
+185
2021-04-19
Only set the last used folder if the target passed verification.
Sean Hall
1
-6
/
+31
2021-04-19
Replace OnResolveSource with OnCacheAcquireResolving
Sean Hall
8
-331
/
+413
2021-04-19
Verify file in the cache before trying to acquire it.
Sean Hall
5
-9
/
+116
2021-04-19
Don't plan payloads.
Sean Hall
24
-1580
/
+718
2021-04-19
Detect whether the bundle is cached.
Sean Hall
9
-11
/
+17
2021-04-19
Detect a package as cached if any of its payloads exist.
Sean Hall
23
-171
/
+111
2021-04-19
Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>
Rob Mensching
22
-48
/
+148
2021-04-19
Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>
Rob Mensching
2
-8
/
+30
2021-04-14
Fix balutil.sln
Rob Mensching
1
-26
/
+0
2021-04-14
Allow BA to update feed source
Rob Mensching
5
-0
/
+39
2021-04-14
Add MEND request state to repair any missing files in MSI packages
Rob Mensching
11
-25
/
+35
2021-04-14
Allow BA to update feed source
Rob Mensching
6
-2
/
+77
2021-04-14
Add MEND request state to repair any missing files in MSI packages
Rob Mensching
4
-6
/
+23
2021-04-14
Layout using the source engine handle
Rob Mensching
7
-17
/
+49
2021-04-14
Detect system MSI packages before user managed packages
Rob Mensching
1
-6
/
+6
2021-04-14
Avoid activating the engine's windows
Rob Mensching
2
-2
/
+4
2021-04-14
Enhanced reboot pending detection
Rob Mensching
2
-1
/
+69
2021-04-14
Port support for ISO/IEC 19770-2:2105 (aka SWID Tags-2)
Rob Mensching
12
-51
/
+61
2021-04-14
Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgress
Rob Mensching
2
-19
/
+2
2021-04-12
Use verutil for handling versions in WiuEnumRelatedProductCodes.
Sean Hall
1
-12
/
+24
2021-04-12
Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgress
Rob Mensching
1
-11
/
+6
2021-04-12
Port missing WiX v3 changes
Rob Mensching
7
-35
/
+254
2021-04-12
Add support for RepairCondition on Exe, Msi and Msp packages
Rob Mensching
3
-0
/
+24
2021-04-12
Improve duplicate GUID messages
Rob Mensching
2
-5
/
+5
2021-04-12
Integrate fixes that make dutil a little more robust to failure
Rob Mensching
6
-14
/
+265
2021-04-06
Remove unused warning message
Rob Mensching
1
-6
/
+1
2021-04-02
Remove removed project from .sln
Rob Mensching
1
-15
/
+0
2021-04-02
Add resolved codepage and LCID to bind context
Rob Mensching
3
-8
/
+74
2021-04-02
Standardize on .NET Core v3.1
Rob Mensching
1
-1
/
+1
2021-04-02
Move codepage from section and to package, module, patch symbols
Rob Mensching
10
-185
/
+321
2021-04-02
Make the IntermediateSection and IntermediateSymbol less mutable
Rob Mensching
6
-39
/
+105
2021-03-30
Skip bundle dependent checking when ignoring dependencies includes ALL.
Sean Hall
4
-49
/
+62
2021-03-30
Rename cache types in the manifest to remove, keep, force.
Sean Hall
10
-15
/
+15
2021-03-30
Add test for apuputil and fix descending sorting.
Sean Hall
8
-19
/
+155
2021-03-28
Include bundle reboot-pending in RebootPending variable.
Bob Arnson
4
-54
/
+163
2021-03-25
Add XML doc to IVariableResolution
Rob Mensching
1
-1
/
+15
2021-03-25
Add missing MSI functionality required by Core
Rob Mensching
4
-25
/
+199
2021-03-23
Consolidate ProvidesDependencySymbol into WixDependencyProviderSymbol
Rob Mensching
3
-93
/
+9
2021-03-23
Remove invalid package reference from Payload symbol
Rob Mensching
2
-9
/
+2
2021-03-21
Clean up some obsolete deprecation warnings.
Bob Arnson
1
-11
/
+0
2021-03-21
UX is so 2012
Bob Arnson
1
-1
/
+1
2021-03-19
Allow the BuildAndQuery output filename to be set
Rob Mensching
1
-4
/
+7
2021-03-19
Add warning for defaulting an invalid environment variable value
Rob Mensching
1
-0
/
+6
2021-03-19
Improve finding files relative to Core.Native assembly
Rob Mensching
3
-30
/
+84
2021-03-19
Remove a bunch of dead code related to winterop.dll
Rob Mensching
12
-795
/
+52
2021-03-18
Deploy .targets file to buildTransitive folder
Sean Hall
2
-1
/
+5
2021-03-18
Ensure ICE cubs are copied to the output
Rob Mensching
3
-0
/
+11
[prev]
[next]