This commit is contained in:
varada%netscape.com 1999-05-25 21:11:00 +00:00
Родитель f9d6a9e0f5
Коммит 22285216d0
2 изменённых файлов: 93 добавлений и 0 удалений

42
cck/driver/part1.ini Normal file
Просмотреть файл

@ -0,0 +1,42 @@
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; RSHELL.INI FOR DIAL-UP EDITION
;
;
[General]
app_type=standard
browse_button_text=Browse &CD
browse_button_pos=
browse_button_bitmaps=
back_button_text=&Back
back_button_pos=
back_button_bitmaps=
exit_button_text=E&xit
exit_button_pos=
exit_button_bitmaps=
;---------------------------
check_netscape_registry=default
; 1)if the value is not present, no registry check is required
; 2)if the value is "default", to find out if netscape communicator is installed .
; 3)if the value contains registry entry or .ini file entry name, to check the registry key or
; .ini entry.
; on 32-bit platform:
; check_netscape_registry=registry_path,registry_key,registry_val
; it is to find out if value of [registry_key] in [registry_path] is [registry_val]
; eg:
; check_netscape_registry=HKEY_LOCAL_MACHINE\Software\netscape\netscape navigator\4.01 (en)\main,Install Directory,program\netscape.exe
; on 16-bit platform:
; check_netscape_registry=ini_file_name|ini_section,ini_entry,ini_val
; it is to find out if ini_val is the value of ini_enrey in ini_section in ini_file_name
; if ini_file_name is not present, netscape nscp.ini is used.
; eg:
; check_netscape_registry=c:\windows\win.ini|netscape,ini,c:\netscape\netscape.ini
;-----------------------------
check_netscape_registry_error_msg=Please install Netscape Communicator before installing any Bonus Utilities or Plug-ins.
;================================================
[Dialog1]

51
cck/driver/part2.ini Normal file
Просмотреть файл

@ -0,0 +1,51 @@
text_color_default=153,102,51
text_color_highlight=0,0,102
body_text_font=arial,10
body_text_font_bold=
body_text_font_underline=
body_text_font_italic=
button_title_text_font=arial,14
button_title_text_font_bold=TRUE
button_title_text_font_underline=
button_title_text_font_italic=
button_gap=15
;dialog_title_text=Please install and run Communicator before installing other software.
;dialog_title_pos=70,115,630,420
;dialog_title_text_color=153,102,51
;dialog_title_shadow_color=
;dialog_title_shadow_depth=
;dialog_title_text_font=arial,10
;dialog_title_font_bold=TRUE
;dialog_title_font_underline=
;dialog_title_font_italic=
; ========== column 1 ==========
col1_button_pos=70,150
col1_text_offset=10
col1_text_posx=
col1_text_width=275
; ========== buttons ==========
button1_bitmaps=..\bmps\comm_up.bmp,..\bmps\comm_dn.bmp,..\bmps\comm_mo.bmp,..\bmps\comm_mo.bmp
button1_cmdline=exe,..\..\Comm\Setup.exe
button1_text_title=Netscape Communicator
button1_text_body=Click here to install Netscape Communicator-- everything you need to communicate on the Internet.
button1_offset=
button1_netscape_required=FALSE
button2_bitmaps=..\bmps\help_up.bmp,..\bmps\help_dn.bmp,..\bmps\help_mo.bmp,..\bmps\help_mo.bmp
button2_cmdline=exe,..\..\Install.txt
button2_text_title=Installation Guide
button2_text_body=Click here to get all the information you need to install Communicator. It is recommended that you read or print this information before installing Communicator.
button2_offset=
button2_netscape_required=FALSE
;================================================