easysetup.ini Driver File Contents (EasySetup.zip)

; HD-HCIU2/R1 Series MelSetup.exe Setting File
;
;  Windows 98	: USB Driver
;  Windows 98SE	: USB Driver + Microsoft IEEE1394 Updater
;  Windows Me	: Disk Formatter
;  Windows 2000/XP	F
;  Windows Server 2K3	F
;------------------------------------------------------
;======================================================
; Initialize
;======================================================
[initialize]
title		= Easy Setup
date		= 060603
goto		= menu_check_os
if_not_admini	= WARN

;======================================================
; Display Menu
;======================================================
[menu_check_os]
command		= check_os_ver2

if_win98	= setup
if_win98se	= setup
if_winme	= setup
if_win2000	= setup
if_winxp	= setup
if_win2003	= setup

if_other	= NOT_SUPPORT

;------------------------------------------------------
; For Windows 98/98SE/Me
;------------------------------------------------------
[menu]
command		= disp_menu

type		= 5

show_status	= ACTIVE

pic_image	= $SETUP$\images\start.jpg
icon_image	= $SETUP$\images\icon.bmp

string1		= "Beginning Installation."
string2		= "Please close all"
string3		= "open applications."

button1		= Cancel, QUIT
button2		= Start

item1		= "HD-HCIU2/R1 Series Setup",		 1,setup

focus		= 2

;------------------------------------------------------
; For Windows 2000/XP
;------------------------------------------------------
[menu2k]
command		= disp_menu

type		= 5

show_status	= ACTIVE

pic_image	= $SETUP$\images\start.jpg
icon_image	= $SETUP$\images\icon.bmp

string1		= "Beginning Installation."
string2		= "Please close all"
string3		= "open applications."

button1		= Cancel, QUIT
button2		= Start

item1		= "HD-HCIU2/R1 Series Setup",		 1,setup

focus		= 2

;------------------------------------------------------
; For Windows Server 2003
;------------------------------------------------------
[menu2k3]
command		= disp_menu

type		= 5

show_status	= ACTIVE

pic_image	= $SETUP$\images\start.jpg
icon_image	= $SETUP$\images\icon.bmp

string1		= "Beginning Installation."
string2		= "Please close all"
string3		= "open applications."

button1		= Cancel, QUIT
button2		= Start

item1		= "HD-HCIU2/R1 Series Setup",		 1,setup

focus		= 2

;======================================================
; Setup (Common)
;======================================================
[setup]
command		= disp_explain

pic_image	= $SETUP$\images\driveac.jpg

string1		= "Connect the power cable to an AC outlet."

button2		= Exit,		QUIT
button4		= Next,		setup_check_os

;------------------------------------------------------
[setup_check_os]
command		= check_os_ver2

if_win98	= usb_expl1
if_win98se	= setup_expl
if_winme	= setup_expl
if_win2000	= setup_expl
if_winxp	= setup_expl
if_win2003	= setup_expl

if_other	= NOT_SUPPORT

;------------------------------------------------------
[setup_expl]
command		= disp_explain

pic_image	= $SETUP$\images\connecter.jpg

string1		= "Choose the number that corresponds to the connector you're using."

button1		= Back,		setup
button2		= Cancel,		QUIT
button3		= 1,		usb_expl1
button4		= 2,		1394_4_expl1
button5		= 3,		1394_6_expl1

; Default connection to USB.
focus		= 3

;======================================================
; Setup (USB)
;======================================================
[back_check_os]
command		= check_os_ver2

if_win98	= setup
if_win98se	= setup_expl
if_winme	= setup_expl
if_win2000	= setup_expl
if_winxp	= setup_expl
if_win2003	= setup_expl

if_other	= NOT_SUPPORT

;------------------------------------------------------
[usb_expl1]
command		= disp_explain

pic_image	= $SETUP$\images\cableusb.jpg

string1		= "Connect the product with this USB cable."

button2		= Back,		back_check_os
button3		= Cancel,		QUIT
button4		= Next,		usb_expl2

;------------------------------------------------------
[usb_expl2]
command		= disp_explain

pic_image	= $SETUP$\images\driveusb.jpg

