Re: [WiX-users] Read xml content before creating iis:WebAppPool

2015-02-02 Thread John Cooper
lvo.com] Sent: Monday, February 2, 2015 10:53 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Read xml content before creating iis:WebAppPool Hi All, I have a requirement to create a webapppool in IIS by reading user account details from a xml file. The xml file is actually a part of

[WiX-users] Read xml content before creating iis:WebAppPool

2015-02-02 Thread Ramachandrani Nivash (Consultant)
Hi All, I have a requirement to create a webapppool in IIS by reading user account details from a xml file. The xml file is actually a part of the installer. I am able to read the xml file content through custom actions(after "InstallFinalize") but the webapppool creation is happening before th