|
[ wix-Bugs-1213273 ] WebAppPools fail with rollback on IIS < 6.0: msg#00130windows.devel.wix.devel
Bugs item #1213273, was opened at 2005-06-01 22:28 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1213273&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: CustomActions >Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: Stephen Davies (chalky) Assigned to: Scott Kurtzeborn (scotk) Summary: WebAppPools fail with rollback on IIS < 6.0 Initial Comment: I have created a sample that exhibits the behaviour. It tries to install a Web App Pool, and works on a windows 2003 test machine but fails on my xp professional desktop. Ideally it should still install on XP and just ignore any configured app pools. <?xml version="1.0"?> <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi"> <Product Id="1D4A424A-4437-41F3-B881-863E5E2826AA" Name="Web App Pool Test" Language="1033" Version="1.0.0.0" Manufacturer="Web App Pool Test"> <Package Id="????????-????-????-????-????????????" Description="Web App Pool Test" InstallerVersion="200" Compressed="yes" /> <!-- This must be included and defines that all files are embedded in the MSI --> <Media Id="1" Cabinet="Test.cab" EmbedCab="yes" /> <!-- Root directory element must be TARGETDIR --> <Directory Id="TARGETDIR" Name="SourceDir"> <!-- The WebService directory --> <Directory Id="ROOTDRIVE"> <Directory Id="WEBSERVICEDIR" Name="WebTest"> <Component Id="C_TestFile.html" Guid ="64637EC2-47B4-421F-9C06-D1A5DE20E7D7" DiskId="1"> <File Id="TestFile.html" Name="TestFile.htm" LongName="TestFile.html" Vital="yes" KeyPath="yes" src="TestFile.html"/> </Component> </Directory> </Directory> <!-- Setup the Virtual Directories --> <Component Id="C_WebDir_Test" Guid ="21428FAC-D9F8-4DF2-AF7D-EF19633F9171"> <WebVirtualDir Id="WebDir_Test" Alias="WebAppPoolTest" Directory="WEBSERVICEDIR" WebSite="DefaultWebSite" DirProperties="TestWebProperties"> <WebApplication Id="WebApplication_Test" Name="WebAppPoolTest" WebAppPool="TestWebServices"/> </WebVirtualDir> </Component> <!-- The web app pool to run in --> <Component Id="C_WebAppPool_TestWebServices" Guid ="4B3BFBA0-5FAC-4337-BD44-B31D3D500501"> <WebAppPool Id="TestWebServices" Name="TestWebServices"/> </Component> </Directory> <!-- Setup the website outside of the directory structure --> <WebSite Id='DefaultWebSite' Description='Default Web Site'> <WebAddress Id='AllUnassigned' Port='80' /> </WebSite> <!-- Re-usable set of properties, referred to by Id in WebvirtualDir elements --> <WebDirProperties Id="TestWebProperties" AnonymousAccess="no" WindowsAuthentication="yes" /> <Feature Id="TestWebServices" Title="Web Services" Level="1" ConfigurableDirectory="WEBSERVICEDIR"> <ComponentRef Id="C_WebDir_Test" /> <ComponentRef Id="C_WebAppPool_TestWebServices" /> <ComponentRef Id="C_TestFile.html" /> </Feature> </Product> </Wix> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1213273&group_id=105970 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ wix-Bugs-1212275 ] SQL database always dropped on rollback: 00130, SourceForge.net |
|---|---|
| Next by Date: | [ wix-Bugs-1174440 ] Rollback removes existing users: 00130, SourceForge.net |
| Previous by Thread: | [ wix-Bugs-1212275 ] SQL database always dropped on rollbacki: 00130, SourceForge.net |
| Next by Thread: | [ wix-Bugs-1174440 ] Rollback removes existing users: 00130, SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |