Re: [WiX-users] Having Problems Creating a Simple PreProcessor Extension

2009-03-04 Thread jnewton
Actually, the one last issue I can't figure out is if its required to override the EvaluateFunction method. From the link I mentioned http://www.atalasoft.com/cs/blogs/dterrell/archive/2009/01/12/extending-wix-preprocessing-a-how-to-with-reflection.aspx earlier , it doesn't appear you have to but

Re: [WiX-users] Having Problems Creating a Simple PreProcessor Extension

2009-03-04 Thread jnewton
Yeah, I followed that tutorial which is in the help. Right after I posted, I figured out how to do it. I just didn't understand how to properly use the EvaluateFunction method. All is well now Thanks Brian Rogers wrote: > > Did you follow these steps first? > > http://wix.cvs.sourceforge.net

Re: [WiX-users] Having Problems Creating a Simple PreProcessor Extension

2009-03-04 Thread Brian Rogers
Did you follow these steps first? http://wix.cvs.sourceforge.net/viewvc/wix/wix/src/chm/html/extension_development_simple_example.htm?view=markup Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, Mar 4, 2009 at 9:11 AM, jnewton wrote: > > I'm trying t

[WiX-users] Having Problems Creating a Simple PreProcessor Extension

2009-03-04 Thread jnewton
I'm trying to create a basic preprocessor extension that will do simply what Peter blogged about http://blogs.msdn.com/pmarcu/archive/2007/04/27/wix-functional-preprocessing.aspx here (i.e. the functional preprocessing blog). I've tried to follow the steps in the WiX help to create my own functi