Re: [5/5] msi: Manage one assembly cache per major version of the .NET runtime.

2011-03-07 Thread Hans Leidekker
On Mon, 2011-03-07 at 08:57 -0600, Vincent Povirk wrote: > > +static const WCHAR szVersion11[] = > > {'v','1','.','1','.','4','3','2','2',0}; > > +static const WCHAR szVersion20[] = > > {'v','2','.','0','.','5','0','7','2','7',0}; > > No v4.0.30319 ? Not yet. It doesn't install so I can

Re: [5/5] msi: Manage one assembly cache per major version of the .NET runtime.

2011-03-07 Thread Vincent Povirk
> +    static const WCHAR szVersion11[] = > {'v','1','.','1','.','4','3','2','2',0}; > +    static const WCHAR szVersion20[] = > {'v','2','.','0','.','5','0','7','2','7',0}; No v4.0.30319 ?