Re: [WiX-users] PreprocessorExtensions and accessing them from one another

2015-05-27 Thread Tunney, Stephen
] Sent: May-27-15 3:49 PM To: General discussion about the WiX toolset. Subject: [WiX-users] PreprocessorExtensions and accessing them from one another Hey everyone, I'm trying to write a new preprocessor extension and have it internally access the instance of another preprocessor extension al

[WiX-users] PreprocessorExtensions and accessing them from one another

2015-05-27 Thread Tunney, Stephen
Hey everyone, I'm trying to write a new preprocessor extension and have it internally access the instance of another preprocessor extension already instantiated by the compiler. Can I do this or do I have to evaluate the function within my XML and have that value passed in as an argument into