From c19dd58acc7459da8aa7f317e53d5153518a112a Mon Sep 17 00:00:00 2001 From: "shrutiv%netscape.com" Date: Thu, 3 May 2001 23:11:49 +0000 Subject: [PATCH] 75230:CCK should be updated to work with Netscape 6.5 (r=tao) Changes to the Script.ib and build_page1.ini for updating the customization string locations. git-svn-id: svn://10.0.0.236/trunk@93855 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cck/cckwiz/iniFiles/build_page1.ini | 2 +- mozilla/cck/ib/script.ib | 38 ++++++++++----------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/mozilla/cck/cckwiz/iniFiles/build_page1.ini b/mozilla/cck/cckwiz/iniFiles/build_page1.ini index 7b0cfa6f3a9..9cde569da04 100644 --- a/mozilla/cck/cckwiz/iniFiles/build_page1.ini +++ b/mozilla/cck/cckwiz/iniFiles/build_page1.ini @@ -98,7 +98,7 @@ onInit=IBEngine.GenerateComponentList() [Widget 2] Type=GlobalText Name=Text11 -Value=%DefaultName% Navigator is always installed. Select additional components, and clear components you do not want to include in your installer. +Value=%DefaultName% Navigator and Classic Skin must always be installed. Select additional components, and clear components you do not want to include in your installer. Start_x=11 Start_y=52 Width=119 diff --git a/mozilla/cck/ib/script.ib b/mozilla/cck/ib/script.ib index 2485c22d882..1c6786d2789 100644 --- a/mozilla/cck/ib/script.ib +++ b/mozilla/cck/ib/script.ib @@ -1,19 +1,19 @@ -configure(GENERAL,Product Name,%InstallerScreenText1%) -configure(GENERAL,Setup Title1,%InstallerScreenText1%) -configure(GENERAL,Setup Title1 Font Size,%DefaultFontSize%) -configure(GENERAL,Setup Title1 Font Color,%DefaultFontColor%) -configure(GENERAL,Setup Title1 Font Shadow,%DefaultFontShadow%) -configure(GENERAL,Setup Title2,%InstallerScreenText2%) -configure(GENERAL,Program Folder Name,%ProgramFolderName%) -replaceXPI(browser.xpi,no.jar,bin/chrome/packages/widget-toolkit/global/content/helpMenu.xul,%HlpXul%) -replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/global/animthrob.gif,%LargeAnimPath%) -replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/global/animthrob_single.gif,%LargeStillPath%) -replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/global/animthrob.gif,%LargeAnimPath%) -replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/global/animthrob_single.gif,%LargeStillPath%) -replaceXPI(deflenus.xpi,no.jar,bin/defaults/profile/bookmarks.html,%CustomBookmarkFile%) -replaceXPI(deflenus.xpi,no.jar,bin/defaults/profile/panels.rdf,%SidebarPath%) -replaceXPI(langenus.xpi,bin/chrome/en-US.jar,locale/en-US/communicator/helpMenu.rdf,%HlpRDF%) -modifyDTD(langenus.xpi,bin/chrome/en-US.jar,locale/en-US/navigator/navigator.dtd,mainWindow.titlemodifier,%CompanyName%) -modifyProperties(langenus.xpi,bin/chrome/en-US.jar,locale/en-US/navigator/navigator.properties,browser.startup.homepage,%HomePageURL%) -modifyProperties(langenus.xpi,bin/chrome/en-US.jar,locale/en-US/navigator/navigator.properties,browser.throbber.url,%AnimatedLogoURL%) -modifyJS(browser.xpi,no.jar,bin/defaults/pref/all-ns.js,general.useragent.vendorComment,%OrganizationName%) +configure(GENERAL,Product Name,%InstallerScreenText1%) +configure(GENERAL,Setup Title1,%InstallerScreenText1%) +configure(GENERAL,Setup Title1 Font Size,%DefaultFontSize%) +configure(GENERAL,Setup Title1 Font Color,%DefaultFontColor%) +configure(GENERAL,Setup Title1 Font Shadow,%DefaultFontShadow%) +configure(GENERAL,Setup Title2,%InstallerScreenText2%) +configure(GENERAL,Program Folder Name,%ProgramFolderName%) +replaceXPI(browser.xpi,no.jar,bin/chrome/packages/widget-toolkit/global/content/helpMenu.xul,%HlpXul%) +replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/global/animthrob.gif,%LargeAnimPath%) +replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/global/animthrob_single.gif,%LargeStillPath%) +replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/global/animthrob.gif,%LargeAnimPath%) +replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/global/animthrob_single.gif,%LargeStillPath%) +replaceXPI(deflenus.xpi,no.jar,bin/defaults/profile/bookmarks.html,%CustomBookmarkFile%) +replaceXPI(deflenus.xpi,no.jar,bin/defaults/profile/panels.rdf,%SidebarPath%) +replaceXPI(regus.xpi,bin/chrome/US.jar,locale/US/communicator-region/helpMenu.rdf,%HlpRDF%) +modifyDTD(langenus.xpi,bin/chrome/en-US.jar,locale/en-US/navigator/navigator.dtd,mainWindow.titlemodifier,%CompanyName%) +modifyProperties(regus.xpi,bin/chrome/US.jar,locale/US/navigator-region/region.properties,browser.startup.homepage,%HomePageURL%) +modifyProperties(regus.xpi,bin/chrome/US.jar,locale/US/navigator-region/region.properties,browser.throbber.url,%AnimatedLogoURL%) +modifyJS(browser.xpi,no.jar,bin/defaults/pref/all-ns.js,general.useragent.vendorComment,%OrganizationName%)