EasySetup.ini Driver File Contents (HD-HLAN_CDimage.zip)

; HD-HLANシリーズ EasySetup.exeÝèファイル
; Windows 95/95OSR2/98/98SE/Me/NT4.0/2000/XP
;
[initialize]
title			= Easy Setup
date			= 1003
goto			= menu_check_os
if_not_admini	= WARN
;------------------------------------------------------
[menu_check_os]
command			= check_os_ver

if_win95		= menu95
if_win95osr2	= menu95
if_winnt40		= menu95

if_win98		= menu98
if_win98se		= menu98
if_winme		= menu98
if_win2000		= menu98
if_winxp		= menu98

if_other		= NOT_SUPPORT
;------------------------------------------------------
;メニューÌ表¦(95/95OSR2/NT4.0)
;------------------------------------------------------
[menu95]
command			= disp_menu

type			= 5
font_size		= SMALL

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

string1			= "Please close other applications prior to"
string2			= "beginning the setup process."
string3			= 

button1			= Exit, QUIT
button2			= Start

item1			= "Client Utility Installation",	4,setup_cliant_util
item2			= "User Manual",			2,open_manual
item3			= "Acrobat Reader Installation",				5,inst_acrobat
;------------------------------------------------------
;メニューÌ表¦(98/98SE/Me/2000/XP)
;------------------------------------------------------
[menu98]
command			= disp_menu

type			= 5
font_size		= SMALL

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

string1			= "Please close other applications prior to"
string2			= "beginning the setup process."
string3			= ""

button1			= Exit, QUIT
button2			= Start

item1			= "Setup LinkStation",				1,inst_expl_flow
item2			= "View User Manual",			2,open_manual
item3			= "Install IP Setup Utility",		3,setup_util
item4			= "Install Client Utility",	4,setup_cliant_util
item5			= "Install Easy Backup",			6,setup_backup_util
item6			= "View Easy Backup Manual",			2,open_manual_backup
item7			= "Install Acrobat Reader ",				5,inst_acrobat
;------------------------------------------------------
;セットアップ
;------------------------------------------------------
[inst_expl_flow]
command			= disp_explain

pic_image		= $SETUP$\images\flow.bmp

string1			= ""
string2			= ""
string3			= ""
string4			= ""

focus			= 4

button2			= Back,		menu98
button3			= Cancel,		menu98
button4			= Next,		inst_expl1

;------------------------------------------------------
[inst_expl1]
command			= disp_explain

pic_image		= $SETUP$\images\nas_lan.bmp

string1			= "Connect LinkStation's power cable to an AC outlet."
string2			= "Connect LAN cable to the port on the back of LinkStation."
string3			= ""

button2			= Back,		inst_expl_flow
button3			= Cancel,		menu98
button4			= Next,		inst_expl2
;------------------------------------------------------
[inst_expl2]
command			= disp_explain

pic_image		= $SETUP$\images\nas_power.bmp

string1			= "Push the power button on the front of LinkStation."
string2			= "The Power LED will flash for 50 seconds."
string3			= "After the LED becomes steady, click Next."

button2			= Back,		inst_expl1
button3			= Cancel,		menu98
button4			= Next,		inst_expl3
;------------------------------------------------------
[inst_expl3]
command			= disp_explain

pic_image		= $SETUP$\images\pc_hub.bmp

string1			= "Connect the other side of LAN cable to PC or"
string2			= "another network device like a hub or switch"

button2			= Back,		inst_expl2
button3			= Cancel,		menu98
button4			= Next,		inst_expl4
;------------------------------------------------------
[inst_expl4]
command			= disp_explain

pic_image		= $SETUP$\images\nas_link.bmp

string1			= "Please check that the LINK/ACT LED is on."
string2			= "Click Help if the LED is not on."
string3			= "Click Next to proceed to LinkStation's automatic setup."

