No Periods Period
So what happened was, I was building an installer using WiX (version 3), and I was using periods in my component ids. Then when you install the component, everything appears to work, according to the logs everything works just fine, but then nothing is installed. Weird. Get rid of the periods, everything works fine.
Is this documented [...]