; PC˜A“®AUTO“dŒ¹‹@”\íœ‚Ì‚½‚ß
; string1		= "AUTO“dŒ¹‹@”\Ø‘ÖƒXƒCƒbƒ`‚ªã‘¤iAUTOj‚É‚È‚Á‚Ä‚¢‚邱‚Æ‚ðŠm”F‚µA"
string2		= "1. Turn the product's power on."
string3		= "2. Connect the USB connector (Type B) to the product."

button2		= Back,		usb_expl1
button3		= Cancel,		QUIT
button4		= Next,		usb_check_os

;======================================================
; USB DRiver install detection
;======================================================
[usb_check_os]
command		= check_os_ver2

if_win98	= usb_inst_driver
if_win98se	= usb_inst_driver
if_winme	= usb_expl4
if_win2000	= usb_expl4
if_winxp	= usb_expl4_xp
if_win2003	= usb_expl4_xp

if_other	= NOT_SUPPORT

;------------------------------------------------------
[usb_inst_driver]
command		= setup_driver_auto

inf_file1	= $SETUP$\Drivers\BOXU921.inf	;Oxford OXUF924DSA USB

drv_file1	= $SETUP$\Drivers\SMUnplug.exe, $WINDOWS$\SMUnplug.exe
drv_file2	= $SETUP$\Drivers\BOXU921.sys,	$WINDOWS$\System32\Drivers\BOXU921.sys	;Oxford OXUF924DSA USB
drv_file3	= $SETUP$\Drivers\BOXU921.pdr,	$WINDOWS$\System\Drivers\BOXU921.pdr	;Oxford OXUF924DSA HDC

;Strings of child devices are needed.

device1		= USB\VID_0411&PID_00BE				;USB2-SATA bridge for OXUF924DSA(1 Disk)
device2		= BOXU921\DISK\0000USB&VID_0411&PID_00BE	;mass storage for HDD with OXUF924DSA(1 Disk)

if_success	= usb_expl4
if_error	= usb_expl4

;------------------------------------------------------
[usb_expl4]
command		= disp_explain

pic_image	= $SETUP$\images\pcusb.jpg

string1		= "Connect the USB cable to the PC's USB connector."
string2		= "The Found New Hardware Wizard appears."
string3		= "The driver will be installed automatically."

device_setup	= ON

button2		= Back,		usb_expl2
button3		= Exit,		QUIT

;------------------------------------------------------
[usb_expl4_xp]
command		= disp_explain

pic_image	= $SETUP$\images\pcusbxp.jpg

string1		= "Connect the USB cable to the PC's USB connector."
string2		= "The Found New Hardware Wizard appears."
string3		= "The driver will be installed automatically."

button2		= Back,		usb_expl2
button3		= Exit,		QUIT

;======================================================
; USB Device Check
;======================================================
[usb_check_storage_device]
command			= check_storage_device

; Strings of child devices aren't needed.
device1			= USB\VID_0411&PID_00BE		;USB2-SATA bridge for OXUF924DSA(1 Disk)

if_installed		= usb_message_if_installed
if_on_setup		= usb_message_if_on_setup
if_unknown		= usb_message_if_unknown
if_not_pluged		= usb_message_if_not_pluged
if_reboot_required	= usb_with_reboot

;------------------------------------------------------
[usb_message_if_installed]
command		= disp_explain

pic_image	= $SETUP$\images\finish.jpg

string1		= "Setup Complete."
string2		= "The device has been detected properly. Click the [OK] button."

button3		= OK,		usb_1394_check_os

;------------------------------------------------------
[usb_message_if_on_setup]
command		= disp_explain

show_status	= ACTIVE

pic_image	= $SETUP$\images\finish.jpg

string1		= "Now installing the drivers."
string2		= "Open My Computer and confirm"
string3		= "that the external drive is present."

button3		= OK,		usb_1394_check_os

;------------------------------------------------------
[usb_message_if_unknown]
command		= disp_explain

show_status	= ACTIVE

pic_image	= $SETUP$\images\finish.jpg

string1		= "Device not detected properly."
string2		= "Open My Computer and confirm that external drive is present."
string3		= "If the drive doesn't appear, restart your PC and."
string4		= "restart the setup process."