button1			= Help,	inst_expl_a
button2			= Back,		inst_expl3
button3			= Cancel,		menu98
button4			= Next,		inst_exec
;------------------------------------------------------
[inst_exec]
command			= execute_app_ex

file			= $SETUP$\IPSetup\IPsetup.exe,/AUTO

if_value_0 		= inst_expl5
if_others 		= inst_expl5_fail
if_error		= inst_expl5_fail
;------------------------------------------------------
[inst_expl5]
command			= disp_explain

show_status		= ACTIVE

pic_image		= $SETUP$\images\finish.bmp

string1			= "LinkStation Setup is Complete."
string2			= "A network drive has been mapped."

button3			= Finish,		menu98
;------------------------------------------------------
[inst_expl5_fail]
command			= disp_explain

show_status		= ACTIVE

pic_image		= $SETUP$\images\fail.bmp

string1			= "Failed to setup LinkStation"
string2			= "Please make sure all cables are correctly connected."

button3			= Cancel,		menu98
;------------------------------------------------------
;------------------------------------------------------
[mount_exec]
command			= execute_app_ex

file			= $SETUP$\AutoMount\AutoMount.exe

if_value_0 		= inst_mount_expl5
if_others 		= inst_mount_expl5_fail
if_error		= inst_mount_expl5_fail
;------------------------------------------------------
[inst_mount_expl5]
command			= disp_explain

show_status		= ACTIVE

pic_image		= $SETUP$\images\finish.bmp

string1			= "A network drive has been mapped."

button3			= Complete,		menu98
;------------------------------------------------------
[inst_mount_expl5_fail]
command			= disp_explain

show_status		= ACTIVE

pic_image		= $SETUP$\images\fail.bmp

string1			= "Failed to map a network drive."
string2			= "Please refer to the User Manual."

button3			= Cancel,		menu98
;------------------------------------------------------
;------------------------------------------------------
[inst_expl_a]
command			= disp_explain

pic_image		= $SETUP$\images\nas_sw.bmp

string1			= "Flip the switch (Straight/Cross) on the back of LinkStation."
string2			= "If your unit doesn't have the switch, the polarity is changed automatically."
string3			= "Please check the LINK/ACT light is on."
string4			= "Please refer to the User Manual."
string5			= "Click Next to proceed to LinkStation Automatic Setup"

button2			= Back,		inst_expl4
button3			= Cancel,		menu98
button4			= Next,		inst_exec
;------------------------------------------------------
;IPÝèユーティリティÌインストール
;------------------------------------------------------
[setup_util]
command			= execute_app

type			= WAIT

file1			= $SETUP$\IPSetup\Setup.exe

if_success 		= menu_check_os
if_error		= menu_check_os
;------------------------------------------------------
;クライアントユーティリティÌインストール
;------------------------------------------------------
[setup_cliant_util]
command			= execute_app

type			= WAIT

file1			= $SETUP$\LsClient\Setup.exe

if_success 		= menu_check_os
if_error		= menu_check_os
;------------------------------------------------------
;È単バックアップÌインストール
;------------------------------------------------------
[setup_backup_util]
command			= execute_app

type			= WAIT

file1			= $SETUP$\LsBackup\Setup.exe

if_success 		= menu_check_os
if_error		= menu_check_os
;------------------------------------------------------
;マニュアルð開­
;------------------------------------------------------
[open_manual]
command			= open_pdf

pdf_path		= $SETUP$\manual\manual.pdf

goto			= menu_check_os
;------------------------------------------------------
;マニュアルð開­
;------------------------------------------------------
[open_manual_backup]
command			= open_pdf

pdf_path		= $SETUP$\manual\backupmanual.pdf

goto			= menu_check_os
;------------------------------------------------------
;Acrobat ReaderÌインストール
;------------------------------------------------------
[inst_acrobat]
command			= execute_app

type			= NOWAIT

file1			= $SETUP$\acrobat\AdbeRdr60_enu.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: ftp, load: 1.83