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
yweather 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 [mailto:l...@leviwilso

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

2014-03-19 Thread Levi Wilson
> 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 > > > > up

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
ilable (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 > > > updated assembly. > > > > > > --

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

2014-03-19 Thread John Ludlow
k into the temp file after extraction and ensure it's using the > > updated assembly. > > > > -Original Message- > > From: Levi Wilson [mailto:l...@leviwilson.com] > > Sent: Wednesday, March 19, 2014 4:53 PM > > To: wix-users@lists.sourceforge.ne

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

2014-03-19 Thread Levi Wilson
ission, 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 4:53 PM > To: wix-users@lists.sourceforge.net > Subject: [Wi

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

2014-03-19 Thread Levi Wilson
arch 19, 2014 4:53 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] C# Custom Actions - Renaming Functions > > Is it me, or is it impossible to rename a C# custom action function once > you've built it? > > My wxs files are correct to reflect the new name. I have verif

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

2014-03-19 Thread John Cooper
i Wilson [mailto:l...@leviwilson.com] Sent: Wednesday, March 19, 2014 4:53 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] C# Custom Actions - Renaming Functions Is it me, or is it impossible to rename a C# custom action function once you've built it? My wxs files are correct t

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

2014-03-19 Thread Hoover, Jacob
using the updated assembly. -Original Message- From: Levi Wilson [mailto:l...@leviwilson.com] Sent: Wednesday, March 19, 2014 4:53 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] C# Custom Actions - Renaming Functions Is it me, or is it impossible to rename a C# custom actio

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

2014-03-19 Thread Levi Wilson
Is it me, or is it impossible to rename a C# custom action function once you've built it? My wxs files are correct to reflect the new name. I have verified that the binary file that is in there has the newly named method after I build it (I saved it from Orca and did `dumpbin saved.dll /EXPORTS` t