In VS2008 RegExp Search & Replace, use the expression  (remove the outer
single quotes):
' ShortName\=\".#\" '
and replace that with a single space char...   that will strip them all out.

Chris

On Fri, Jun 27, 2008 at 2:48 PM, Luke Bakken <[EMAIL PROTECTED]> wrote:

> Mathur, Uttam (GTS) wrote:
> > Thanks Rob but I have 5000 files (5000 rows in XML file) in my package
> > and I don't think this is the "easiest fix". Can we assume this warning
> > will go away in new version of WIX?
>
> In vim:
>
> %s/ ShortName='[^']\+'//g
>
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to