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
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
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
3 matches
Mail list logo