Re: [WiX-users] Preprocessor Extension question

2010-09-02 Thread Bob Arnson
  On 31-Aug-10 13:41, Maillet, Ed wrote:
 The Preprocessor.GetSourceLineNumbers doesn't work because the preprocessor 
 extension doesn't get the XmlNode. (Or it's hiding somewhere I haven't seen).

Please enter a bug to have it exposed.

-- 
sig://boB
http://joyofsetup.com/


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Preprocessor Extension question

2010-08-31 Thread Nick Ramirez

There's a static method called Preprocessor.GetSourceLineNumbers that accepts
an XmlNode object. It's used by WiX as Candle is looking through your
markup. I'm not sure that you'll be able to use it very easily. If you don't
mind my asking, what is it you're trying to achieve? Preprocessor extensions
don't have elements that need to be parsed. Do you instead mean to say that
you're creating a compiler extension?
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Preprocessor-Extension-question-tp5480707p5482348.html
Sent from the wix-users mailing list archive at Nabble.com.

--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Preprocessor Extension question

2010-08-30 Thread Maillet, Ed
When writing a preprocessor extension, how can you get 
SourceLineNumberCollection inside the extension? It isn't in the base class or 
Core that I can find.


- Ed



--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users