You leave the Variable Names Exactly the same, and you write a  
customized localization File.  Example:

Parvan.wxl(Excuse the Puns but I can't help it :) )
<String Id="UITextMenuAllLocal" Overridable="yes">Entire feature
> will cause massive destruction if used improperly.</String>
>     <String Id="UITextMenuLocal" Overridable="yes">Will be installed  
> into the nether regions of the internet</String>

After doing so reference the Parvan.wxl file in your project.  See:

http://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html

In this way, everywhere you use UITextMenuAllLocal, String expansion  
will replace "Entire Feature will be installed on local hard drive"  
with "Entire feature will cause massive destruction if used  
improperly." and the same for UITextMenuLocal.  If you want them  
blank, set the string to &nbsp;. This will print a space.

Carter

Quoting Pavan Konduru <pavan.kond...@accelrys.com>:

> Thanks Phil for the reply.
> I had actually explored the option of renaming those strings,  
> actually I did rename a bunch of strings in my WIX project.
>
> The problem here though is what do I rename it to, because the end  
> user will be selecting it when selecting the feature and he must  
> know what would happen when selecting each of those options.
> In my case, selecting either would not make any difference.
> If I import the string and  leave the string empty, it looks odd in the UI.
>
> It's really strange that we can't  modify this behaviour!
>
> --Pavan
>
> -----Original Message-----
> From: Phill Hogland [mailto:phogl...@rimage.com]
> Sent: Wednesday, June 18, 2014 4:38 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Removing the line "Will be installed on  
> local hard drive"
>
> 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
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>




------------------------------------------------------------------------------
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