Re: [WiX-users] DTF Session object properties

2009-03-04 Thread Shawn Dwyer
I does get remoted. So there might be a bug in that > method. When I get a chance, I'll try to add a test case to verify > GetCost(). > > -Jason- > > -Original Message- > From: Shawn Dwyer [mailto:shawn.o.dw...@gmail.com] > Sent: Tuesday, March 03, 2009 8:57 AM > T

Re: [WiX-users] DTF Session object properties

2009-03-03 Thread Jason Ginchereau
inal Message- From: Shawn Dwyer [mailto:shawn.o.dw...@gmail.com] Sent: Tuesday, March 03, 2009 8:57 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] DTF Session object properties Hi, I'm trying to put together a simple managed custom action using DTF whi

[WiX-users] DTF Session object properties

2009-03-03 Thread Shawn Dwyer
Hi, I'm trying to put together a simple managed custom action using DTF which will show each of the features, their descriptions, and their cost. It seemed straight forward enough string msg = ""; foreach (FeatureInfo fi in session.Features) { msg += string.Format ( "Title: {0}\r\nDescript