index
:
wix
bob/EnsureTableStandardActions
bob/FeatureTreeBrowseDlgButtonWiring
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 (
Collapse
)
Author
Age
Files
Lines
*
Reorganize media assignment to correctly place facade order optimization
Rob Mensching
2020-06-16
8
-126
/
+208
|
*
Ensure cabinets are created in File.Sequence order
Rob Mensching
2020-06-16
1
-0
/
+1
|
*
Ensure unreal columns are not added to _Validation table
Rob Mensching
2020-06-16
1
-36
/
+34
|
*
Ignore WixBindUpdatedFiles
Rob Mensching
2020-06-16
1
-0
/
+1
|
*
Implement simplified command and improved backend integration
Rob Mensching
2020-06-13
8
-94
/
+102
|
*
Remove use of remaining WixXxxRows
Rob Mensching
2020-06-13
5
-198
/
+159
|
*
Normalize commands to use constructors
Rob Mensching
2020-06-13
3
-52
/
+52
|
*
Move validate guids to a command and execute it earlier
Rob Mensching
2020-06-13
2
-44
/
+68
|
*
Implement update control text
Rob Mensching
2020-06-13
3
-45
/
+24
|
*
Remove obsolete global suppression file
Rob Mensching
2020-06-12
1
-24
/
+0
|
*
Fix custom table column values case in compiler and decompiler
Rob Mensching
2020-06-12
9
-239
/
+429
|
*
Do not create rows for internal-use-only tuples
Rob Mensching
2020-06-10
1
-1
/
+19
|
*
Remove dead code
Rob Mensching
2020-06-10
2
-1510
/
+0
|
*
Fix crossplat pathing and other small issues in extension caching
Rob Mensching
2020-06-10
4
-15
/
+11
|
*
Add "extension" command
Rob Mensching
2020-06-08
10
-37
/
+753
|
*
Make commands async and internal processes cancelable
Rob Mensching
2020-06-08
13
-45
/
+75
|
*
Integrate change to TryParseCommand and other code cleanup
Rob Mensching
2020-06-08
7
-93
/
+50
|
*
Fix typo in class name
Rob Mensching
2020-06-08
2
-3
/
+3
|
*
Minor code cleanup
Rob Mensching
2020-06-04
4
-37
/
+36
|
*
Drive merge process from tuples not rows and fix merge table suppression
Rob Mensching
2020-06-04
3
-98
/
+119
|
*
Correctly pass extension context when Id attribute is null
Rob Mensching
2020-06-04
4
-9
/
+9
|
*
Add column tuples when created instead of after the table tuple creation
Rob Mensching
2020-06-04
1
-6
/
+2
|
*
Redesign CustomTable tuples to support resolving binary columns
Rob Mensching
2020-06-03
15
-515
/
+731
|
*
Basic patching support
Rob Mensching
2020-05-30
19
-986
/
+779
|
*
Add failing test for RegistryKey without Id and child extension element.
Sean Hall
2020-05-23
3
-0
/
+50
|
*
Add failing test for invalid command line switch.
Sean Hall
2020-05-23
1
-0
/
+29
|
*
Support instance transforms
Rob Mensching
2020-05-23
3
-243
/
+297
|
*
Minor code cleanup
Rob Mensching
2020-05-23
2
-5
/
+1
|
*
Support merging merge modules
Rob Mensching
2020-05-22
12
-513
/
+105
|
*
Minor code cleanup
Rob Mensching
2020-05-22
4
-79
/
+50
|
*
Fix naming of file in a merge module's cabinet
Rob Mensching
2020-05-22
7
-22
/
+47
|
|
|
|
|
|
The file was stored in the merge module's cabinet with plain FileId, without the modularization GUID. This change fixes the cabinet builder so that it adds the modularization GUID when creating the cabinet.
*
Don't warn about missing netfx4 switches.
Bob Arnson
2020-05-19
1
-2
/
+2
|
|
|
|
Fixes wixtoolset/issues#5390.
*
Add missing ARM64 cases & random fixes.
Bob Arnson
2020-05-17
4
-23
/
+45
|
*
Get Log/@Extension and Registration/@ProviderKey to match v3.
Sean Hall
2020-05-16
3
-4
/
+18
|
*
Process Unreal custom tables in CreateBootstrapperApplicationManifestCommand
Sean Hall
2020-05-16
4
-0
/
+113
|
*
WIXFEAT:6164 Move DisplayInternalUI into BalExtension.
Sean Hall
2020-05-16
3
-13
/
+0
|
*
Update CabinetBuilder to send exception to UnexpectedException.
Sean Hall
2020-05-13
1
-1
/
+1
|
*
Fix named bind paths.
Bob Arnson
2020-05-11
11
-15
/
+134
|
*
Track files in BindBundleCommand.
Sean Hall
2020-05-10
5
-13
/
+52
|
*
Use WixToolset.Burn package to get rid of -burnStubPath.
Sean Hall
2020-05-10
7
-44
/
+8
|
|
|
|
Stop using x86 stub for x64.
*
Default output file if there's a single input file.
Bob Arnson
2020-05-08
1
-4
/
+71
|
*
Add `IBindContext.SuppressLayout` to suppress cab generation.
Bob Arnson
2020-05-08
3
-25
/
+26
|
|
|
|
And some cleanup.
*
Remove Heat files from Core.
Sean Hall
2020-05-08
14
-844
/
+5
|
*
Add and fix some bundle tests.
Sean Hall
2020-04-23
5
-2
/
+102
|
*
Add BundleFinalize to IBurnBackendExtension.
Sean Hall
2020-04-23
1
-4
/
+7
|
*
Implement Burn pdb.
Sean Hall
2020-04-18
6
-74
/
+76
|
*
Test ability for an extension to have a custom strongly typed row during ↵
Sean Hall
2020-04-18
7
-33
/
+85
|
|
|
|
binding.
*
Adjust to some newly nullable fields in tuples.
Sean Hall
2020-04-13
4
-5
/
+9
|
*
Fix changes to TableDefinition.
Sean Hall
2020-04-13
5
-5
/
+10
|
*
Fix typo in SummaryInformationType.
Sean Hall
2020-04-13
4
-69
/
+69
|
[next]