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. --

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