WiX has built-in functionality to handle this.  You might want to look at the link below to see how to do this without calling an external executable.  The RootVer registry key is invaluable for determining if ASP.NET has been correctly registered with IIS.  For instance, if the user installs .NET before installing IIS, this registry key will not exist.

http://sourceforge.net/mailarchive/message.php?msg_id=15724558.

Dana


On 6/29/06, Joannic Laborde < [EMAIL PROTECTED]> wrote:

First, you can check which ASP.NET version is used to create the application:

HKLM\SOFTWARE\Microsoft\ASP.NET\RootVer

 

Then if it is not the right version, you need to manually re-register your application with the right ASP.NET version, using this tool:

[WindowsFolder]Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Goatly
Sent: June 29, 2006 4:37 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Configuring virtual directory ASP.NET version

 

Hi,

 

I'm trying to install a website, but the virtual directory that gets created defaults to ASP.NET 1.1 and I need to configure it to use ASP.NET 2.0 – is there any way to do this using WiX? (I'm currently using WiX 2.0)

 

Many thanks in advance,

Mike


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to