Abhradeep Thakurta wrote:

*ElementPath**=**"**$(var.runtimeXPath)/assemblyBinding/dependentAssembly[last()]**"*

The error thrown is "F:\sqlce35-snapshot\private\core\tools\setup\win32sdk\sqlceproviderfactory_machi

neconfig.wxi(49) : error LGHT0204 : ICE03: Invalid format string; Table: XmlConf

ig, Column: ElementPath, Key(s): RemoveAssemblyIdentity"

Could you please point out exact error in this ?


ElementPath is a formatted field so you need to escape brackets -- which are otherwise used to resolve MSI properties at install time. For example:

ElementPath="/Root/[EMAIL PROTECTED]'foo'[\]]/GrandChild"

See "Formatted" in the MSI SDK for details on escaping formatted fields.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to