[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Ignoring Custom action return code

Peter O'Reilly

6/18/2010 9:18:00 AM

This article:
http://msdn.microsoft.com/en-us/library/aa368072%28VS....
states that: "custom actions that are executable files must return a value
of 0 for success".
The program I need to call returns a value of 1 :-(
However it also goes on to say:
"To ignore return values, set the msidbCustomActionTypeContinue bit flag in
the Type field of the CustomAction table."
How do I set this flag in my VS2008 setup project?

Thanks,
Phil.