Workaround – SlowCheetah Bug #124 (Multiple XML transformed in Setup Project)

We had the issue described here at work last week with SlowCheetah and multiple transformed XML files to be deployed via a Setup Project.  After digging through the SlowCheetah and Microsoft MSBuild scripts I still haven’t found the SlowCheetah fix yet but will keep trying.

In the meantime, I did find a workaround.

Workaround Steps

  1. Exclude the xml files from the Primary Output

    image

  2. Add the transformed xml files from the bin/[Configuration] folder of the project

    image

  3. Rebuild the setup project

    Leave a Reply