Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-20 Thread Levi Wilson
; -Original Message- > From: Levi Wilson [mailto:l...@leviwilson.com] > Sent: Wednesday, March 19, 2014 5:11 PM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] C# Custom Actions - Renaming Functions > > John, > > I'm not following. I r

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-20 Thread John Cooper
p; Associates, Inc.® Shawnee Mission, KS  66227 Office:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Levi Wilson [mailto:l...@leviwilson.com] Sent: Wednesday, March 19, 2014 5:11 PM To: General discussion about the WiX toolset. Subject: Re:

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-19 Thread Levi Wilson
; FireGiant | Dedicated support for the WiX toolset | > http://www.firegiant.com/ > > -Original Message- > From: Levi Wilson [mailto:l...@leviwilson.com] > Sent: Wednesday, March 19, 2014 9:46 PM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-us

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-19 Thread Rob Mensching
discussion about the WiX toolset. Subject: Re: [WiX-users] C# Custom Actions - Renaming Functions John, I did not clear out my temp directories. I assumed everything it built would be underneath my project. I can try though. I did export from Orca and used `dumpbin` to view the exported functions

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-19 Thread Levi Wilson
John, I did not clear out my temp directories. I assumed everything it built would be underneath my project. I can try though. I did export from Orca and used `dumpbin` to view the exported functions. My newly named method was there. On Wed, Mar 19, 2014 at 7:09 PM, John Ludlow wrote: > This m

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-19 Thread John Ludlow
This may be a silly question, but have you also cleared out your temp directories? Also, did you I think it should be possible to export the DLL using Orca to a file on disk, and then examine it to see what exported functions it has (say, with Dependency Walker). This should settle the question of

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-19 Thread Levi Wilson
John, I'm not following. I renamed the C# method that has the [CustomAction] attribute on it, so shouldn't that change the DllEntry value in the element? On Wed, Mar 19, 2014 at 6:02 PM, John Cooper wrote: > Is is you. The entry point can be re-used with a new Id: > > DllEntry="MyCSharpEntr

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-19 Thread Levi Wilson
Yes, I actually started by using ReSharper to rename my CA method, as I have unit tests around all of them. After that I updated all of my wxs files so that they are correct. I backed out the changes for now, but I can try it again later to see what the full log is. I may be able to put together a

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-19 Thread John Cooper
Is is you. The entry point can be re-used with a new Id: -- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry & Associates, Inc.® Shawnee Mission, KS  66227 Office:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Levi Wilson [m

Re: [WiX-users] C# Custom Actions - Renaming Functions

2014-03-19 Thread Hoover, Jacob
I assume you've also modified your C# CustomAction to include the updated name and rebuilt it? Do you have a full log available (or at least some of the lines before that where the CA is being extracted). If need be, one could peek into the temp file after extraction and ensure it's using the