Setup.ini Driver File Contents (ClientMgrV.zip)

;
;      Client Manager V インストーラÝèファイル Ver.1.00.00.01
;      ProductVersion : 0x00010000(65536)
;
;===========================================================================
;
;                            インストール初ú»
;
;===========================================================================
[initialize]
title		= "BUFFALO Client Manager V Installer"
Version		= 1.00
date		= 900119
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\UN900119"
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 Client Manager V"
string2		= "is 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

;===========================================================================
; «チェック
;===========================================================================
[menu_check_os]
command		= check_os_ver
if_winvista	= menu_check_ie
if_other	= NOT_SUPPORT
;------------------------------------------------------
[menu_check_ie]
command		= check_ie_ver
if_other	= menu
;===========================================================================
; インストールメニュー
;===========================================================================
[menu]
command		= disp_dialog
focus		= 2
string1		= "Client Manager V 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		= "Client Manager V will be installed and saved to the following folder:"
folder_path	= "$PROG$\BUFFALO\clientmgrv"
button1		= Browse
button2		= Back,license
button3		= Next,inst_find1
;===========================================================================
; インストール
;===========================================================================
[inst_error]
command		= disp_msg_box
string_num	= 1
string1		= "Failed to install Client Manager V "
button		= OK
option		= STOP
if_ok_yes	= quit_error
;------------------------------------------------------
[inst_find1]
command		= find_app
file		= cmvMain.exe
option		= STOP
if_success	= inst_sleep1
if_error	= inst_find2
[inst_sleep1]
command		= sleep
time		= 1000
goto		= inst_find1_2
[inst_find1_2]
command		= find_app
file		= cmvMain.exe
option		= STOP
if_success	= inst_sleep1_2
if_error	= inst_find2
[inst_sleep1_2]
command		= sleep
time		= 10000
goto		= inst_find1_3
[inst_find1_3]
command		= find_app
file		= cmvMain.exe
option		= STOP
if_success	= attention_session
if_error	= inst_find2
;------------------------------------------------------
[inst_find2]
command		= find_app
file		= cmvConsole.exe
option		= STOP
if_success	= inst_sleep2
if_error	= inst_find3
[inst_sleep2]
command		= sleep
time		= 500
goto		= inst_find2
;------------------------------------------------------
[inst_find3]
command		= find_app
file		= AOSSWPS.exe
option		= STOP
if_success	= inst_sleep3
if_error	= inst_find4
[inst_sleep3]
command		= sleep
time		= 500
goto		= inst_find3
;------------------------------------------------------
[inst_find4]
command		= find_app
file		= AirMonv.exe
option		= STOP
if_success	= inst_sleep4
if_error	= inst_service
[inst_sleep4]
command		= sleep
time		= 500
goto		= inst_find4
;------------------------------------------------------
[inst_service]
command		= install_service
if_success	= inst_mkfolder
if_error	= inst_error
service_name	= "BUFADPT"
driver_path_nt4	= "$SETUP$\bin\BUFADPT.SYS"
driver_path_2k	= "$SETUP$\bin\BUFADPT.SYS"
driver_path_xp	= "$SETUP$\bin\BUFADPT.SYS"
service_type	= 1
start_type	= 1
start		= 1
;------------------------------------------------------
[inst_mkfolder]
command		= make_folder
folder_path1	= "$USER$"
folder_path2	= "$USER$\bin"
if_success	= inst_file_copy
if_error	= inst_error
[inst_file_copy]
command		= copy_file2
type		= COPY_ALWAYS
file1		= "$SETUP$\License.txt",  "$USER$\License.txt"
file2		= "$SETUP$\License_OpenSSL.txt",  "$USER$\License_OpenSSL.txt"
file3		= "$SETUP$\License_WscRefImpl.txt",  "$USER$\License_WscRefImpl.txt"
if_success	= inst_file_copyx
if_error	= inst_error
[inst_file_copyx]
command		= xcopy
type		= COPY_ALWAYS
src			= "$SETUP$\bin"
dst			= "$USER$\bin"
if_success	= inst_add_group
if_error	= inst_error
;===========================================================================
; ショートカット
;===========================================================================
[inst_add_group]
command		= add_menu_item_b
group		= "AirStation Utility"
item1		= ClientManagerV,"$USER$\bin\cmvMain.exe"
show		= NO
if_success	= inst_add_desktop
if_error	= inst_error
[inst_add_desktop]
command		= make_shortcut
shortcut1	= "$DESKTOP$\ClientManagerV.lnk", "$USER$\bin\cmvMain.exe"
if_success	= inst_add_startup
if_error	= inst_error
[inst_add_startup]
command		= make_shortcut
shortcut1	= "$STARTGRP$\ClientManagerV.lnk", "$USER$\bin\cmvMain.exe"
if_success	= inst_set_uninst_data
if_error	= inst_error
;------------------------------------------------------
[inst_set_uninst_data]
command		= set_uninst_info
uninst_section	= uninstall
display_name	= "BUFFALO Client Manager V"
error_report	= NO
if_success	= regadd
if_error	= inst_error
;------------------------------------------------------
[regadd]
command		= set_reg_value
key_name	= "HKEY_LOCAL_MACHINE\SOFTWARE\MELCO INC\MelSetup\UN900119"
value1		= Version, DWORD, 65536
if_success	= regadd_aoss
if_error	= inst_error
[regadd_aoss]
command		= set_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\AOSSWPS
value1		= PATH, SZ, "$USER$\bin\AOSSWPS.exe"
if_success	= inst_rundll32
if_error	= inst_error
;------------------------------------------------------
[inst_rundll32]
command		= execute_app
type		= WAIT
file1		= "$WINSYS$\rundll32.exe", " WlanNet.dll,DllRegisterServer", "$USER$\bin"
file2		= "$WINSYS$\rundll32.exe", " WlanNetPs.dll,DllRegisterServer", "$USER$\bin"
if_success	= inst_done
if_error	= inst_error
;------------------------------------------------------
[inst_done]
command		= disp_msg_box
string1		= "Client Manager V installation complete."
button		= OK
if_ok_yes	= Execute_App
;------------------------------------------------------
[Execute_App]
command		= execute_app
type		= NOWAIT
file1		= "$USER$\bin\cmvMain.exe"
option1		= /DOGAPP="AirNavi.exe"
Token		= SUCCESS
if_success	= quit_success
if_error	= quit_success

