index
:
wix
bob/EnsureTableStandardActions
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixIEngineSetDownloadSource
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update to latest repo-template
Rob Mensching
2019-03-01
2
-1
/
+5
*
Make `IPreprocessor` public as it should be.
Bob Arnson
2019-02-26
1
-2
/
+2
*
Add DirectoryId into context for extensions.
Sean Hall
2019-01-20
1
-1
/
+1
*
Fix overridable actions being tagged as duplicates.
Bob Arnson
2019-01-16
9
-10
/
+165
*
Add failing test for issues exposed by UIExtension.
Sean Hall
2019-01-12
6
-0
/
+118
*
Ensure `Error`s generate symbols so they can be referenced.
Bob Arnson
2019-01-09
1
-2
/
+1
*
Prevent linker NullReferenceExceptions when missing SourceLineNumbers.
Bob Arnson
2019-01-03
1
-1
/
+1
*
Load .wixlib intermediates with single creator
Rob Mensching
2019-01-01
10
-21
/
+259
*
Reduce extra appveyor builds by targeting only master and develop branches
Rob Mensching
2018-12-30
1
-0
/
+5
*
Simplify and standardize exception handling in extension manager
Rob Mensching
2018-12-27
1
-45
/
+35
*
Remove dead code
Rob Mensching
2018-12-26
3
-667
/
+0
*
Remove lingering uses of .resx from WixToolset.Core
Rob Mensching
2018-12-26
9
-197
/
+23
*
Add missing InstallInitialize in AdvtExecuteSequence
Rob Mensching
2018-12-26
1
-1
/
+2
*
Populate MsiAssemblyName table
Rob Mensching
2018-12-26
7
-360
/
+325
*
Fix the dependencies of the WixToolset.Core.TestPackage.nupkg
Rob Mensching
2018-12-22
2
-0
/
+13
*
Update to latest Home\repo-template
Rob Mensching
2018-12-22
9
-41
/
+125
*
Clean and create export directory early.
Bob Arnson
2018-12-17
2
-6
/
+6
*
Correctly set paths for files extracted from .msms during decompilation.
Bob Arnson
2018-12-13
1
-1
/
+1
*
Remove context from generated DefaultIcon registry row. (#16)
Sean Hall
2018-12-12
1
-1
/
+1
*
ole.dll should be ole2.dll.
Sean Hall
2018-12-12
1
-2
/
+2
*
Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.
Bob Arnson
2018-12-07
2
-1
/
+3
*
Let caller specify directory for files extracted by ExtractCabinetsCommand.
Bob Arnson
2018-12-07
2
-9
/
+9
*
Return object fields exported from unbinding in the decompile results.
Bob Arnson
2018-12-05
2
-1
/
+13
*
Extract files when using `IDecompileContext.TreatProductAsModule`.
Bob Arnson
2018-12-05
2
-3
/
+6
*
Explicitly mark bitness of entities that support 64-bit attribute.
Bob Arnson
2018-11-19
7
-1
/
+66
*
Try to optimize AppVeyor behavior
Rob Mensching
2018-11-03
1
-0
/
+1
*
Update to DecompileResult move to XDocument
Rob Mensching
2018-11-03
2
-10
/
+7
*
Re-introduce "decompile" to backend
Rob Mensching
2018-10-24
18
-2862
/
+3095
*
Update to fixed "binder" names in interfaces
Rob Mensching
2018-10-24
8
-11
/
+11
*
Support passing IServiceProvider to IExtensionFactory's
Rob Mensching
2018-10-24
2
-7
/
+35
*
Update to command-line parsing re-organization
Rob Mensching
2018-10-24
11
-715
/
+824
*
Minor code clean up to match .editorconfig
Rob Mensching
2018-10-24
8
-8259
/
+8193
*
Add .editorconfig
Rob Mensching
2018-10-24
1
-0
/
+34
*
Minor code cleanup/reorganization
Rob Mensching
2018-10-24
7
-20
/
+19
*
Extract interfaces for Preprocess/Compile/Link/Bind/etc
Rob Mensching
2018-10-24
30
-790
/
+928
*
Minor project cleanup
Rob Mensching
2018-10-24
3
-620
/
+35
*
Move Core.TestSupport back to .NET Standard 2.0 that works properly
Rob Mensching
2018-10-03
1
-2
/
+2
*
Implement -arch switch
Rob Mensching
2018-10-03
4
-10
/
+61
*
Add WixRunnerResult to improve success assertion
Rob Mensching
2018-10-03
7
-37
/
+76
*
Enable NCrunch support
Rob Mensching
2018-10-03
1
-4
/
+11
*
Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.
Bob Arnson
2018-09-27
8
-4
/
+113
*
Ensure `ProxyStubClassId` is written as a proper, embraced GUID.
Bob Arnson
2018-09-20
1
-1
/
+1
*
Fix ?foreach? so all loop values get "executed."
Bob Arnson
2018-09-18
7
-13
/
+90
*
Merge pull request #2 from wixtoolset/bob/5853-variable-redefinition
Sean Hall
2018-09-09
7
-1
/
+99
|
\
|
*
Warn on preprocessor variable redefinition only when the values are different.
Bob Arnson
2018-09-03
7
-1
/
+99
*
|
Fix codepage handling to cover both Framework- and Core- supported code pages.
Bob Arnson
2018-09-06
3
-3
/
+10
|
/
*
Make TestMessageListener public.
Sean Hall
2018-09-02
3
-22
/
+27
*
Use generics in WixToolsetServiceProvider
Sean Hall
2018-09-02
1
-26
/
+31
*
Fix namespace in WixStrings.
Sean Hall
2018-09-02
2
-4
/
+3
*
Support warning suppression.
Bob Arnson
2018-08-28
1
-1
/
+11
[prev]
[next]