Check out this link from the on-line help (or chm), particularly the part
about customizing text.
http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html

I have not used the WixUI library, but in searching the wix source code with
notepad++, it looks like the strings are defined as follows.

as defined in WixUI_en-us.wxl
    <String Id="UITextMenuAllLocal" Overridable="yes">Entire feature will be
installed on local hard drive</String>
    <String Id="UITextMenuLocal" Overridable="yes">Will be installed on
local hard drive</String>

I would try to add these string Ids to my project's wxl files and alter them
to taste.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Removing-the-line-Will-be-installed-on-local-hard-drive-tp7595326p7595331.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to