On Mon, Oct 13, 2014 at 4:07 PM, <wix-users-requ...@lists.sourceforge.net> wrote:
> Send WiX-users mailing list submissions to > wix-users@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/wix-users > or, via email, send a message with subject or body 'help' to > wix-users-requ...@lists.sourceforge.net > > You can reach the person managing the list at > wix-users-ow...@lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of WiX-users digest..." > > Today's Topics: > > 1. Repair removes application pool user (pezmannen) > > ---------- Forwarded message ---------- > From: pezmannen <pezman...@gmail.com> > To: wix-users@lists.sourceforge.net > Cc: > Date: Sun, 12 Oct 2014 07:04:36 -0700 (PDT) > Subject: [WiX-users] Repair removes application pool user > 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> > > > > > - > HI, You should be sure that properties that you use for your AppPool identity are populated during Repair process. Usually they populated through dialogs or command line but during Repair neither of them are available. -- Regards, Fyodor Koryazhkin.. ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users