Re: [WiX-users] (maybe OT?) Add my file checking algorithm to WiX build process?

2010-01-20 Thread JKLists
Simon, Blair: Thanks for your input. This may not be the best solution, but I wrote up notes on my hack to get MSBuild to list the missing files. Rudamentary WiX Orphan Prevention --

Re: [WiX-users] (maybe OT?) Add my file checking algorithm to WiX build process?

2010-01-20 Thread Blair
taller XML toolset. Subject: Re: [WiX-users] (maybe OT?) Add my file checking algorithm to WiX build process? > > As it exists now, the few lines of code exist as a console application. > I'm looking for suggestions on how to integrate this into the build, so > perhaps it's more

Re: [WiX-users] (maybe OT?) Add my file checking algorithm to WiX build process?

2010-01-20 Thread Simon Dahlbacka
> > As it exists now, the few lines of code exist as a console application. > I'm looking for suggestions on how to integrate this into the build, so > perhaps it's more of a Visual Studio question than a WiX question. > > Any suggestions? > sounds like you should read up on creating custom tasks

[WiX-users] (maybe OT?) Add my file checking algorithm to WiX build process?

2010-01-20 Thread JKLists
Summary: I wrote a few lines of code to detect if the application being put into the MSI has any new assemblies which haven't been added to the WiX code. This seems to work fine. I'm trying to figure out how to get the WiX build to fail if my detection algorithm indicates that the WiX code is