[WindowsFolder]\system32\inetsrv\config won't work for me. Path in error message (c:\Windows\system32\inetsrv\config\administration.config) is ok, file exist; but got the same error message.
[SystemFolder]\inetsrv\config generates wrong path that is c:\Windows\SysWOW64\inetsrv\config\administration.config I thing it's about UAC; but my installer ask me for the administrative right, so it should be ok to write file??! ----- Original Message ---- From: Chad Petersen <[email protected]> To: General discussion for Windows Installer XML toolset. <[email protected]> Sent: Fri, August 6, 2010 12:08:59 AM Subject: Re: [WiX-users] How to modify iis administration.config file 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 ------------------------------------------------------------------------------ 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

