1999-10-05 23:15:49 +00:00
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
;
2003-07-31 19:54:39 +00:00
; The contents of this file are subject to the Mozilla Public
1999-10-05 23:15:49 +00:00
1999-11-02 05:38:33 +00:00
; License Version 1.1 (the "License"); you may not use this file
1999-10-05 23:15:49 +00:00
1999-11-02 05:38:33 +00:00
; except in compliance with the License. You may obtain a copy of
1999-10-05 23:15:49 +00:00
2003-07-31 19:54:39 +00:00
; the License at http://www.mozilla.org/MPL/
1999-10-05 23:15:49 +00:00
;
1999-11-02 05:38:33 +00:00
; Software distributed under the License is distributed on an "AS
1999-10-05 23:15:49 +00:00
1999-11-02 05:38:33 +00:00
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
1999-10-05 23:15:49 +00:00
1999-11-02 05:38:33 +00:00
; implied. See the License for the specific language governing
1999-10-05 23:15:49 +00:00
1999-11-02 05:38:33 +00:00
; rights and limitations under the License.
1999-10-05 23:15:49 +00:00
;
1999-11-02 05:38:33 +00:00
; The Original Code is the Client Customization Kit.
;
; The Initial Developer of the Original Code is Netscape
1999-10-05 23:15:49 +00:00
; Communications Corporation. Portions created by Netscape are
; Copyright (C) 1998 Netscape Communications Corporation. All Rights
; Reserved.
;
1999-11-02 05:38:33 +00:00
; Contributors:
1999-10-05 23:15:49 +00:00
[Local Variables]
Name = Installer
2000-02-14 22:42:38 +00:00
Title = <%CustomizationList%> - Create the Installer
1999-10-05 23:15:49 +00:00
Caption = 1st level node
1999-10-23 03:30:43 +00:00
Next = Build Installer
2000-03-29 17:26:52 +00:00
;Help=Online;http://www.mozilla.org/projects/cck/
Help = Online;%Root%CCKHelp\buildpage1.html
2000-02-14 22:42:38 +00:00
1999-10-05 23:15:49 +00:00
[Navigation Controls]
2002-04-30 22:32:22 +00:00
onNext = IsFieldEmpty(%CustomComponentPath1%,%CustomComponentDesc1%,%CustomComponentSize1%,Enter the description and size for the additional component);IsFieldEmpty(%CustomComponentPath2%,%CustomComponentDesc2%,%CustomComponentSize2%,Enter the description and size for the additional component);Message(Are you ready to build your customized installer?);RunIB();Msg(Installer creation is complete. The build is in %Root%Configs\%CustomizationList%\Output)
2002-03-09 02:14:01 +00:00
onEnter = VerifyVal(%lPlatform%,Mac OS)
1999-10-05 23:15:49 +00:00
Help = InstallerHelp.ini
[Image 1]
Type = Image
Name = banner10.bmp
Value =
Start_x = 0
Start_y = 0
Width = 425
Height = 56
[Widget 1]
1999-10-16 02:01:01 +00:00
Type = CheckListBox
1999-10-05 23:15:49 +00:00
Name = SelectedComponents
Value =
Start_x = 10
2000-03-22 19:46:51 +00:00
Start_y = 95
1999-10-05 23:15:49 +00:00
Width = 119
Height = 76
1999-10-19 20:30:18 +00:00
target = CheckListDescription
1999-11-04 20:19:27 +00:00
;subsection=Options for CheckListBox11
;OptionDescriptions=Option Descriptions for CheckListBox11
;[Options for CheckListBox11]
;opt1=Address Book sync tool
;opt2=AIM
;opt3=Audio/Video Playback
;opt4=Beatnik Stub Plug-in
;opt5=Calendar
;opt6=CalendarLink sync tool
;opt7=Import Utility
;opt8=Internet Setup
;opt9=RealPlayer 5.0
;[Option Descriptions for CheckListBox11]
;opt1=Description of the Address Book sync tool
;opt2=Description of the AIM
;opt3=Description of the Audio/Video Playback
;opt4=Description of the Beatnik Stub Plug-in
;opt5=Description of the Calendar
;opt6=Description of the CalendarLink sync tool
;opt7=Description of the Import Utility
;opt8=Description of the Internet Setup
;opt9=Description of the RealPlayer 5.0
2001-12-17 23:07:47 +00:00
onInit = globals.GenerateComponentList()
1999-10-05 23:15:49 +00:00
[Widget 2]
2000-06-14 23:35:24 +00:00
Type = GlobalText
1999-10-05 23:15:49 +00:00
Name = Text11
2001-06-22 17:45:27 +00:00
Value = %DefaultName% Navigator should always be installed. Select additional components, and clear components you do not want to include in your installer.
1999-10-05 23:15:49 +00:00
Start_x = 11
2000-03-22 19:46:51 +00:00
Start_y = 52
Width = 119
Height = 40
1999-10-05 23:15:49 +00:00
[Widget 13]
Type = Text
Name = Text291
1999-12-04 00:17:58 +00:00
Value = To see a summary of your customizations before you build your installer, click "Show Config Info."
Start_x = 0
2000-01-27 01:16:35 +00:00
Start_y = 233
1999-10-05 23:15:49 +00:00
Width = 315
Height = 20
1999-12-21 23:39:41 +00:00
[Widget 17]
Type = Button
Name = Button5
2000-03-17 00:06:58 +00:00
Value = Show Config Info
1999-12-21 23:39:41 +00:00
Start_x = 330
2000-01-27 01:16:35 +00:00
Start_y = 230
1999-12-21 23:39:41 +00:00
Width = 75
Height = 15
onCommand = ShowSum()
1999-10-05 23:15:49 +00:00
[Widget 4]
Type = Text
Name = Text13
2000-01-05 00:39:27 +00:00
Value = You can include installers for two other products below. Each must be a single self-extracting executable (.exe) file and will be run after the main installation completes.
1999-10-05 23:15:49 +00:00
Start_x = 150
2000-03-22 19:46:51 +00:00
Start_y = 52
1999-10-05 23:15:49 +00:00
Width = 250
Height = 29
2002-04-30 22:32:22 +00:00
[Widget 19]
Type = BoldText
Name = Text19
Value = Additional Component 1:
Start_x = 150
Start_y = 80
Width = 250
Height = 29
[Widget 10]
Type = Text
Name = Text15
Value = File Path:
Start_x = 150
Start_y = 91
Width = 220
Height = 15
1999-10-05 23:15:49 +00:00
[Widget 5]
2001-09-25 01:12:36 +00:00
Type = EditBox
2001-10-03 00:01:48 +00:00
Name = CustomComponentPath1
1999-10-05 23:15:49 +00:00
Value =
Start_x = 150
2002-04-30 22:32:22 +00:00
Start_y = 100
1999-10-05 23:15:49 +00:00
Width = 190
2001-09-25 01:12:36 +00:00
Height = 13
1999-10-05 23:15:49 +00:00
[Widget 6]
Type = Button
Name = Button3
Value = Choose File...
Start_x = 350
2002-04-30 22:32:22 +00:00
Start_y = 100
1999-10-05 23:15:49 +00:00
Width = 50
2002-04-30 22:32:22 +00:00
Height = 13
1999-10-19 01:30:18 +00:00
onCommand = BrowseFile()
2001-10-03 00:01:48 +00:00
target = CustomComponentPath1
1999-10-05 23:15:49 +00:00
2002-04-30 22:32:22 +00:00
[Widget 653]
Type = Text
Name = Text1487
Value = Title:
Start_x = 151
Start_y = 117
Width = 100
Height = 10
1999-10-05 23:15:49 +00:00
[Widget 8]
Type = EditBox
2001-10-03 00:01:48 +00:00
Name = CustomComponentDesc1
1999-10-05 23:15:49 +00:00
Value =
Start_x = 150
2000-01-27 01:16:35 +00:00
Start_y = 125
2002-04-30 22:32:22 +00:00
Width = 190
Height = 13
1999-10-05 23:15:49 +00:00
[Widget 9]
Type = Text
Name = Text14
2001-08-01 00:13:52 +00:00
Value = Size (in KB):
2002-04-30 22:32:22 +00:00
Start_x = 350
Start_y = 117
1999-10-05 23:15:49 +00:00
Width = 50
Height = 9
[Widget 868]
Type = EditBox
2001-10-03 00:01:48 +00:00
Name = CustomComponentSize1
1999-10-05 23:15:49 +00:00
Value =
2002-04-30 22:32:22 +00:00
Start_x = 350
2000-01-27 01:16:35 +00:00
Start_y = 125
1999-10-05 23:15:49 +00:00
Width = 45
2002-04-30 22:32:22 +00:00
Height = 13
2001-08-01 00:52:28 +00:00
onCommand = IsNumeric(You must enter only numeric values)
1999-10-05 23:15:49 +00:00
2002-04-30 22:32:22 +00:00
[Widget 20]
Type = BoldText
Name = Text20
Value = Additional Component 2:
1999-10-05 23:15:49 +00:00
Start_x = 150
2002-04-30 22:32:22 +00:00
Start_y = 147
Width = 250
Height = 29
[Widget 869]
Type = Text
Name = Text1538
Value = File Path:
Start_x = 151
Start_y = 157
1999-10-05 23:15:49 +00:00
Width = 220
2002-04-30 22:32:22 +00:00
Height = 11
1999-10-05 23:15:49 +00:00
[Widget 7]
2001-09-25 01:12:36 +00:00
Type = EditBox
2001-10-03 00:01:48 +00:00
Name = CustomComponentPath2
1999-10-05 23:15:49 +00:00
Value =
Start_x = 150
2001-09-25 01:12:36 +00:00
Start_y = 169
1999-10-05 23:15:49 +00:00
Width = 190
2001-09-25 01:12:36 +00:00
Height = 13
1999-10-05 23:15:49 +00:00
[Widget 695]
Type = Button
Name = Button386
Value = Choose File...
Start_x = 350
2000-01-27 01:16:35 +00:00
Start_y = 168
1999-10-05 23:15:49 +00:00
Width = 50
2002-04-30 22:32:22 +00:00
Height = 13
1999-10-19 01:30:18 +00:00
onCommand = BrowseFile()
2001-10-03 00:01:48 +00:00
target = CustomComponentPath2
1999-10-05 23:15:49 +00:00
[Widget 843]
Type = EditBox
2001-10-03 00:01:48 +00:00
Name = CustomComponentDesc2
1999-10-05 23:15:49 +00:00
Value =
Start_x = 150
2000-01-27 01:16:35 +00:00
Start_y = 198
2002-04-30 22:32:22 +00:00
Width = 190
Height = 13
1999-10-05 23:15:49 +00:00
[Widget767]
Type = Text
Name = Text1411
2002-04-30 22:32:22 +00:00
Value = Title:
1999-10-05 23:15:49 +00:00
Start_x = 150
2002-04-30 22:32:22 +00:00
Start_y = 187
1999-10-05 23:15:49 +00:00
Width = 117
Height = 15
[Widget 6533]
Type = Text
Name = Text1489
2001-08-01 00:13:52 +00:00
Value = Size (in KB):
2002-04-30 22:32:22 +00:00
Start_x = 350
Start_y = 187
1999-10-05 23:15:49 +00:00
Width = 51
Height = 10
[Widget 8686]
Type = EditBox
2001-10-03 00:01:48 +00:00
Name = CustomComponentSize2
1999-10-05 23:15:49 +00:00
Value =
2002-04-30 22:32:22 +00:00
Start_x = 350
2000-01-27 01:16:35 +00:00
Start_y = 198
1999-10-05 23:15:49 +00:00
Width = 45
2002-04-30 22:32:22 +00:00
Height = 13
2001-08-01 00:52:28 +00:00
onCommand = IsNumeric(You must enter only numeric values)
1999-10-05 23:15:49 +00:00
[Widget 16]
1999-12-04 00:17:58 +00:00
Type = BoldGroup
1999-10-05 23:15:49 +00:00
Name = GroupBox3
Value = Select Components
1999-12-04 00:17:58 +00:00
Start_x = 0
2000-03-22 19:46:51 +00:00
Start_y = 40
1999-10-05 23:15:49 +00:00
Width = 135
2000-03-22 19:46:51 +00:00
Height = 183
1999-10-05 23:15:49 +00:00
[Widget 1306]
1999-12-04 00:17:58 +00:00
Type = BoldGroup
1999-10-05 23:15:49 +00:00
Name = GroupBox496
Value = Description
Start_x = 10
2000-03-22 19:46:51 +00:00
Start_y = 178
1999-10-05 23:15:49 +00:00
Width = 118
2000-03-22 19:46:51 +00:00
Height = 34
1999-10-05 23:15:49 +00:00
1999-10-19 20:30:18 +00:00
[Widget 1307]
Type = Text
Name = CheckListDescription
Value =
Start_x = 14
2000-03-22 19:46:51 +00:00
Start_y = 188
1999-10-19 20:30:18 +00:00
Width = 110
2000-03-22 19:46:51 +00:00
Height = 20
1999-10-19 20:30:18 +00:00
1999-10-05 23:15:49 +00:00
[Widget 18]
1999-12-04 00:17:58 +00:00
Type = BoldGroup
1999-10-05 23:15:49 +00:00
Name = GroupBox4
2002-04-30 22:32:22 +00:00
Value = Include Additional Components
1999-10-05 23:15:49 +00:00
Start_x = 145
2000-03-22 19:46:51 +00:00
Start_y = 40
1999-12-04 00:17:58 +00:00
Width = 262
2000-03-22 19:46:51 +00:00
Height = 183
1999-12-21 23:39:41 +00:00