Feature Requests item #1809604, was opened at 2007-10-08 16:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1809604&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Mike Green (ferrysoft)
Assigned to: Nobody/Anonymous (nobody)
Summary: New Framework Root property in NetFxExtension

Initial Comment:
A useful addition to NetFxExtension would be a property to contain the .Net 
Framework root . For example:

<Property Id="NETFRAMEWORKROOT" Secure="yes">
    <RegistrySearch Id="NetFrameworkRoot" Root="HKLM" 
Key="SOFTWARE\Microsoft\.NETFramework" Name="InstallRoot" Type="raw" />
</Property>

This property could then be used to implicitly set the ASP.NET version for a 
web site via a series of script mappings, which seems to be a common task 
amongst WiX users. For example:

<iis:WebApplicationExtension Extension="ad" CheckPath="yes" Script="yes" 
Executable="[NETFRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll" 
Verbs="GET,HEAD,POST,DEBUG" />
<iis:WebApplicationExtension Extension="adprototype" CheckPath="yes" 
Script="yes" Executable="[NETFRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll" 
Verbs="GET,HEAD,POST,DEBUG" />
<iis:WebApplicationExtension Extension="asax" CheckPath="yes" Script="yes" 
Executable="[NETFRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll" 
Verbs="GET,HEAD,POST,DEBUG" />
etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1809604&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to