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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect duplicate CacheIds
Rob Mensching
2021-04-19
4
-11
/
+43
*
Set well-known deferred properties to String.Empty when not present
Rob Mensching
2021-04-19
2
-19
/
+18
*
Resolve container and payload DownloadUrls
Rob Mensching
2021-04-19
4
-48
/
+138
*
Fix infinite loop in ResolveDelayedFieldsCommand and add failing test.
Sean Hall
2021-04-14
3
-0
/
+37
*
Fix decompilation of directories as children TARGETDIR.
Bob Arnson
2021-04-12
6
-20
/
+61
*
Add support for RepairCondition on Exe, Msi and Msp packages
Rob Mensching
2021-04-12
2
-0
/
+21
*
Improve implicit Component/@Id generation and duplicate GUID errors
Rob Mensching
2021-04-12
7
-261
/
+336
*
Create backend specific error and warning locations
Rob Mensching
2021-04-11
4
-0
/
+96
*
Auto-generate ProductCode for ProductWithComponentGroupRef if undefined
Sean Hall
2021-04-11
2
-1
/
+5
*
Re-enable MSI usage of only a "." in Directory/@Name
Rob Mensching
2021-04-08
3
-1
/
+68
*
Address code review feedback
Rob Mensching
2021-04-07
3
-4
/
+4
*
Discards source directory name when identical to target name
Rob Mensching
2021-04-06
3
-1
/
+59
*
Introduce StandardDirectory for referencing standard directories
Rob Mensching
2021-04-06
42
-248
/
+345
*
Introduce "Subdirectory" which simplifies inline directory syntax
Rob Mensching
2021-04-06
19
-283
/
+346
*
Standardize on .NET Core v3.1
Rob Mensching
2021-04-02
4
-4
/
+4
*
Enable codepages and languages to be set via .wxl files
Rob Mensching
2021-04-02
38
-235
/
+619
*
Integrate the IntermediateSection and IntermediateSymbol mutable changes
Rob Mensching
2021-04-02
8
-93
/
+69
*
Remove unused values
Rob Mensching
2021-04-02
5
-8
/
+7
*
Fix regression where PayloadRefs for harvested payloads weren't created
Sean Hall
2021-03-31
2
-0
/
+74
*
Add failing test for DownloadUrl placeholder replacement.
Sean Hall
2021-03-30
2
-0
/
+91
*
Rename cache types in the Burn manifests to remove, keep, force.
Sean Hall
2021-03-30
4
-12
/
+12
*
Re-resolve binary .wixlibs with defaulted embedded files
Rob Mensching
2021-03-25
2
-75
/
+92
*
Remove dependency on Dtf.WindowsInstaller from Core
Rob Mensching
2021-03-25
5
-358
/
+257
*
Remove unused parameter
Rob Mensching
2021-03-25
1
-2
/
+2
*
Correctly get the authored MsiProperty names for a MsiPackage
Rob Mensching
2021-03-25
1
-1
/
+1
*
Use separate intermediate folders when testing patch missing files
Rob Mensching
2021-03-25
1
-10
/
+20
*
Minor CompareFiles optimization when source/target are same path
Rob Mensching
2021-03-25
2
-1
/
+7
*
Throw WixException for internal errors and Messaging for user errors
Rob Mensching
2021-03-23
3
-14
/
+15
*
Fix dependency providers in a Bundle chain
Rob Mensching
2021-03-23
7
-51
/
+35
*
Correctly set Compressed, Description, DisplayName in BootstrapperApplication...
Rob Mensching
2021-03-23
4
-11
/
+15
*
Minor code clean up
Rob Mensching
2021-03-23
5
-88
/
+33
*
Allow payloads to be shared across packages in a Bundle
Rob Mensching
2021-03-23
8
-71
/
+129
*
Remove obsolete RegistryKey/@Action.
Bob Arnson
2021-03-21
1
-21
/
+0
*
Update tests to validate Shortcut Name/ShortName handling
Rob Mensching
2021-03-19
5
-35
/
+91
*
Default to 1 if NUMBER_OF_PROCESSORS environment variable is invalid
Rob Mensching
2021-03-19
1
-22
/
+6
*
Minor code cleanup
Rob Mensching
2021-03-19
3
-28
/
+21
*
Reference issues in failing tests.
Sean Hall
2021-03-18
3
-5
/
+5
*
Track database copy for validation as temporary
Rob Mensching
2021-03-18
2
-5
/
+17
*
Make ResetAcl opt-in instead of opt-out
Rob Mensching
2021-03-16
4
-12
/
+14
*
Migrate ResetAcls to Core.Native from Core
Rob Mensching
2021-03-16
2
-11
/
+3
*
Centralize disallow inner text handling in ParseHalper
Rob Mensching
2021-03-16
6
-45
/
+48
*
Use validation now implemented in Core.Native
Rob Mensching
2021-03-16
6
-401
/
+227
*
Migrate PInvoke out of Core to Core.Native
Rob Mensching
2021-03-16
42
-5086
/
+104
*
Demote CollidingModularizationTypes from error to warning
Bob Arnson
2021-03-15
1
-1
/
+1
*
Remove dependency on Core as Data and Extensibility is enough
Rob Mensching
2021-03-14
1
-1
/
+2
*
Remove use of removed IWixToolsetServiceProvider
Rob Mensching
2021-03-14
45
-109
/
+98
*
Remove references to Core from backends.
Sean Hall
2021-03-14
9
-12
/
+6
*
Minimize public surface area of Core
Rob Mensching
2021-03-14
70
-1952
/
+871
*
Add default rollback boundary in the Burn binder instead of the compiler
Rob Mensching
2021-03-11
4
-31
/
+35
*
Add failing test for authoring Provides in chain packages.
Sean Hall
2021-03-08
2
-0
/
+53
[next]