Where are the properties WEB_APP_POOL_IDENTITY, WEB_APP_NAME retrieved
from for the repair?   You should get a verbose log of the repair to
see what that component is doing, if you suspect that it's being
installed and the property values are empty.
---------------
Phil Wilson


On Sun, Oct 12, 2014 at 7:04 AM, pezmannen <pezman...@gmail.com> wrote:
> Hi
>
> Been trying to figure this one out now for a while... I'm installing a web
> site, creating an application pool with a domain user and everything works
> great. When hitting repair though, the application pool account i cleared
> for some reason.
>
> <Component Id="CMP_AppPoolAccount"
> Guid="43100C44-816A-42B9-BBF3-5DD358742235" KeyPath="yes">
>         <Condition>
>
> </Condition>
>         <util:User Id="MyWebAppPoolUser"
>                    CreateUser="no"
>                    Name="[WEB_APP_POOL_IDENTITY]"
>                    Password="[WEB_APP_POOL_IDENTITY_PWD]" FailIfExists="no"
> UpdateIfExists="no" />
>       </Component>
>       <Component Id="MyWebAppPoolCmp"
> Guid="86B7F416-FF49-4F53-BBDA-D14DC6CE5E00" KeyPath="yes">
>         <Condition>
>
> </Condition>
>         <iis:WebAppPool Id="MyWebAppPool"
>                         Name="[WEB_APP_NAME]"
>                         Identity="other"
>                         User="MyWebAppPoolUser" ManagedRuntimeVersion="v4.0"
> />
>       </Component>
>
>
> <Custom Action='ConfigureUsers' Before='InstallFinalize'>NOT Installed AND
> NOT PATCH AND NOT REINSTALL</Custom>
>
>
>
>
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Repair-removes-application-pool-user-tp7597260.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to