aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add failing test for nesting a ProgId under an advertised Class.Sean Hall2019-09-301-0/+13
|
* Add failing test to demonstrate ProgId bug.Bob Arnson2019-04-024-0/+49
When a parent ProgId has Advertise="yes" and a child ProgId omits Advertise, the compiler assumes it's a non-advertised ProgId. It should be advertised instead.