index
:
wix
bob/DateTimeErrors
bob/DecompileMsiLockPermissionsEx
bob/DecrashUtilDecompiler
bob/DirectoryRefTargetDir
bob/EnsureTableStandardActions
bob/ExtensionDecompileAllTables
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixHarvestPayloadsFields
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HarvestMultipleUnnamedBindPaths
bob/HeatCremation
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/PayloadsHarvesting
bob/PreventSplashScreenForWixV3RelatedBundle
bob/ScopeMessages
bob/Tweaks250713
bob/UnnamedBindPathsInFiles
bob/UpdateRegistrationAcrossUpgrades
bob/WixBundleSourceProcess
bob/WixTestTargets
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/dutiltestloggingex
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
wix601
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
WixToolset.Core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support localized TextStyle Size
Rob Mensching
2020-06-28
1
-3
/
+2
*
The Great Tuple to Symbol File Rename (tm)
Rob Mensching
2020-06-25
4
-0
/
+0
*
The Great Tuple to Symbol Rename (tm)
Rob Mensching
2020-06-25
29
-875
/
+875
*
Integrate Symbol to TupleWithSection rename
Rob Mensching
2020-06-25
4
-92
/
+91
*
Reference Media if DiskId is specified.
Bob Arnson
2020-06-24
2
-6
/
+6
*
Move Windows Installer specific backend services to WindowsInstaller
Rob Mensching
2020-06-23
2
-62
/
+0
*
Fix a couple simple mistakes
Rob Mensching
2020-06-23
2
-2
/
+2
*
Remove obsolete inner text handling
Rob Mensching
2020-06-23
7
-375
/
+6
*
Move Component\Condition inner text to Condition attribute
Rob Mensching
2020-06-23
1
-0
/
+3
*
Move Feature\Condition inner text to new Level element
Rob Mensching
2020-06-23
1
-0
/
+69
*
Move launch conditions to Launch element
Rob Mensching
2020-06-23
1
-0
/
+58
*
Move PermissionEx\Condition inner text to Condition attribute
Rob Mensching
2020-06-23
1
-1
/
+4
*
Move Control\Condition inner text to appropriate Condition attribute
Rob Mensching
2020-06-23
1
-0
/
+76
*
Move CustomAction script inner text to ScriptFile attribute
Rob Mensching
2020-06-23
1
-44
/
+17
*
Moved more inner text to attribute
Rob Mensching
2020-06-23
3
-137
/
+253
*
Introduce Message attribute to remove Error inner text
Rob Mensching
2020-06-23
1
-1
/
+10
*
Introduce Value attribute on MultiString/MultiStringValue elements
Rob Mensching
2020-06-23
1
-5
/
+38
*
If no Media or MediaTemplate is present, default to a MediaTemplate.
Bob Arnson
2020-06-22
2
-10
/
+0
*
Add BundleCustomDataRef element.
Sean Hall
2020-06-22
2
-2
/
+78
*
Restore Unreal to CustomTable.
Sean Hall
2020-06-19
1
-0
/
+5
*
Implement BundleCustomData. Remove Unreal from CustomTable.
Sean Hall
2020-06-19
2
-273
/
+537
*
Implement simplified command and improved backend integration
Rob Mensching
2020-06-13
1
-38
/
+53
*
Implement update control text
Rob Mensching
2020-06-13
1
-2
/
+2
*
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
1
-5
/
+95
*
Fix crossplat pathing and other small issues in extension caching
Rob Mensching
2020-06-10
1
-2
/
+2
*
Add "extension" command
Rob Mensching
2020-06-08
2
-37
/
+146
*
Make commands async and internal processes cancelable
Rob Mensching
2020-06-08
12
-41
/
+68
*
Integrate change to TryParseCommand and other code cleanup
Rob Mensching
2020-06-08
4
-75
/
+35
*
Minor code cleanup
Rob Mensching
2020-06-04
1
-9
/
+9
*
Correctly pass extension context when Id attribute is null
Rob Mensching
2020-06-04
3
-8
/
+8
*
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
2
-139
/
+193
*
Basic patching support
Rob Mensching
2020-05-30
2
-5
/
+20
*
Support merging merge modules
Rob Mensching
2020-05-22
1
-2
/
+2
*
Don't warn about missing netfx4 switches.
Bob Arnson
2020-05-19
1
-2
/
+2
*
Add missing ARM64 cases & random fixes.
Bob Arnson
2020-05-17
3
-22
/
+44
*
Get Log/@Extension and Registration/@ProviderKey to match v3.
Sean Hall
2020-05-16
1
-2
/
+2
*
WIXFEAT:6164 Move DisplayInternalUI into BalExtension.
Sean Hall
2020-05-16
1
-7
/
+0
*
Fix named bind paths.
Bob Arnson
2020-05-11
2
-15
/
+29
*
Track files in BindBundleCommand.
Sean Hall
2020-05-10
1
-1
/
+11
*
Use WixToolset.Burn package to get rid of -burnStubPath.
Sean Hall
2020-05-10
1
-8
/
+2
*
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
2
-14
/
+16
*
Remove Heat files from Core.
Sean Hall
2020-05-08
11
-840
/
+1
*
Fix changes to TableDefinition.
Sean Hall
2020-04-13
1
-1
/
+1
*
Fix typo in SummaryInformationType.
Sean Hall
2020-04-13
1
-20
/
+20
*
Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI...
Sean Hall
2020-04-12
1
-5
/
+12
*
General cleanup.
Sean Hall
2020-04-12
13
-773
/
+570
*
Fix bug when parsing PayloadGroupRef.
Sean Hall
2020-04-12
1
-1
/
+1
[next]