Setup.ini Driver File Contents (Brother_WLI-U2-KG54-YB_WLAN_Win_x64.zip)

;
;      BUFFALO AirStation”{‘¬Ý’èƒc[ƒ‹ ƒCƒ“ƒXƒg[ƒ‰ Ý’èƒtƒ@ƒCƒ‹
;      Ver.1.00.00.02
;      ProductVersion : 0x00010103(65795)
;
;===========================================================================
;
;                            ƒCƒ“ƒXƒg[ƒ‹‰Šú‰»
;
;===========================================================================
[initialize]
title		= "BUFFALO AirStation”{‘¬Ý’èƒc[ƒ‹ ƒCƒ“ƒXƒg[ƒ‰"
Version		= 1.00
date		= 900120
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\UN900120"
value		= Version, DWORD, 65795
;if_large	= check_arg_large
if_large	= QUIT
if_other	= inst_find

[check_arg_large]
command		= disp_msg_box
string_num	= 5
string1		= "‚æ‚èV‚µ‚¢ƒo[ƒWƒ‡ƒ“‚ªA"
string2		= "Šù‚ɃCƒ“ƒXƒg[ƒ‹‚³‚ê‚Ä‚¢‚Ü‚·B"
string3		= "XV‚Ì•K—v‚Í‚ ‚è‚Ü‚¹‚ñB"
string4		= ""
string5		= "ƒCƒ“ƒXƒg[ƒ‹‚ð’†’f‚µ‚Ü‚·‚©H"
button		= YES_NO
if_ok_yes	= quit_cancel
if_cancel_no	= menu_check_os

;===========================================================================
; ƒCƒ“ƒXƒg[ƒ‹
;===========================================================================
[inst_error]
command		= disp_msg_box
string_num	= 1
string1		= "AirStation”{‘¬Ý’èƒc[ƒ‹‚̃Cƒ“ƒXƒg[ƒ‹‚ÉŽ¸”s‚µ‚Ü‚µ‚½B"
button		= OK
option		= STOP
if_ok_yes	= quit_error
;------------------------------------------------------
[inst_find]
command		= find_app
file		= Wlan40M.exe
option		= STOP
if_success	= inst_sleep
if_error	= inst_mkfolder
[inst_sleep]
command		= sleep
time		= 500
goto		= inst_find
;------------------------------------------------------
[inst_mkfolder]
command		= make_folder
folder_path1	= "$PROG$\BUFFALO\Wlan40M"
if_success	= inst_file_copy
if_error	= inst_error
;------------------------------------------------------
[inst_file_copy]
command		= xcopy
type		= COPY_ALWAYS
src			= "$SETUP$"
dst			= "$PROG$\BUFFALO\Wlan40M"
if_success	= inst_add_group
if_error	= inst_error
;===========================================================================
; ƒVƒ‡[ƒgƒJƒbƒg
;===========================================================================
[inst_add_group]
command		= add_menu_item_b
group		= "ƒGƒAƒXƒe[ƒVƒ‡ƒ“ƒ†[ƒeƒBƒŠƒeƒB"
item1		= "AirStation”{‘¬Ý’èƒc[ƒ‹","$PROG$\BUFFALO\Wlan40M\Wlan40M.exe"
show		= NO
set_uninst	= YES
if_success	= inst_add_group2
if_error	= inst_error
[inst_add_group2]
command		= copy_file2
type		= COPY_ALWAYS
file1		= "$MENUGRPB$\ƒGƒAƒXƒe[ƒVƒ‡ƒ“ƒ†[ƒeƒBƒŠƒeƒB\±Ý²Ý½Ä°×.lnk", "$MENUGRPB$\ƒGƒAƒXƒe[ƒVƒ‡ƒ“ƒ†[ƒeƒBƒŠƒeƒB\AirStation”{‘¬Ý’èƒc[ƒ‹‚̃Aƒ“ƒCƒ“ƒXƒg[ƒ‹.lnk"
if_success	= inst_add_group3
if_error	= inst_error
[inst_add_group3]
command		= del_file
file_path1	= "$MENUGRPB$\ƒGƒAƒXƒe[ƒVƒ‡ƒ“ƒ†[ƒeƒBƒŠƒeƒB\±Ý²Ý½Ä°×.lnk"
if_success	= inst_set_uninst_data
if_error	= inst_error

;------------------------------------------------------
[inst_set_uninst_data]
command		= set_uninst_info
uninst_section	= uninstall
display_name	= "BUFFALO AirStation”{‘¬Ý’èƒc[ƒ‹iƒAƒ“ƒCƒ“ƒXƒg[ƒ‹j"
error_report	= NO
if_success	= regadd
if_error	= inst_error
;------------------------------------------------------
[regadd]
command		= set_reg_value
key_name	= "HKEY_LOCAL_MACHINE\SOFTWARE\MELCO INC\MelSetup\UN900120"
value1		= Version, DWORD, 65795
;if_success	= inst_done
if_success	= Check_argument
if_error		= inst_error
;------------------------------------------------------
[Check_argument]
command		= check_argument
if_value_D	= Execute_App
if_other		= inst_done

[Execute_App]
command		= execute_app
type			= WAIT
file1			= "$PROG$\BUFFALO\Wlan40M\Wlan40M.exe"
option1		= /h
if_success	= inst_done
if_error		= inst_done

;------------------------------------------------------
[inst_done]
command		= sleep
time		= 1
goto		=quit_success
[quit_success]
command		= quit
return		= 0
[quit_error]
command		= quit
return		= 1
[quit_cancel]
command		= quit
return		= 2

;------------------------------------------------------

;===========================================================================
;
;                          ƒAƒ“ƒCƒ“ƒXƒg[ƒ‹‰Šú‰»
;
;===========================================================================
[uninstall]
command		= disp_dialog
string1		= "BUFFALO AirStation”{‘¬Ý’èƒc[ƒ‹‚̃Aƒ“ƒCƒ“ƒXƒg[ƒ‹‚ðŠJŽn‚µ‚Ü‚·B"
string2		= ""
string3		= "ƒAƒ“ƒCƒ“ƒXƒg[ƒ‹‚ðŽn‚ß‚é‚ɂ́uŠJŽnvƒ{ƒ^ƒ“‚ð‰Ÿ‚µ‚Ä‚­‚¾‚³‚¢B"
string4		= "ƒAƒ“ƒCƒ“ƒXƒg[ƒ‹‚𒆎~‚·‚é‚ɂ́u’†Ž~vƒ{ƒ^ƒ“‚ð‰Ÿ‚µ‚Ä‚­‚¾‚³‚¢B"
button2		= ŠJŽn, uninst_find
button3		= ’†Ž~, QUIT
focus		= 2
;------------------------------------------------------
[uninst_error]
command		= disp_msg_box
string_num	= 3
string1		= "BUFFALO AirStation”{‘¬Ý’èƒc[ƒ‹‚̃Aƒ“ƒCƒ“ƒXƒg[ƒ‹‚É"
string2		= "Ž¸”s‚µ‚Ü‚µ‚½Bƒpƒ\ƒRƒ“‚ðÄ‹N“®‚µ‚½Œã‚ɁA"
string3		= "‚à‚¤ˆê“xƒAƒ“ƒCƒ“ƒXƒg[ƒ‹‚µ‚Ä‚­‚¾‚³‚¢B"
button		= OK
option		= STOP
if_ok_yes	= QUIT
;------------------------------------------------------
[uninst_find]
command		= find_app
file		= Wlan40M.exe
option		= STOP
if_success	= uninst_sleep_y
if_error	= uninst_del_file
[uninst_sleep_y]
command		= sleep
time		= 500
goto		= uninst_find
;------------------------------------------------------
[uninst_del_file]
command		= xdelete
dst			= "$PROG$\BUFFALO\Wlan40M"
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$\ƒGƒAƒXƒe[ƒVƒ‡ƒ“ƒ†[ƒeƒBƒŠƒeƒB\AirStation”{‘¬Ý’èƒc[ƒ‹.lnk"
file_path2	= "$MENUGRPB$\ƒGƒAƒXƒe[ƒVƒ‡ƒ“ƒ†[ƒeƒBƒŠƒeƒB\AirStation”{‘¬Ý’èƒc[ƒ‹‚̃Aƒ“ƒCƒ“ƒXƒg[ƒ‹.lnk"
folder_path1	= "$MENUGRPB$\ƒGƒAƒXƒe[ƒVƒ‡ƒ“ƒ†[ƒeƒBƒŠƒeƒB", RECURSIVE
folder_path2	= "$PROG$\BUFFALO\Wlan40M", RECURSIVE
;------------------------------------------------------
[uninst_del_uninst_data]
command		= del_uninst_info
if_success	= uninstalled_msg
if_error	= uninstalled_msg
;------------------------------------------------------
[uninstalled_msg]
command		= disp_msg_box
string1		= "BUFFALO AirStation”{‘¬Ý’èƒc[ƒ‹‚̃Aƒ“ƒCƒ“ƒXƒg[ƒ‹‚ª³í‚ɏI—¹‚µ‚Ü‚µ‚½B"
button		= OK
if_ok_yes	= QUIT
;------------------------------------------------------
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: 1.33