Re: [WiX-users] Custom Action not be called

2015-01-30 Thread John Cooper
xt: 431050 |jocoo...@jackhenry.com -Original Message- From: Craig Reeves [mailto:craig.ree...@kraygsoft.com] Sent: Friday, January 30, 2015 8:24 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Custom Action not be called Yes I know but due to the nature of

Re: [WiX-users] Custom Action not be called

2015-01-30 Thread Craig Reeves
file. I have never missed the [CustomAction] before. It was just a mistake I was too close to see. From: John Cooper Sent: 30 January 2015 13:41 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Custom Action not be called It is esse

Re: [WiX-users] Custom Action not be called

2015-01-30 Thread John Cooper
It is essential that managed custom actions have an [CustomAction] attribute for each method call that will be used as a custom action. E.g., [CustomAction] Public static ActionResult DoSomething(Session session) { // code here } By having the Return attribute set to "ignore", the errors that

Re: [WiX-users] Custom Action not be called

2015-01-30 Thread Craig Reeves
Sorry everyone the answer was I missed the [CustomAction] about the routine. -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, i