button3		= OK,		usb_1394_check_os

;------------------------------------------------------
[usb_message_if_not_pluged]
command		= disp_explain

show_status	= ACTIVE

pic_image	= $SETUP$\images\finish.jpg

string1		= "Device not connected to the PC."
string2		= "Verify power switch and cable connection."
string3		= "Once verified, restart the setup process."

button3		= OK,		usb_1394_check_os

;------------------------------------------------------
[usb_with_reboot]
command		= disp_explain

show_status	= ACTIVE

pic_image	= $SETUP$\images\finish.jpg

string1		= "Setup is complete."
string2		= "Remove the CD-ROM from CD drive."
string4		= "Restart computer."

button3		= Restart,		REBOOT

;======================================================
; Detect Windows Update (Windows 98SE)
;======================================================
[usb_1394_check_os]
command		= check_os_ver2

if_win98	= menu_check_os
if_win98se	= usb_1394_update_expl
if_winme	= menu_check_os
if_win2000	= menu_check_os
if_winxp	= menu_check_os
if_win2003	= menu_check_os

if_other	= NOT_SUPPORT

;------------------------------------------------------
[usb_1394_update_expl]
command		= disp_explain

pic_image	= $SETUP$\images\winup.jpg

string1		= "Update Windows. Click the Next button."
string2		= "Windows may restart after the update."

button3		= Cancel,		QUIT
button4		= Next,		usb_1394_update_exec

;------------------------------------------------------
[usb_1394_update_exec]
command		= execute_app

type		= NOWAIT

file1		= $SETUP$\Win_Update\242975jpn8.exe

if_success	= QUIT
if_error	= QUIT

;======================================================
; Setup (1394¥4PIN)
;======================================================
[1394_4_expl1]
command		= disp_explain

pic_image	= $SETUP$\images\cable13944.jpg

string1		= "Connect the product with this IEEE1394 cable."

button2		= Back,		setup_expl
button3		= Cancel,		QUIT
button4		= Next,		1394_4_expl2

;------------------------------------------------------
[1394_4_expl2]
command		= disp_explain

pic_image	= $SETUP$\images\drive4p.jpg

; PC˜A“®AUTO“dŒ¹‹@”\íœ‚Ì‚½‚ß
; string1		= "AUTO“dŒ¹‹@”\Ø‘ÖƒXƒCƒbƒ`‚ªã‘¤iAUTOj‚É‚È‚Á‚Ä‚¢‚邱‚Æ‚ðŠm”F‚µA"
string2		= "1. Turn the product's power on."
string3		= "2. Connect the cable to the IEEE1394 connector on the device."

button2		= Back,		1394_4_expl1
button3		= Cancel,		QUIT
button4		= Next,		1394_4_usb_check_os

;======================================================
; Detect USB driver
;======================================================
[1394_4_usb_check_os]
command		= check_os_ver2

if_win98	= 1394_4_usb_inst_driver
if_win98se	= 1394_4_usb_inst_driver
if_winme	= 1394_4_expl3
if_win2000	= 1394_4_expl3
if_winxp	= 1394_4_expl3
if_win2003	= 1394_4_expl3

if_other	= NOT_SUPPORT

;------------------------------------------------------
[1394_4_usb_inst_driver]
command		= setup_driver_auto

inf_file1	= $SETUP$\Drivers\BOXU921.inf	;Oxford OXUF924DSA USB

drv_file1	= $SETUP$\Drivers\SMUnplug.exe, $WINDOWS$\SMUnplug.exe
drv_file2	= $SETUP$\Drivers\BOXU921.sys,	$WINDOWS$\System32\Drivers\BOXU921.sys	;Oxford OXUF924DSA USB
drv_file3	= $SETUP$\Drivers\BOXU921.pdr,	$WINDOWS$\System\Drivers\BOXU921.pdr	;Oxford OXUF924DSA HDC

device1		= USB\VID_0411&PID_00BE				;USB2-SATA bridge for OXUF924DSA(1 Disk)
device2		= BOXU921\DISK\0000USB&VID_0411&PID_00BE	;mass storage for HDD with OXUF924DSA(1 Disk)