;===========================================================================
;
;                          アンインストール初ú»
;
;===========================================================================
[uninstall]
command		= disp_dialog
string1		= "Uninstalling of Client Manager V"
string2		= ""
string3		= "To uninstall click `Start`."
string4		= "To cancel the process at any time click `Stop`"
button2		= Start, uninst_find1
button3		= Stop, quit_cancel
focus		= 2
;------------------------------------------------------
[uninst_error]
command		= disp_msg_box
string_num	= 3
string1		= "Failed to uninstall Client Manager V."
string2		= "Please reboot the computer and try again."
string3		= ""
button		= OK
option		= STOP
if_ok_yes	= quit_error
;------------------------------------------------------
[uninst_find1]
command		= find_app
file		= cmvMain.exe
option		= STOP
if_success	= uninst_sleep1
if_error	= uninst_find2
[uninst_sleep1]
command		= sleep
time		= 1000
goto		= uninst_find1_2
[uninst_find1_2]
command		= find_app
file		= cmvMain.exe
option		= STOP
if_success	= uninst_sleep1_2
if_error	= uninst_find2
[uninst_sleep1_2]
command		= sleep
time		= 10000
goto		= uninst_find1_3
[uninst_find1_3]
command		= find_app
file		= cmvMain.exe
option		= STOP
if_success	= attention_session
if_error	= uninst_find2
;------------------------------------------------------
[uninst_find2]
command		= find_app
file		= cmvConsole.exe
option		= STOP
if_success	= uninst_sleep2
if_error	= uninst_find3
[uninst_sleep2]
command		= sleep
time		= 500
goto		= uninst_find2
;------------------------------------------------------
[uninst_find3]
command		= find_app
file		= AOSSWPS.exe
option		= STOP
if_success	= uninst_sleep3
if_error	= uninst_find4
[uninst_sleep3]
command		= sleep
time		= 500
goto		= uninst_find3
;------------------------------------------------------
[uninst_find4]
command		= find_app
file		= AirMonv.exe
option		= STOP
if_success	= uninst_sleep4
if_error	= uninst_rundll32
[uninst_sleep4]
command		= sleep
time		= 500
goto		= uninst_find4
;------------------------------------------------------
[uninst_rundll32]
command		= execute_app
type		= WAIT
file1		= "$WINSYS$\rundll32.exe", " WlanNet.dll,DllUnregisterServer", "$USER$\bin"
file2		= "$WINSYS$\rundll32.exe", " WlanNetPs.dll,DllUnregisterServer", "$USER$\bin"
if_success	= regdel_aoss
if_error	= regdel_aoss
;------------------------------------------------------
[regdel_aoss]
command		= del_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\AOSSWPS
value_name1	= PATH
if_success	= regdel_aossk
if_error	= regdel_aossk
[regdel_aossk]
command		= del_reg_key
key_name1	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\AOSSWPS
if_success	= uninst_del_group
if_error	= uninst_del_group
;------------------------------------------------------
[uninst_del_group]
command		= del_file
file_path1	= "$MENUGRPB$\AirStation Utility\ClientManagerV.lnk"
file_path2	= "$DESKTOP$\ClientManagerV.lnk"
file_path3	= "$STARTGRP$\ClientManagerV.lnk"
folder_path1	= "$MENUGRPB$\AirStation Utility", RECURSIVE
if_success	= uninst_del_filex
if_error	= uninst_del_filex
;------------------------------------------------------
[uninst_del_filex]
command		= xdelete
dst			= "$USER$\bin"
if_success	= uninst_del_file
if_error	= uninst_del_file
;------------------------------------------------------
[uninst_del_file]
command		= del_file
file_path1		= "$USER$\License.txt"
file_path2		= "$USER$\License_OpenSSL.txt"
file_path3		= "$USER$\License_WscRefImpl.txt"
folder_path2	= "$USER$", RECURSIVE
folder_path1	= "$USER$\bin"
if_success	= uninst_del_uninst_data
if_error	= uninst_del_uninst_data
;------------------------------------------------------
[uninst_del_uninst_data]
command		= del_uninst_info
if_success	= uninstalled_msg
if_error	= uninstalled_msg
;------------------------------------------------------
[uninst_service]
if_success	= uninst_del_file
if_error	= uninst_del_file
command		= uninstall_service
service_name	= "BUFADPT"
;------------------------------------------------------
[uninstalled_msg]
command		= disp_msg_box
string1		= "Uninstalling of Client Manager V complete."
button		= OK
if_ok_yes	= quit_success
;------------------------------------------------------

;------------------------------------------------------
; 終¹Í(ê部ð除¢Ä)±±Ìセクションð使用µÜ·
;------------------------------------------------------
[attention_session]
command		= disp_msg_box
string_num	= 5
string1		= "Client Manager V is already running."
string2		= ""
string3		= "If log on users exist,"
string4		= "try again after log off or restart Windows."
string5		= ""
button		= OK
option		= STOP
if_ok_yes	= quit_cancel
[quit_success]
command		= quit
return		= 0
[quit_error]
command		= quit
return		= 1
[quit_cancel]
command		= quit
return		= 2
[quit_success_and_reboot]
command		= quit
return		= 3

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: web2, load: 0.97