It sounds to me more like an integration test than TDD.
As far as I can tell, there are no tests to test MSI per se.
However, you can try something like this (assuming you have a console integration server):
- after successful assembly, install MSI on a clean virtual machine - if the installation fails (mail, ticket, whatever)
- execute any integration tags that you have in your project.
, , .