Re: [WiX-users] WiX Unit Testing

2014-02-11 Thread Levi Wilson
I'm not sure what most people do, but here is what I do: For my wxs file testing, I just use LINQ to XML and verify properties of certain things that I do not want to change (i.e. perMachine installs, etc.) I do the same for other types of things, like SQLScript (verify that the sequence is sequen

[WiX-users] WiX Unit Testing

2014-02-11 Thread Williams, David (UBC)
Hello, I am new to the world of WiX, and installer in general. The major question that I have at this time is how to unit test both the WiX and the MSI that I create. Should I just setup a VM and try the installs there or what? How do you guys test these projects? Thanks for your attention.