[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 to

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

2008-03-26 Thread Wilson, Phil
, 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 during the install saying that One or more

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

2008-03-26 Thread Alperstein, Kenny
, 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: Component Id=policy.2.1.somedll.dll Guid={F46DC797-1590-4199-B21A