Re: [WiX-users] .net assemblies, XP & Vista - putting it all together in one MSI

2007-04-14 Thread Patrick Schmid
rom: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Wilson, Phil > Sent: Friday, April 13, 2007 15:14 > To: [EMAIL PROTECTED] > Subject: Re: [WiX-users] .net assemblies, XP & Vista - putting it all > together in one MSI > > Patrick, why does it nee

Re: [WiX-users] .net assemblies, XP & Vista - putting it all together in one MSI

2007-04-13 Thread Wilson, Phil
ista - putting it all together in one MSI Patrick Schmid wrote: > But how do I install an assembly in the GAC without admin rights? You can't -- the "G" stands for "global," after all. It's a per-machine location so requires admin

Re: [WiX-users] .net assemblies, XP & Vista - putting it all together in one MSI

2007-04-13 Thread Bob Arnson
Patrick Schmid wrote: > But how do I install an assembly in the GAC without admin rights? You can't -- the "G" stands for "global," after all. It's a per-machine location so requires admin rights. -- sig://boB http://bobs.org -

[WiX-users] .net assemblies, XP & Vista - putting it all together in one MSI

2007-04-12 Thread Patrick Schmid
I have been asking questions about registering .NET Assemblies in the GAC, installing to HKCU with Vista, avoiding the UAC prompt etc. I am now trying to put all of that together, but I am not very successful. I want to build an MSI that works for XP and Vista. For XP, I want it to install into Pro