Re: [WiX-users] GACing a Publisher Policy File Problem

2008-03-26 Thread Alperstein, Kenny
Alperstein, Kenny Subject: Re: [WiX-users] GACing a Publisher Policy File Problem I had to do something similar, to solve it I had to include the policy dll along with the config dll it applied to in the same component. So: The reason

Re: [WiX-users] GACing a Publisher Policy File Problem

2008-03-26 Thread Wilson, Phil
in, Kenny Sent: Wednesday, March 26, 2008 8:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] GACing a Publisher Policy File Problem I am trying to GAC a publisher policy file dll using WIX. When I tried to GAC it using method that works with .net dll's, I get a message duri

[WiX-users] GACing a Publisher Policy File Problem

2008-03-26 Thread Alperstein, Kenny
I am trying to GAC a publisher policy file dll using WIX. When I tried to GAC it using method that works with .net dll's, I get a message during the install saying that "One or more modules of the assembly could not be found" . Knowing that it needs the publisher policy config file, I added that t