From 37d8d7d5f0eaff477ce503dc78b71377b64d7dd5 Mon Sep 17 00:00:00 2001 From: "rob_strong%exchangecode.com" Date: Wed, 12 Jul 2006 18:06:27 +0000 Subject: [PATCH] Bug 344386 - New installer survey url (support for localized uninstall surveys). r=sspitzer --- browser/installer/windows/nsis/branding.nsi | 2 +- other-licenses/branding/firefox/branding.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/installer/windows/nsis/branding.nsi b/browser/installer/windows/nsis/branding.nsi index abbdfdf3d21f..ea40d90911ed 100644 --- a/browser/installer/windows/nsis/branding.nsi +++ b/browser/installer/windows/nsis/branding.nsi @@ -44,7 +44,7 @@ !define CompanyName "Mozilla" !define URLInfoAbout "http://www.mozilla.org/" !define URLUpdateInfo "http://www.mozilla.org/products/firefox/" -!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}%20(${AB_CD})/exit.html" +!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}/${AB_CD}/exit.html" # Percentage of new "Standard" installs to enable talkback for !define RandomPercent "75" diff --git a/other-licenses/branding/firefox/branding.nsi b/other-licenses/branding/firefox/branding.nsi index d7a7dcd81692..d9bc17674620 100755 --- a/other-licenses/branding/firefox/branding.nsi +++ b/other-licenses/branding/firefox/branding.nsi @@ -44,7 +44,7 @@ !define CompanyName "Mozilla" !define URLInfoAbout "http://www.mozilla.org/" !define URLUpdateInfo "http://www.mozilla.org/products/firefox/" -!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}%20(${AB_CD})/exit.html" +!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}/${AB_CD}/exit.html" # Percentage of new "Standard" installs to enable talkback for !define RandomPercent "10"