Re: [WiX-users] question to Assembly=.net

2008-03-20 Thread fgc
Actually I meant the AssemblyApplication attribute of the File element. Am I correct that you are talking about the AssemblyApplication attribute of the NativeImage element? Or are they closely related somehow. Well, I guess I'm a bit confused about it. Heath Stewart-2 wrote: App isolation

[WiX-users] question to Assembly=.net

2008-03-19 Thread fgc
Hi all, So far I know that setting the Assembly=.net attribute installs my assembly into the Global Assembly Cache. But why should I specify AssemblyApplication in addition to Assembly=.net? My understanding is that if I specify both attributes I end up with an installer that contains an

Re: [WiX-users] question to Assembly=.net

2008-03-19 Thread Heath Stewart
App isolation doesn't really require the MsiAssembly* table values for managed assemblies (it does for native), but the additional benefit in WiX is that you can access bind variables for that assembly as documented in wix.chm. fgc wrote: Hi all, So far I know that setting the Assembly=.net