[WiX-users] Repair removes application pool user

2014-10-15 Thread Fyodor Koryazhkin
014 22:00:42 -0700 (PDT) > Subject: Re: [WiX-users] Repair removes application pool user > If I change to the rememberme pattern, is there a way of saving the account > password? I mean, Its a domain service account and It wouldnt look that > good > saving that in clear text in the regis

Re: [WiX-users] Repair removes application pool user

2014-10-15 Thread David Watson
Nothing built in at this time, you would need a custom action to encrypt the password. -Original Message- From: pezmannen [mailto:pezman...@gmail.com] Sent: 15 October 2014 11:37 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Repair removes application pool user Anybody

Re: [WiX-users] Repair removes application pool user

2014-10-15 Thread pezmannen
Anybody? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Repair-removes-application-pool-user-tp7597260p7597313.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] Repair removes application pool user

2014-10-14 Thread Fyodor Koryazhkin
"Re: Contents of WiX-users digest..." > > Today's Topics: > >1. Repair removes application pool user (pezmannen) > > -- Forwarded message -- > From: pezmannen > To: wix-users@lists.sourceforge.net > Cc: > Date: Sun, 12 Oct 2014 07:04:3

Re: [WiX-users] Repair removes application pool user

2014-10-13 Thread pezmannen
If I change to the rememberme pattern, is there a way of saving the account password? I mean, Its a domain service account and It wouldnt look that good saving that in clear text in the registry. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rep

Re: [WiX-users] Repair removes application pool user

2014-10-13 Thread Rob Mensching
- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Monday, October 13, 2014 3:16 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Repair removes application pool user This is less than ideal. ConfigureIIs should run during Repair. The key is remembering the

Re: [WiX-users] Repair removes application pool user

2014-10-13 Thread John Cooper
nc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: pezmannen [mailto:pezman...@gmail.com] Sent: Monday, October 13, 2014 5:02 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Repair removes application pool user I finally solved it by addi

Re: [WiX-users] Repair removes application pool user

2014-10-13 Thread pezmannen
I finally solved it by adding a condition on custom action ConfigureIIs and that stopped the reconfigure of iis on repair and patches. NOT Installed AND NOT PATCH Hope this helps somebody else at least. I have to say, finding this kind of info is incredibly hard. Wix feels so undocumented but

Re: [WiX-users] Repair removes application pool user

2014-10-13 Thread Phil Wilson
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, 201

[WiX-users] Repair removes application pool user

2014-10-12 Thread pezmannen
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.