Re: [WiX-users] InstallUtil and GACing the same assembly

2006-07-11 Thread Bob Arnson
Simon Burgess wrote: And that is what I have tried in my example but for some reason while the installutil actions are being performed (see InstallUtilFail.txt) the ‘assemblypath’ value changes from this location on the file system to a GAC–like location (when as you say the GAC

Re: [WiX-users] InstallUtil and GACing the same assembly

2006-07-11 Thread Simon Burgess
later on) and the installutil operation fails because it is not in the GAC yet   From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 11 July 2006 16:52 To: Simon Burgess Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] InstallUtil and GACing the same assembly   Simon Burgess

Re: [WiX-users] InstallUtil and GACing the same assembly

2006-07-11 Thread Bob Arnson
Simon Burgess wrote: As both the GACing of the assembly and running InstallUtil on the same assembly using the above WiX source code works fine when only one operation is carried out independently, I can only assume it is some kind of sequencing issue. Correct. Assemblies ar

Re: [WiX-users] InstallUtil and GACing the same assembly

2006-07-11 Thread Bob Arnson
Simon Burgess wrote: What I was trying to do therefore was to author one to install the dll to an arbitrary location on the file system and run installutil on it there, then a second to install the dll to the GAC . Should deferred custom actions be able to use the assemblies I

Re: [WiX-users] InstallUtil and GACing the same assembly

2006-07-11 Thread Simon Burgess
system?       From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 11 July 2006 15:38 To: Simon Burgess Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] InstallUtil and GACing the same assembly   Simon Burgess wrote: As both the GACing of the assembly and running InstallUtil

[WiX-users] InstallUtil and GACing the same assembly

2006-07-11 Thread Simon Burgess
I’m reposting this with a little more detail in the hope someone might be able to suggest a resolution.   I have a .NET assembly that contains a performance counter installer class as well as some other business logic. The requirement of my install is to run InstallUtil and the dll to ins