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
*
Discards source directory name when identical to target name
Rob Mensching
2021-04-06
1
-1
/
+1
*
Introduce StandardDirectory for referencing standard directories
Rob Mensching
2021-04-06
2
-30
/
+41
*
Introduce "Subdirectory" which simplifies inline directory syntax
Rob Mensching
2021-04-06
1
-7
/
+51
*
Enable codepages and languages to be set via .wxl files
Rob Mensching
2021-04-02
12
-119
/
+291
*
Integrate the IntermediateSection and IntermediateSymbol mutable changes
Rob Mensching
2021-04-02
3
-48
/
+28
*
Remove dependency on Dtf.WindowsInstaller from Core
Rob Mensching
2021-03-25
1
-1
/
+0
*
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
1
-5
/
+5
*
Fix dependency providers in a Bundle chain
Rob Mensching
2021-03-23
1
-1
/
+1
*
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
*
Track database copy for validation as temporary
Rob Mensching
2021-03-18
2
-5
/
+17
*
Use validation now implemented in Core.Native
Rob Mensching
2021-03-16
5
-397
/
+203
*
Migrate PInvoke out of Core to Core.Native
Rob Mensching
2021-03-16
32
-4481
/
+27
*
Demote CollidingModularizationTypes from error to warning
Bob Arnson
2021-03-15
1
-1
/
+1
*
Remove use of removed IWixToolsetServiceProvider
Rob Mensching
2021-03-14
4
-6
/
+6
*
Remove references to Core from backends.
Sean Hall
2021-03-14
6
-134
/
+2
*
Minimize public surface area of Core
Rob Mensching
2021-03-14
43
-1300
/
+412
*
Complete MOVE_TO_BACKEND code migration
Rob Mensching
2021-03-03
4
-7
/
+306
*
Add failing tests for package description and packages sharing payloads
Sean Hall
2021-03-02
1
-0
/
+1
*
Support the new names for AccessModifiers
Rob Mensching
2021-03-02
6
-13
/
+13
*
Remove references to "Output" and use "Data" instead
Rob Mensching
2021-03-02
4
-55
/
+55
*
Simplify BindDatabaseCommand by using WindowsInstallerBackendHelper
Rob Mensching
2021-03-02
1
-13
/
+10
*
Fix handling of suppress modularization
Rob Mensching
2021-03-01
1
-1
/
+1
*
Absorb Dependency.wixext into Core
Rob Mensching
2021-02-27
2
-0
/
+123
*
Absorb Tag.wixext into Core as SoftwareTag element
Rob Mensching
2021-02-27
4
-2
/
+146
*
Complete implementation of extension handling for finalized symbols
Rob Mensching
2021-02-27
1
-36
/
+32
*
Integrate the latest Extensibility changes
Rob Mensching
2021-02-27
1
-1
/
+1
*
Implement IBackendHelper passthru in Burn and WindowsInstaller helpers
Rob Mensching
2021-02-27
2
-1
/
+28
*
Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201
Ronald Martin
2021-02-19
1
-15
/
+63
*
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
[next]