summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-02-09 14:49:55 -0800
committerSalim Alam <salam@chef.io>2016-02-09 14:49:55 -0800
commitedc1adb5508afb8cdd2ccbaa37728ebddd8ba50e (patch)
tree8a95a61d68a60268df3674c945c0542a00d55122
parent7755b93c72ef33d5041b6a9c4b53bcf29814579d (diff)
downloadchef-salam/msi-fix.tar.gz
Update ManufacturerName to be a cleaner stringsalam/msi-fix
-rw-r--r--omnibus/resources/chef/msi/localization-en-us.wxl.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/resources/chef/msi/localization-en-us.wxl.erb b/omnibus/resources/chef/msi/localization-en-us.wxl.erb
index 767f615bb7..62c27b99f6 100644
--- a/omnibus/resources/chef/msi/localization-en-us.wxl.erb
+++ b/omnibus/resources/chef/msi/localization-en-us.wxl.erb
@@ -3,7 +3,7 @@
<!-- http://wix.codeplex.com/SourceControl/changeset/view/792e101c5cf7#src%2fext%2fUIExtension%2fwixlib%2fWixUI_en-us.wxl -->
<String Id="LANG">1033</String>
<String Id="ProductName"><%= friendly_name %></String>
- <String Id="ManufacturerName"><%= maintainer.encode(:xml => :attr) %></String>
+ <String Id="ManufacturerName">Chef Software, Inc.</String>
<String Id="WelcomeDlgTitle">{\WixUI_Font_Bigger}Welcome to the [ProductName] Setup Wizard</String>
<String Id="LicenseAgreementDlgTitle">{\WixUI_Font_Title_White}End-User License Agreement</String>