if_success	= 1394_4_expl3
if_error	= 1394_4_expl3

;------------------------------------------------------
[1394_4_expl3]
command		= disp_explain

pic_image	= $SETUP$\images\pc13944.jpg

string1		= "Connect the FireWire cable to the PC's Firewire connector."
string2		= "The Found New Hardware Wizard appears."
string3		= "The driver will be installed automatically."

button2		= Back,		1394_4_expl2
button3		= Exit,		QUIT

;======================================================
; Setup (1394¥6PIN)
;======================================================
[1394_6_expl1]
command		= disp_explain

pic_image	= $SETUP$\images\cable13944.jpg

string1		= "Connect the product with this IEEE1394 cable."

button2		= Back,		setup_expl
button3		= Cancel,		QUIT
button4		= Next,		1394_6_expl2

;------------------------------------------------------
[1394_6_expl2]
command		= disp_explain

pic_image	= $SETUP$\images\drive6p.jpg

; PC˜A“®AUTO“dŒ¹‹@”\íœ‚Ì‚½‚ß
; string1		= "AUTO“dŒ¹‹@”\Ø‘ÖƒXƒCƒbƒ`‚ªã‘¤iAUTOj‚É‚È‚Á‚Ä‚¢‚邱‚Æ‚ðŠm”F‚µA"
string2		= "1. Turn the product's power on."
string3		= "2. Connect the cable to the IEEE1394 connector on the device."

button2		= Back,		1394_6_expl1
button3		= Cancel,		QUIT
button4		= Next,		1394_6_usb_check_os

;======================================================
; Detect USB driver
;======================================================
[1394_6_usb_check_os]
command		= check_os_ver2

if_win98	= 1394_6_usb_inst_driver
if_win98se	= 1394_6_usb_inst_driver
if_winme	= 1394_6_expl3
if_win2000	= 1394_6_expl3
if_winxp	= 1394_6_expl3
if_win2003	= 1394_6_expl3

if_other	= NOT_SUPPORT

;------------------------------------------------------
[1394_6_usb_inst_driver]
command		= setup_driver_auto

inf_file1	= $SETUP$\Drivers\BOXU921.inf	;Oxford OXUF924DSA USB

drv_file1	= $SETUP$\Drivers\SMUnplug.exe, $WINDOWS$\SMUnplug.exe
drv_file2	= $SETUP$\Drivers\BOXU921.sys,	$WINDOWS$\System32\Drivers\BOXU921.sys	;Oxford OXUF924DSA USB
drv_file3	= $SETUP$\Drivers\BOXU921.pdr,	$WINDOWS$\System\Drivers\BOXU921.pdr	;Oxford OXUF924DSA HDC

device1		= USB\VID_0411&PID_00BE				;USB2-SATA bridge for OXUF924DSA(1 Disk)
device2		= BOXU921\DISK\0000USB&VID_0411&PID_00BE	;mass storage for HDD with OXUF924DSA(1 Disk)

if_success	= 1394_6_expl3
if_error	= 1394_6_expl3

;------------------------------------------------------
[1394_6_expl3]
command		= disp_explain

pic_image	= $SETUP$\images\pc13946.jpg

string1		= "Connect the FireWire cable to the PC's Firewire connector."
string2		= "The Found New Hardware Wizard appears."
string3		= "The driver will be installed automatically."

button2		= Back,		1394_6_expl2
button3		= Exit,		QUIT

;======================================================
; Detect application install
;======================================================
[1394_inst_app]
command		= check_os_ver2

if_win98	= 1394_inst_df
if_win98se	= 1394_inst_df
if_winme	= 1394_inst_df
if_win2000	= 1394_inst_raid_util
if_winxp	= 1394_inst_raid_util
if_win2003	= 1394_inst_raid_util

if_other	= NOT_SUPPORT

;------------------------------------------------------
; For Windows 98/98SE/Me
; Disk Formatter
;------------------------------------------------------
[1394_inst_df]
command		= execute_app

type		= WAIT

show_status	= NORMAL

file1		= $SETUP$\Format\Setup.exe,/A:e

