Re: [WiX-users] WiX C++ Custom Action not Invoked after upgrading to VS 2008

2008-07-11 Thread Christopher Karper
I'd also consider using DTF if you can, instead of your own custom wrappers. It handles all the grunt work for you. Chris On Fri, Jul 11, 2008 at 4:46 AM, Markus Ewald <[EMAIL PROTECTED]> wrote: > Ryan O'Neill wrote: > > The thing that seems obvious is that it is probably using .Net 3.0 or 3.5

Re: [WiX-users] WiX C++ Custom Action not Invoked after upgrading to VS 2008

2008-07-11 Thread Markus Ewald
Ryan O'Neill wrote: > The thing that seems obvious is that it is probably using .Net 3.0 or 3.5 as > the upgrade wizard will select these for you. Check the target framework > version as you might not have it on the system you are installing to. > > Also make sure you're compiling with the stati

Re: [WiX-users] WiX C++ Custom Action not Invoked after upgrading to VS 2008

2008-07-11 Thread Ryan O'Neill
The thing that seems obvious is that it is probably using .Net 3.0 or 3.5 as the upgrade wizard will select these for you. Check the target framework version as you might not have it on the system you are installing to. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O