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
2021-04-29
Let BA override the package's cache type during Plan.
Sean Hall
16
-102
/
+117
2021-04-29
size_t-ify BootstrapperEngine.h and BundleExtensionEngine.h
Sean Hall
6
-21
/
+21
2021-04-29
Clean up 32-bit assumptions.
Sean Hall
17
-164
/
+139
2021-04-25
Set source of attached containers to WixBundleOriginalSource if set.
Sean Hall
2
-5
/
+72
2021-04-25
Add support for downloading embedded payloads.
Sean Hall
4
-22
/
+21
2021-04-25
Share code to map stream name to payload when extracting containers.
Sean Hall
4
-52
/
+20
2021-04-25
DOWNLOAD is not a valid packaging value.
Sean Hall
2
-11
/
+3
2021-04-25
UX payloads are never external, part 2.
Sean Hall
4
-35
/
+5
2021-04-25
For payloads in a container, prefer the container over local paths.
Sean Hall
3
-11
/
+43
2021-04-19
Allow setting source from OnCacheAcquireResolving.
Sean Hall
6
-43
/
+92
2021-04-19
Clean up caching log messages.
Sean Hall
2
-18
/
+25
2021-04-19
Send more progress during cache verification.
Sean Hall
11
-148
/
+712
2021-04-19
Make sure OnCache*Begin events always pair with their complete event.
Sean Hall
1
-36
/
+85
2021-04-19
Perform all layout operations in the BA process.
Sean Hall
3
-217
/
+45
2021-04-19
Add OnCachePayloadExtract*.
Sean Hall
6
-4
/
+207
2021-04-19
When extracting a container use the uncompressed file size for progress
Sean Hall
4
-10
/
+33
2021-04-19
Remove the package's cache progress when retrying the whole package.
Sean Hall
3
-30
/
+47
2021-04-19
Add BURN_PAYLOAD_GROUP_ITEM to be able to move payloads during caching.
Sean Hall
12
-50
/
+98
2021-04-19
Elevate for CacheVerifyContainer/Payload.
Sean Hall
5
-31
/
+209
2021-04-19
Add OnCacheContainerOrPayloadVerify* for a file already in the cache.
Sean Hall
4
-9
/
+227
2021-04-19
UX payloads are never external.
Sean Hall
7
-32
/
+11
2021-04-19
Add OnCacheVerifyProgress, though currently it only reports at the end.
Sean Hall
4
-33
/
+118
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-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-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-28
Include bundle reboot-pending in RebootPending variable.
Bob Arnson
4
-54
/
+163
2021-03-17
Use wiutil to start/end msi transactions
Nir Bar
10
-81
/
+163
2021-03-11
Handle when related bundles have an uninstall key but aren't cached.
Sean Hall
14
-34
/
+188
2021-03-11
Determine whether to ignore forward compatible bundles during Plan.
Sean Hall
12
-110
/
+200
2021-03-09
Ensure bundle is registered and cached when modifying machine state.
Sean Hall
1
-20
/
+13
2021-03-09
Consider the bundle as eligible for cleanup if running from the cache.
Sean Hall
1
-1
/
+1
2021-03-07
Correctly handle missing/null values with ~<> operator.
Bob Arnson
2
-1
/
+4
2021-03-02
Use SHA512 instead of SHA1.
Sean Hall
9
-15
/
+17
2021-03-02
Upgrade to latest dutil for SHA512.
Sean Hall
7
-10
/
+9
2021-03-02
Let the BA request the bundle to stay installed from OnUnregisterBegin.
Sean Hall
4
-7
/
+11
[next]