Hi I am trying to delete a hidden segment when installing a web application.
I am using the following code:

 

      <CustomAction Id="DeleteHiddenSegment" Return="asyncNoWait"
Directory="TARGETDIR"

          ExeCommand="[SystemFolder]inetsrv\appcmd set config
/section:requestfiltering /-hiddensegments.[segment=&quot;bin&quot;]"

          Impersonate="no" Execute="deferred" />

 

But I am getting the error: error LGHT0204: ICE03: Invalid format string

Can anyone please help me out?

 

Kind Regards,

 

Natalie Carr

 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to