index
:
wix
bob/DateTimeErrors
bob/DecompileMsiLockPermissionsEx
bob/DecompilePerUserOrMachine
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.WindowsInstaller
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Win64 attribute with Bitness attribute
Rob Mensching
2021-02-11
1
-6
/
+6
*
Add patch test from old repo and get it passing.
Sean Hall
2021-01-27
1
-1
/
+1
*
Fix collection modified during enumeration bug.
Sean Hall
2021-01-26
1
-1
/
+1
*
Implement improved file sequence optimization
Rob Mensching
2021-01-06
2
-8
/
+86
*
Fix handling of duplicate directories
Rob Mensching
2021-01-05
1
-8
/
+8
*
Add CanExtractBundleWithDetachedContainer test.
Nir Bar
2020-12-21
2
-1
/
+10
*
Enable XML doc.
Sean Hall
2020-12-18
16
-41
/
+48
*
Fix merge module decompilation timing.
Bob Arnson
2020-12-12
1
-7
/
+8
*
Decompiling null GUID should set `Guid=""` to match.
Bob Arnson
2020-12-08
1
-1
/
+1
*
Update GitVersioning.
Sean Hall
2020-11-02
1
-1
/
+1
*
A bit of cleanup on now-defunct Product element references.
Bob Arnson
2020-10-28
1
-0
/
+1
*
Reorganize Product/Package to Package/SummaryInformation.
Bob Arnson
2020-10-24
3
-57
/
+72
*
Add CreateFolders standard action...
Bob Arnson
2020-10-12
1
-0
/
+1
*
Add the decompiled package's platform to the DecompileResult.
Bob Arnson
2020-10-08
2
-25
/
+44
*
Remove 32-bit ARM support.
Bob Arnson
2020-09-19
2
-12
/
+0
*
Replace BinaryKey with BinaryRef and FileKey with FileRef.
Bob Arnson
2020-09-06
1
-2
/
+2
*
Fix typo.
Bob Arnson
2020-09-01
1
-1
/
+1
*
A couple of minor decompiler fixes.
Bob Arnson
2020-08-26
1
-2
/
+2
*
Fixed custom action null column decompilation.
Bob Arnson
2020-08-24
1
-1
/
+1
*
Update decompiler to use XDocument rather than generated classes.
Bob Arnson
2020-08-24
4
-5085
/
+3401
*
Only target all frameworks in Release
Sean Hall
2020-08-17
1
-1
/
+2
*
Fix Control symbol dehydration to MSI output.
Bob Arnson
2020-07-26
1
-3
/
+4
*
Support implicit standard directory reference and "3264" platform folders
Rob Mensching
2020-07-21
5
-26
/
+154
*
Update dependencies.
Sean Hall
2020-07-14
1
-1
/
+1
*
Improve compiler performance by removing regex and other string fixes
Rob Mensching
2020-07-08
1
-5
/
+6
*
Move short filename generation to the WindowsInstallerBackend
Rob Mensching
2020-07-08
1
-6
/
+137
*
Default Publish/@Condition to "1" in the WI backend
Rob Mensching
2020-07-01
1
-0
/
+15
*
The Great Tuple to Symbol Rename (tm)
Rob Mensching
2020-06-25
32
-1209
/
+1209
*
Move Windows Installer specific backend services to WindowsInstaller
Rob Mensching
2020-06-23
2
-0
/
+78
*
Move CustomAction script inner text to ScriptFile attribute
Rob Mensching
2020-06-23
2
-4
/
+9
*
If no Media or MediaTemplate is present, default to a MediaTemplate.
Bob Arnson
2020-06-22
1
-0
/
+12
*
Restore Unreal to CustomTable.
Sean Hall
2020-06-19
2
-3
/
+1
*
Implement BundleCustomData. Remove Unreal from CustomTable.
Sean Hall
2020-06-19
2
-2
/
+4
*
Remove unused reference to removed table.
Bob Arnson
2020-06-17
1
-1
/
+0
*
Change AssemblyNameReader to better match GetAsemblyIdentityFromFile()
Rob Mensching
2020-06-17
1
-1
/
+23
*
Reorganize media assignment to correctly place facade order optimization
Rob Mensching
2020-06-16
6
-124
/
+135
*
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
3
-13
/
+18
*
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
2
-43
/
+22
*
Fix custom table column values case in compiler and decompiler
Rob Mensching
2020-06-12
2
-52
/
+53
*
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
*
Integrate change to TryParseCommand and other code cleanup
Rob Mensching
2020-06-08
2
-16
/
+13
*
Fix typo in class name
Rob Mensching
2020-06-08
2
-3
/
+3
*
Minor code cleanup
Rob Mensching
2020-06-04
3
-28
/
+27
[next]