Re: [WiX-users] setting the asp.net version

2007-09-12 Thread John Lalande
That did the trick! Thanks! John On 9/12/07, David Stindl <[EMAIL PROTECTED]> wrote: > > Forgot the "FRAMEWORKROOT" property code: > > >Key="SOFTWARE\Microsoft\.NETFramework" Type="directory" > Name="InstallRoot" /> > > > > D. > > > 2007/9/12, David Stindl <[EMAIL PROTECTED]>:

Re: [WiX-users] setting the asp.net version

2007-09-12 Thread David Stindl
Forgot the "FRAMEWORKROOT" property code: D. 2007/9/12, David Stindl <[EMAIL PROTECTED]>: > Hi John you should do it with the element: > -- > > CheckPath="yes" > > Script="y

Re: [WiX-users] setting the asp.net version

2007-09-12 Thread David Stindl
Hi John you should do it with the element: -- -- Because installation then replaces all the default extensions, you have to specify all extensions, which you need. Something like that: ---

[WiX-users] setting the asp.net version

2007-09-11 Thread John Lalande
I am writing an installer that creates a web site in IIS using WiX, unfortunately the version of asp.net is always set to v1.1.4322 when I need it to be 2.0.50727. Is there a way to set this using WiX? John - This SF.net emai