-
From: Adriana Cass [mailto:adrya1...@gmail.com]
Sent: Monday, October 04, 2010 9:02 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Set error code from Custom Action
Hi,
I have a custom action created in C#.
How can i return my specific error code back to
Hi,
I have a custom action created in C#.
How can i return my specific error code back to installer when my
custom action fails?
[CustomAction]
public static ActionResult MyCA(Session session)
{
try
{
//code
}
catch(Ex
Hi,
I have a custom action created in C#.
How can i return my specific error code back to installer when my
custom action fails?
[CustomAction]
public static ActionResult MyCA(Session session)
{
try
{
//code
}
3 matches
Mail list logo