Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. MSI (s) (90:B4) [15:04:03:816]: Invoking remote custom action. DLL: C:WINDOWSInstallerMSIA2E.tmp, Entrypoint: ConfigureIIsExec
  2. ConfigureIIsExec: A matching web object in memory was found, but the web object in memory has no associated base
  3. ConfigureIIsExec: Error 0x80070002: Failed to find Web base
  4. ConfigureIIsExec: Error 0x80070002: Failed to get base of web: Biostatistics for VirtualDir
  5. ConfigureIIsExec: Error 0x80070002: failed while processing WebVirtualDirs
  6. MSI (s) (90!E4) [15:04:03:925]: Product: WixForWebApp -- Error 26004. Failed while processing WebVirtualDirs. (-2147024894 )
  7.  
  8. Error 26004. Failed while processing WebVirtualDirs. (-2147024894 )
  9.  
  10. <Directory Id="TARGETDIR" Name="SourceDir">
  11. <Directory Id="INETPUB" Name="inetpub">
  12. <Directory Id="WWWROOT" Name="wwwroot" ComponentGuidGenerationSeed='CA19CA4A-C69B-4CDB-BCBD-6C3C5E9A3EDC'>
  13. <!-- Directory structure from here up should not change. If it does, GUID seed should change -->
  14. <Directory Id="BIOSTAT" Name="Biostatistics">
  15. <Directory Id="INSTALLFOLDER" Name="WebAppForWiX">
  16. <Component Id="IIS.Component" Guid="D814F88F-6E0C-4365-A411-2F9807522C3D">
  17. <iis:WebAppPool Id="WebAppPool" Identity="networkService" Name=".Net 4.0 Pool"></iis:WebAppPool>
  18. <iis:WebVirtualDir Id="VirtualDir" Alias="WebAppForWiX" Directory="INSTALLFOLDER" WebSite="BIOSTAT_SITE">
  19. <iis:WebDirProperties Id="VirtualDirProps" DefaultDocuments="default.aspx" Index="yes" LogVisits="yes" Read="yes" Script="yes" AnonymousAccess="yes" WindowsAuthentication="yes"/>
  20. <iis:WebApplication Id="Application" Name="WebAppForWiX" WebAppPool="WebAppPool">
  21. </iis:WebApplication>
  22. </iis:WebVirtualDir>
  23. <CreateFolder />
  24. </Component>
  25. </Directory>
  26. </Directory>
  27. </Directory>
  28. </Directory>
  29. </Directory>
  30.  
  31. <!-- This is the web site we want to install under -->
  32. <iis:WebSite Id='BIOSTAT_SITE' Description='Biostatistics' Directory='INSTALLFOLDER'>
  33. <iis:WebAddress Id="AllUnassigned" IP="Default" Port="80" Header="<dev web server>" />
  34. </iis:WebSite>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement