If the error message is accurate it would seem to be dropping your %systemroot% out of the path, which isn't too surprising. You might try something more like
[WindowsFolder]\system32\inetsrv\config Or [SystemFolder]\inetsrv\config -----Original Message----- From: ahmet aslan [mailto:[email protected]] Sent: Thursday, August 05, 2010 2:02 PM To: [email protected] Subject: [WiX-users] How to modify iis administration.config file Hello, I'm trying to install my own IIS module on Windows 7 x64 system. I did follow the steps on article http://jdhardy.blogspot.com/2008/10/installing-iis7-ui-extensions-with-w ix.html using util:XmlConfig to modify administration.config located under %systemroot%\system32\inetsrv\config. When I try to install my module using generated msi file, I got following exception : Failed to open XML file c:\system32\inetsrv\config\administration.config, system error: -2147024786 what's wrong with my script? ------------------------------------------------------------------------ ------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

