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