if_success 	= 1394_finish_df
if_error	= 1394_finish_df

;------------------------------------------------------
[1394_finish_df]
command		= disp_explain

show_status	= ACTIVE

pic_image	= $SETUP$\images\diskfmt.jpg

string1		= "Utility setup completed successfully."

button3		= Next,		1394_check_storage_device

;------------------------------------------------------
; For Windows 2000/XP/Server 2003
; RAID Setup Utility
;------------------------------------------------------
[1394_inst_raid_util]
command		= execute_app

type		= WAIT

file1		= $SETUP$\raid\setup.exe

if_success	= 1394_check_storage_device
if_error	= 1394_check_storage_device

;======================================================
; IEEE1394 Device check
;======================================================
[1394_check_storage_device]
command		= check_storage_device

;Strings of child devices aren't needed.
device1		= 1394\BUFFALO_INC.&HDD1

if_installed		= 1394_message_if_installed
if_on_setup		= 1394_message_if_on_setup
if_unknown		= 1394_message_if_unknown
if_not_pluged		= 1394_message_if_not_pluged
if_reboot_required	= 1394_with_reboot

;------------------------------------------------------
[1394_message_if_installed]
command		= disp_explain

pic_image	= $SETUP$\images\finish.jpg

string1		= "Setup is complete."
string2		= "The device is detected properly. Click [OK]."

button3		= OK,		1394_check_os

;------------------------------------------------------
[1394_message_if_on_setup]
command		= disp_explain

pic_image	= $SETUP$\images\finish.jpg

string1		= "Now installing drivers."
string2		= "Open My Computer and confirm that."
string3		= "the drive appears (may take a few moments)."

button3		= OK,		1394_check_os

;------------------------------------------------------
[1394_message_if_unknown]
command		= disp_explain

pic_image	= $SETUP$\images\finish.jpg

string1		= "Device not detected properly."
string2		= "Open My Computer and confirm external drive exists."
string3		= "If the drive doesn't appear, restart your PC and."
string4		= "restart the setup process."

button3		= OK,		1394_check_os

;------------------------------------------------------
[1394_message_if_not_pluged]
command		= disp_explain

pic_image	= $SETUP$\images\finish.jpg

string1		= "Device not connected to PC."
string2		= "Verify power switch and cable connection."
string3		= "Once verified, restart the setup process."

button3		= OK,		1394_check_os

;------------------------------------------------------
[1394_with_reboot]
command		= disp_explain

pic_image	= $SETUP$\images\finish.jpg

string1		= "Setup is complete."
string2		= "Remove the CD-ROM from CD drive."
string4		= "Then restart computer."

button3		= Restart,		REBOOT

;======================================================
; Detect Windows Update (Windows 98SE)
;======================================================
[1394_check_os]
command		= check_os_ver2

if_win98se	= 1394_update_expl
if_winme	= menu_check_os
if_win2000	= menu_check_os
if_winxp	= menu_check_os
if_win2003	= menu_check_os

if_other	= NOT_SUPPORT

;------------------------------------------------------
[1394_update_expl]
command		= disp_explain

pic_image	= $SETUP$\images\winup.jpg

string1		= "Update Windows. Click the Next button."
string2		= "Restart Windows after updating.

button3		= Cancel,		QUIT
button4		= Next,		1394_update_exec

;------------------------------------------------------
[1394_update_exec]
command		= execute_app

type		= NOWAIT

file1		= $SETUP$\Win_Update\242975jpn8.exe

if_success	= QUIT
if_error	= QUIT

;======================================================
; Individual module
;======================================================
;------------------------------------------------------
; Install RAID Setup Utility
;------------------------------------------------------
[raid_util]
command		= execute_app

type		= WAIT

file1		= $SETUP$\raid\setup.exe

if_success	= menu_check_os
if_error	= menu_check_os

;------------------------------------------------------
; Install Acrobat Reader
;------------------------------------------------------
[inst_acrobat]
command		= execute_app

type		= NOWAIT

file1		= $SETUP$\acrobat\AdbeRdr705_enu_full.exe

if_success	= menu_check_os
if_error	= menu_check_os

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 0.53