Setup.ini Driver File Contents (WLI-TX4-AG300N.zip)

;
;  LAN’[Žq—p –³üŽq‹@Ý’èƒc[ƒ‹ƒCƒ“ƒXƒg[ƒ‰Ý’èƒtƒ@ƒCƒ‹ Ver.1.0.0.1
;
;===========================================================================
;
;                            ƒCƒ“ƒXƒg[ƒ‹‰Šú‰»
;
;===========================================================================
[initialize]
title		= "BUFFALO Ethernet Converter Manager Installation"
Version		= 1.00
date		= 900121
AllUser		= 1
goto		= check_version
if_not_admini	= QUIT

; update check
[check_version]
command		= cmp_reg_dword
key_name	= "HKEY_LOCAL_MACHINE\Software\MELCO INC\Melsetup\UN900121"
value		= Version, DWORD, 65536
if_large	= check_arg_large
if_other	= menu_check_os

[check_arg_large]
command		= disp_msg_box
string_num	= 5
string1		= "Later version Ethernet Converter Manager is "
string2		= "already installed."
string3		= "Update isn't necessary."
string4		= ""
string5		= "Do you wish to cancel the installation?"
button		= YES_NO
if_ok_yes	= quit_cancel
if_cancel_no	= menu_check_os

;===========================================================================
; ŠÂ‹«ƒ`ƒFƒbƒN
;===========================================================================
[menu_check_os]
command		= check_os_ver
if_win95	= os_warn_message
if_win95osr2= os_warn_message
if_winnt40	= os_warn_message
if_win98	= os_warn_message
if_win98se	= check_ng_program1
if_winme	= check_ng_program1
if_win2000	= check_ng_program1
if_winxp	= check_ng_program1
if_winvista	= check_ng_program1
if_other	= NOT_SUPPORT
;------------------------------------------------------
[menu_check_ie]
command		= check_ie_ver
if_ie00		= os_warn_message
if_ie30		= os_warn_message
if_ie40		= check_ng_program1
if_ie47		= check_ng_program1
if_ie50		= check_ng_program1
if_ie55		= check_ng_program1
if_ie60		= check_ng_program1
if_ie70		= check_ng_program1
if_other	= check_ng_program1

[os_warn_message]
command		= disp_msg_box
string_num	= 5
string1		= "This OS can be operated though it is not done OS for formal of "
string2		= "the Ethernet Converter Manager."
string3		= ""
string4		= "It does not support this OS. "
string5		= "Do you wish to continue the installation?"
button		= YES_NO
option		= STOP
if_ok_yes	= check_ng_program1
if_cancel_no	= quit_error

;------------------------------------------------------
[check_ng_program1]
command		= find_reg_key
key_name	= "HKEY_LOCAL_MACHINE\Software\MELCO INC\Melsetup\UN900121"
if_success	= error_check_ng_program900121
if_error	= menu

[error_check_ng_program900121]
command		= disp_msg_box
string_num	= 5
string1		= "It is already installed."
string2		= "It is necessary to uninstall the previously "
string3		= "installed Ethernet Converter Manager."
string4		= ""
string5		= "Do you wish to uninstall now?"
button		= YES_NO
option		= INFO
if_ok_yes	= call_uninst900121_r
if_cancel_no	= quit_cancel

[call_uninst900121_r]
command		= release_mymutex
if_success	= call_uninst900121
if_error	= call_uninst900121
[call_uninst900121]
command		= execute_app
type		= WAIT
file1		= "$WINDOWS$\UN900121.exe"
option1		= /U
if_success	= call_uninst900121_c
if_error	= call_uninst900121_c
[call_uninst900121_c]
command		= create_mymutex
if_success	= check_ng_program1
if_error	= check_ng_program1

;===========================================================================
; ƒCƒ“ƒXƒg[ƒ‹ƒƒjƒ…[
;===========================================================================
[menu]
command		= disp_dialog
focus		= 2
string1		= "Now starting Ethernet Converter Manager installation."
string2		= ""
string3		= "Before starting the installation, please close all open applications."
string4		= "When all applications have been closed, click Next to continue."
button2		= &Next, license
button3		= Cancel, quit_cancel
;------------------------------------------------------
[license]
command		= disp_agreement
text_image	= "$SETUP$\license.txt"
string1		= License Agreement
button1		= &Agree,user_folder
button2		= &Disagree,quit_cancel
focus		= 1
;------------------------------------------------------
[user_folder]
command		= select_folder
focus		= 3
string1		= "Ethernet Converter Manager will be installed and saved to the following folder."
folder_path	= "$PROG$\BUFFALO\AirStation\ecset"
button1		= B&rowse
button2		= &Back,license
button3		= &Next,inst_find
;===========================================================================
; ƒCƒ“ƒXƒg[ƒ‹
;===========================================================================
[inst_error]
command		= disp_msg_box
string_num	= 1
string1		= "Failed to install Ethernet Converter Manager."
button		= OK
option		= STOP
if_ok_yes	= quit_error
;------------------------------------------------------
[inst_find]
command		= find_app
file		= ecset.exe
option		= STOP
if_success	= inst_sleep
if_error	= inst_branchOS
[inst_sleep]
command		= sleep
time		= 500
goto		= inst_find
;------------------------------------------------------
[inst_branchOS]
command		= check_os_ver
if_win95	= inst_mkfolder
if_win95osr2	= inst_mkfolder
if_win98	= inst_mkfolder
if_win98se	= inst_mkfolder
if_winme	= inst_mkfolder
if_winnt40	= inst_service
if_win2000	= inst_service
if_winxp	= inst_service
if_winvista	= inst_service
if_other	= NOT_SUPPORT
;------------------------------------------------------
[inst_service]
command		= install_service
if_success	= inst_mkfolder
if_error	= inst_error
service_name	= "BUFADPT"
driver_path_nt4	= "$SETUP$\BUFADPTN.SYS"
driver_path_2k	= "$SETUP$\BUFADPT.SYS"
driver_path_xp	= "$SETUP$\BUFADPT.SYS"
service_type	= 1
start_type	= 1
start		= 1
;------------------------------------------------------
[inst_mkfolder]
command		= make_folder
folder_path1	= "$USER$"
if_success	= inst_file_copy
if_error	= inst_error
;------------------------------------------------------
[inst_file_copy]
command		= copy_file2
type		= COPY_ALWAYS
file1		= $SETUP$\ESSIDSET.DLL,			"$USER$\ESSIDSET.DLL"
file2		= $SETUP$\bufadpt.sys,			"$USER$\bufadpt.sys"
file3		= $SETUP$\bufadptn.sys,			"$USER$\bufadptn.sys"
file4		= $SETUP$\bufadpt.vxd,			"$USER$\bufadpt.vxd"
file5		= $SETUP$\SSIDS95.DLL,			"$USER$\SSIDS95.DLL"
file6		= $SETUP$\ESSIDSET.VXD,			"$USER$\ESSIDSET.VXD"
file7		= $SETUP$\ecset.exe,			"$USER$\ecset.exe"
file8		= $SETUP$\ecset.dll,			"$USER$\ecset.dll"
file9		= $SETUP$\ecset.ini,			"$USER$\ecset.ini"
;file10		= $SETUP$\ecset.chm,			"$USER$\ecset.chm"
if_success	= inst_add_group
if_error	= inst_error
;===========================================================================
; ƒVƒ‡[ƒgƒJƒbƒg
;===========================================================================
[inst_add_group]
command		= add_menu_item_b
group		= "AirStation Utility"
item1		= "Ethernet Converter Manager","$USER$\ecset.exe"
show		= NO
;set_uninst	= YES
if_success	= inst_set_uninst_data
if_error	= inst_error
;------------------------------------------------------
[inst_set_uninst_data]
command		= set_uninst_info
uninst_section	= uninstall
display_name	= "BUFFALO Ethernet Converter Manager"
error_report	= NO
if_success	= regadd
if_error	= inst_error
;------------------------------------------------------
[regadd]
command		= set_reg_value
key_name	= "HKEY_LOCAL_MACHINE\SOFTWARE\MELCO INC\MelSetup\UN900121"
value1		= Version, DWORD, 65536
if_success	= regadd2
if_error	= inst_error
[regadd2]
command		= set_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\ecset
value1		= Dir, SZ, "$USER$"
value2		= ExeFileName, SZ, ecset.exe
if_success	= vsicf_regist_branch_os
if_error	= inst_error
;------------------------------------------------------
[vsicf_regist_branch_os]
command		= check_os_ver
if_winvista	= vsicf_regist
if_winxp	= vsicf_regist_branch_sp
if_other	= inst_done
[vsicf_regist_branch_sp]
command		= check_sp_ver
if_other	= vsicf_regist
if_sp0		= inst_done
if_sp1		= inst_done
[vsicf_regist]
command		= icf_regist
file	= "$USER$\ecset.exe"
name	= "Ethernet Converter Manager"
if_success	= inst_done
if_error	= inst_error
;------------------------------------------------------
[inst_done]
command		= disp_msg_box
string1		= "Ethernet Converter Manager install is complete."
button		= OK
if_ok_yes	= quit_success

;===========================================================================
;
;                          ƒAƒ“ƒCƒ“ƒXƒg[ƒ‹‰Šú‰»
;
;===========================================================================
[uninstall]
command		= disp_dialog
string1		= "Now starting Ethernet Converter Manager uninstallation."
string2		= ""
string3		= "To uninstall, click Start."
string4		= "To cancel the process at any time click Stop."
button2		= Start, uninst_find
button3		= Stop, quit_cancel
focus		= 2
;------------------------------------------------------
[uninst_error]
command		= disp_msg_box
string_num	= 3
string1		= "Failed to install Ethernet Converter Manager."
string2		= ""
string3		= "Please reboot the computer and try again."
button		= OK
option		= STOP
if_ok_yes	= quit_error
;------------------------------------------------------
[uninst_find]
command		= find_app
file		= ecset.exe
option		= STOP
if_success	= uninst_sleep_y
if_error	= regdel1
[uninst_sleep_y]
command		= sleep
time		= 500
goto		= uninst_find

;------------------------------------------------------
[regdel1]
command		= del_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\ecset
value_name1	= Dir
value_name2	= ExeFileName
if_success	= regdel2
if_error	= regdel2
;------------------------------------------------------
[regdel2]
command		= del_reg_key
key_name1	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\ecset
if_success	= vsicf_unregist_branch_os
if_error	= vsicf_unregist_branch_os
;------------------------------------------------------
[vsicf_unregist_branch_os]
command		= check_os_ver
if_winvista	= vsicf_unregist
if_winxp	= vsicf_unregist_branch_sp
if_other	= uninst_branchOS
[vsicf_unregist_branch_sp]
command		= check_sp_ver
if_other	= vsicf_unregist
if_sp0		= uninst_branchOS
if_sp1		= uninst_branchOS
[vsicf_unregist]
command		= icf_unregist
file	= "$USER$\ecset.exe"
name	= "Ethernet Converter Manager"
if_success	= uninst_branchOS
if_error	= uninst_branchOS
;------------------------------------------------------
[uninst_branchOS]
command		= check_os_ver
if_win95	= uninst_del_file
if_win95osr2	= uninst_del_file
if_win98	= uninst_del_file
if_win98se	= uninst_del_file
if_winme	= uninst_del_file
if_winnt40	= uninst_del_file
if_win2000	= uninst_del_file
if_winxp	= uninst_del_file
if_winvista	= uninst_del_file
if_other	= NOT_SUPPORT
;------------------------------------------------------
[uninst_del_file]
command		= del_file
file_path1	= "$USER$\ESSIDSET.DLL"
file_path2	= "$USER$\bufadpt.sys"
file_path3	= "$USER$\bufadptn.sys"
file_path4	= "$USER$\bufadpt.vxd"
file_path5	= "$USER$\SSIDS95.DLL"
file_path6	= "$USER$\ESSIDSET.VXD"
file_path7	= "$USER$\ecset.exe"
file_path8	= "$USER$\ecset.dll"
file_path9	= "$USER$\ecset.ini"
;file_path10	= "$USER$\ecset.chm"
folder_path1	= "$USER$", RECURSIVE
if_success	= uninst_del_folder
if_error	= uninst_del_folder
[uninst_del_folder]
command		= del_file
folder_path1	= "$USER$", RECURSIVE
if_success	= uninst_del_group
if_error	= uninst_del_group
;------------------------------------------------------
[uninst_del_group]
command		= del_file
if_success	= uninst_del_uninst_data
if_error	= uninst_del_uninst_data
file_path1	= "$MENUGRPB$\AirStation Utility\Ethernet Converter Manager.lnk"
folder_path1	= "$MENUGRPB$\AirStation Utility", RECURSIVE
;------------------------------------------------------
[uninst_del_uninst_data]
command		= del_uninst_info
if_success	= uninstalled_msg
if_error	= uninstalled_msg
;------------------------------------------------------
[uninstalled_msg]
command		= disp_msg_box
string1		= "Ethernet Converter Manager Uninstall is complete."
button		= OK
if_ok_yes	= quit_success
;------------------------------------------------------

;------------------------------------------------------
[quit_success]
command		= quit
return		= 0
;------------------------------------------------------
[quit_error]
command		= quit
return		= 1
;------------------------------------------------------
[quit_cancel]
command		= quit
return		= 2
;------------------------------------------------------
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: web3, load: 0.99