Hi,
I'm trying to create an MSI using WiX that will create an application pool in
the IIS and assign a user to it.
I'm using the following code:
<User Id='MyUserId' CreateUser='no' Domain='MACHINE1' Name='user1'
Password='1234'
RemoveOnUninstall='no' UpdateIfExists='yes'>
<GroupRef Id='IISWPGGroup'/>
</User>
<WebAppPool Id='MyAppPool' Name='MyAppPool' Identity='other' User='MyUserId'/>
The problem is that for some reason the password in the AppPool isn't set
correctly and when trying to access one of the applications, the AppPool goes
down. If I update the password manually the application pool works correctly.
Is this a WiX problem? How can I solve it?
Thanks,
Dror.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users