We are getting the following error and are not sure why.  We have been
successful at creating virtual directories in several other environments
(development, integration, etc.), however the environment we are currently
deploying to is having issues :(

Action 14:41:11: StartMetabaseTransaction. Starting IIS Metabase Transaction
Action 14:41:11: RollbackMetabaseTransaction. Rolling back IIS Metabase
Transaction
Action 14:41:11: CommitMetabaseTransaction. Committing IIS Metabase
Transaction
Action 14:41:11: WriteMetabaseChanges. Installing Metabase Keys and Values
WriteMetabaseChanges:  Error 0x80070057: failed to create web application:
/Root/SecurityAutomation
Error 26105. Failed to create web application.  (-2147024809
/Root/SecurityAutomation      )
MSI (s) (CC!30) [15:56:04:702]: Product: kCTools (64 bit) -- Error 26105.
Failed to create web application.  (-2147024809
/Root/SecurityAutomation      )

WriteMetabaseChanges:  Error 0x80070057: failed to create ASP App
Action ended 15:56:04: InstallFinalize. Return value 3.
Action 15:56:04: Rollback. Rolling back action:
Rollback: Installing Metabase Keys and Values
Rollback: Committing IIS Metabase Transaction
Rollback: Rolling back IIS Metabase Transaction
Rollback: Starting IIS Metabase Transaction
Rollback: Copying new files
Rollback: Creating folders
Rollback: Deleting services
Rollback: Stopping services
Rollback: Updating component registration
Action ended 15:56:22: INSTALL. Return value 3.

Here is our WiX IIS settings:

        <iis:WebAppPool Id="WAP__kCTools.ApplicationPool.Uber"
Name="[kCTools.ApplicationPool.Name.Uber]" />
        <iis:WebSite Id="WS__kCTools.WebServices"
Description="[kCTools.WebServices.WebSite]">
            <iis:WebAddress Id="WA__kCTools.AllUnassigned"
Port="[kCTools.WebServices.Port]" Header="[kCTools.WebServices.Header]" />
        </iis:WebSite>

The IIS Web site on which we are creating the virtuals exists.  We are able
to manually create virtuals.  The local hosts file is set to resolve the
WebSite name we want to create our virtual on.  We are passing in the above
MSI properties via a mst file, and have verified they exist and are properly
set.

We are using WiX version 3.0.4805.

Any ideas about what else we may consider looking at?

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

Reply via email to