Hi I am trying to change a value setting in a config file using the
following:

    <Component Id="Enable32BitAppPoolComponent" Guid="*"
Directory="INSTALLLOCATION">

        <CreateFolder/>

        <util:XmlConfig Id="Enable32BitAppPool" Node="value"

 
ElementPath="//configuration/system.applicationHost/applicationPools/add[\[]
@name='DefaultAppPool'[\]]/@enable32BitAppOnWin64"

                      File="[inetsrv]\config\applicationHost.config"

                      Value="true" On="install"/>

    </Component>

This code does not change the value in the applicationHost.config file. I
tried adding the action="create" but I then got the error during the setup
that it could not open the XML file. What am I doing wrong?

 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to