aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/AddCreateFoldersCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* General cleanup.Sean Hall2020-04-121-4/+2
| | | | | | Try not to send strings to specify the tuple or table. Try to avoid using the Set method on tuples. Always create new tuples and add them to the section in the same line.
* Add CreateFolder tuples for null-keypath components in the backend instead ↵Bob Arnson2020-02-071-0/+40
of the compiler.