Setup.ini Driver File Contents (wliucgne-210.zip)

;
;      Client Manager3インストーラÝèファイル Ver.3.10.01.01
;      ProductVersion : 0x00020004(131076)
;
;===========================================================================
;
;                            インストール初ú»
;
;===========================================================================
[initialize]
title		= "BUFFALO Client Manager 3 Installer"
Version		= 3.10
date		= 800114
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\UN800114"
value		= Version, DWORD, 131076
if_large	= check_arg_large
if_other	= menu_check_os

[check_arg_large]
command		= disp_msg_box
string_num	= 5
string1		= "The later version Client Manager 3"
string2		= "is already installed."
string3		= "Update is not 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_win2000	= menu_check_ie
if_winxp	= menu_check_ie
if_other	= NOT_SUPPORT
;------------------------------------------------------
[menu_check_ie]
command		= check_ie_ver
if_ie00		= error_menu_check_ie
if_ie30		= error_menu_check_ie
if_ie40		= error_menu_check_ie
if_ie47		= error_menu_check_ie
if_ie50		= attention_menu_check_ie
if_ie55		= check_ng_program1
if_ie60		= check_ng_program1
if_other	= check_ng_program1
[error_menu_check_ie]
command		= disp_msg_box
string_num	= 3
string1		= "In order to execute Client Manager 3
string2		= "it is necessary to have internet explorer"
string3		= "Ver 5.5 or over."
button		= OK
option		= STOP
if_ok_yes	= quit_error
[attention_menu_check_ie]
command		= disp_msg_box
string_num	= 5
string1		= "In order to execute Client Manager 3,"
string2		= "it is necessary to have internet explorer"
string3		= "Ver 5.5 or over."
string4		= ""
string5		= "Do you wish to cancel the installation?"
button		= YES_NO
if_ok_yes	= quit_cancel
if_cancel_no	= check_ng_program1
;------------------------------------------------------
[check_ng_program1]
command		= find_reg_key
key_name	= "HKEY_LOCAL_MACHINE\Software\MELCO INC\Melsetup\UN900104"
if_success	= error_check_ng_program900104
if_error	= check_ng_program2
[error_check_ng_program900104]
command		= disp_msg_box
string_num	= 5
string1		= "An earlier version has been found."
string2		= "It is necessary to uninstall the previously installed"
string3		= "Client Manager 2."
string4		= ""
string5		= "Do you wish to uninstall now?"
button		= YES_NO
if_ok_yes	= call_uninst900104_bkreg
if_cancel_no	= quit_cancel
[call_uninst900104_bkreg]
command		= copy_reg
src			= "HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\BWSVC\ProfilePath"
dst			= "HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3\ProfilePath2"
if_success	= call_uninst900104
if_error	= call_uninst900104
[call_uninst900104]
command		= execute_app
type		= WAIT
file1		= "$WINDOWS$\UN900104.exe"
option1		= /U
if_success	= check_ng_program1
if_error	= check_ng_program1
;------------------------------------------------------
[check_ng_program2]
command		= find_reg_key
key_name	= "HKEY_LOCAL_MACHINE\Software\MELCO INC\Melsetup\UN900111"
if_success	= error_check_ng_program900111
if_error	= check_ng_program3
[error_check_ng_program900111]
command		= disp_msg_box
string_num	= 5
string1		= "An earlier version has been found."
string2		= "It is necessary to uninstall the previously installed"
string3		= "Client Manager 2."
string4		= ""
string5		= "Do you wish to uninstall now?"
button		= YES_NO
if_ok_yes	= call_uninst900111_bkreg
if_cancel_no	= quit_cancel
[call_uninst900111_bkreg]
command		= copy_reg
src			= "HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\BWSVC\ProfilePath"
dst			= "HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3\ProfilePath2"
if_success	= call_uninst900111
if_error	= call_uninst900111
[call_uninst900111]
command		= execute_app
type		= WAIT
file1		= "$WINDOWS$\UN900111.exe"
option1		= /U
if_success	= check_ng_program2
if_error	= check_ng_program2
;------------------------------------------------------
[check_ng_program3]
command		= find_reg_key
key_name	= "HKEY_LOCAL_MACHINE\Software\MELCO INC\Melsetup\UN900110"
if_success	= error_check_ng_program900110
if_error	= menu_check_oldver1
[error_check_ng_program900110]
command		= disp_msg_box
string_num	= 5
string1		= "An earlier version has been found."
string2		= "It is necessary to uninstall the previously installed"
string3		= "Client Manager 2."
string4		= ""
string5		= "Do you wish to uninstall now?"
button		= YES_NO
if_ok_yes	= call_uninst900110
if_cancel_no	= quit_cancel
focus		= 1
[call_uninst900110]
command		= execute_app
type		= WAIT
file1		= "$WINDOWS$\UN900110.exe"
option1		= /U
if_success	= check_ng_program3
if_error	= check_ng_program3
;------------------------------------------------------
[menu_check_oldver1]
command		= find_reg_key
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1530226A-1092-4C8A-9B63-2BBCE5619596}
if_success	= error_menu_check_oldver
if_error	= menu_check_oldver2
[menu_check_oldver2]
command		= find_reg_key
key_name	= HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{A1B59718-82B3-4808-9409-FCE4891B193F}
if_success	= error_menu_check_oldver
if_error	= menu_check_oldver3
[menu_check_oldver3]
command		= find_reg_key
key_name	= "HKEY_LOCAL_MACHINE\Software\MELCO INC\Melsetup\UN900105"
if_success	= error_menu_check_oldver
if_error	= menu
[error_menu_check_oldver]
command		= disp_msg_box
string_num	= 5
string1		= "An earlier version has been found."
string2		= "It is necessary to uninstall the old version"
string3		= "before installing the new version."
string4		= ""
string5		= "Do you wish to continue with the installation."
button		= YES_NO
if_ok_yes	= menu
if_cancel_no	= quit_cancel
;===========================================================================
; インストールメニュー
;===========================================================================
[menu]
command		= disp_dialog
focus		= 2
string1		= "Client Manager 3 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 3 will be installed and saved to the following folder:"
folder_path	= "$PROG$\BUFFALO\Client Manager3"
button1		= Browse
button2		= Back,license
button3		= Next,inst_conflict_branchOS
;===========================================================================
; インストール
;===========================================================================
[inst_error]
command		= disp_msg_box
string_num	= 1
string1		= "Failed to install Client Manager 3 "
button		= OK
option		= STOP
if_ok_yes	= quit_error
;------------------------------------------------------
[inst_conflict_branchOS]
command		= check_os_ver
if_win2000	= inst_confliect_app
if_winxp	= inst_confliect_app
;if_winvista	= inst_confliect_app
if_other	= inst_find
[inst_confliect_app]
command		= execute_app_ex
show_status	= NORMAL
Token		= NOUSE
file		= "$SETUP$\ConfProc.exe"
if_value_0	= inst_find
if_others	= inst_conflict_error
if_error	= inst_conflict_error
[inst_conflict_error]
command		= disp_msg_box
string_num	= 1
string1		= "Failed installation due to conflicting with another application."
button		= OK
option		= STOP
if_ok_yes	= quit_error
;------------------------------------------------------
[inst_find]
command		= find_app
file		= cm3_tray.exe
option		= STOP
if_success	= inst_sleep
if_error	= inst_stop_bwsvc
[inst_sleep]
command		= sleep
time		= 500
goto		= inst_find
;------------------------------------------------------
[inst_stop_bwsvc]
command		= execute_app
type		= WAIT
file1		= "$SETUP$\images\BWSVC.EXE", -stop
if_success	= inst_del_old_version_cm3
if_error	= inst_error

;----------------------------------------------------------------------
; - Ver.1.xÌアンインストール準õ
;----------------------------------------------------------------------
[inst_del_old_version_cm3]
command		= cmp_reg_dword
key_name	= "HKEY_LOCAL_MACHINE\Software\MELCO INC\Melsetup\UN800114"
value		= Version, DWORD, 131075
if_small	= rewrite_uninstall_ini
if_other	= complete_current_suninst
[rewrite_uninstall_ini]
command		= execute_app_ex
show_status	= NORMAL
Token		= NOUSE
file		= "$SETUP$\RewriteIniFile.exe", 
option		= -i "$SETUP$\suninst_change.ini" -o "%WINDIR%\UN800114.INI"
fTransName	= 1
if_value_0	= backup_configration_select
if_others	= rewrite_uninstall_ini_failed
if_error	= rewrite_uninstall_ini_failed
[rewrite_uninstall_ini_failed]
command		= disp_msg_box
string_num	= 2
string1		= "Please uninstall Client Manager 3 before installation."
string2		= ""
button		= OK
option		= STOP
if_ok_yes	= quit_error

;----------------------------------------------------------------------
; - プロファイルÆÝè値Ìバックアップ準õ
;   ビジネスインストーラー使用ãÍ、
;   backup_configration_selectÍ
;   call_uninst900114_rÖjump·é修³ð·é±Æ
;----------------------------------------------------------------------
[backup_configration_select]
command		= sleep
time		= 0
goto		= backup_configration
[backup_configration]
command		= execute_app_ex
show_status	= NORMAL
Token		= NOUSE
file		= "$SETUP$\cm3_backup.exe"
option		= -b -m:"runmode=1"
fTransName	= 1
if_value_0	= call_uninst900114_r
if_others	= failed_backup_configration
if_error	= failed_backup_configration
[failed_backup_configration]
command		= disp_msg_box
string_num	= 4
string1		= "Failed saving setup information to temporary folder."
string2		= "If installation is continued current setup information."
string3		= "might be removed."
string4		= "Will you continue?"
button		= YES_NO
if_ok_yes	= call_uninst900114_r
if_cancel_no	= quit_cancel

;----------------------------------------------------------------------
; - サイレントアンインストールÌ開始
;----------------------------------------------------------------------
[call_uninst900114_r]
command		= release_mymutex
if_success	= call_uninst900114
if_error	= call_uninst900114
[call_uninst900114]
command		= execute_app
type		= WAIT
file1		= "$WINDOWS$\UN800114.exe"
option1		= /U
if_success	= call_uninst900114_c
if_error	= call_uninst900114_c
[call_uninst900114_c]
command		= create_mymutex
if_success	= complete_current_suninst
if_error	= complete_current_suninst
[complete_current_suninst]
command		= sleep
time		= 0
goto		= inst_branchOS

;------------------------------------------------------
[inst_branchOS]
command		= check_os_ver
if_win2000	= inst_service
if_winxp	= inst_service
if_other	= NOT_SUPPORT
;------------------------------------------------------
[inst_service]
command		= install_service
if_success	= inst_mkfolder
if_error	= inst_error
service_name	= "BUFADPT"
driver_path_2k	= "$SETUP$\images\BUFADPT.SYS"
driver_path_xp	= "$SETUP$\images\BUFADPT.SYS"
service_type	= 1
start_type	= 1
start		= 1
;------------------------------------------------------
[inst_mkfolder]
command		= make_folder
folder_path1	= "$USER$"
if_success	= inst_sys_netprov
if_error	= inst_error
;------------------------------------------------------
[inst_sys_netprov]
command		= execute_app_ex
type		= WAIT
file		= "$SETUP$\NtCommon\cominst.exe"
option		= -BwcNetProv "$SETUP$\NtCommon\BwcProv.dll" "$USER$\BwcProv.dll"
fTransName	= 1
if_others	= inst_sys_uninst_info
if_error	= inst_sys_uninst_info
[inst_sys_uninst_info]
command		= copy_file2
type		= COPY_ALWAYS
file1		= "$SETUP$\NtCommon\cominst.exe",  "$USER$\cominst.exe"
if_success	= inst_gina_file_copy
if_error	= inst_gina_file_copy
;------------------------------------------------------ Entery Gina (future entry)
[inst_gina_file_copy]
command		= sleep
time		= 1
goto		= inst_file_copy
;command	= copy_file2
type		= COPY_ALWAYS
file1		= "$SETUP$\bufgina.dll",  "$WINSYS$\bufgina.dll"
if_success	= inst_file_copy
if_error	= inst_file_copy
;------------------------------------------------------
[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_copy_all
if_error	= inst_error
[inst_file_copy_all]
command		= xcopy
type		= COPY_ALWAYS
src		= "$SETUP$\images"
dst		= "$USER$"
if_success	= inst_file_copy_aoss_branch_os
if_error	= inst_error
;------------------------------------------------------
[inst_file_copy_aoss_branch_os]
command		= check_os_ver
if_win2000	= inst_file_copy_aoss
if_winxp	= inst_file_copy_aosswps
if_other	= NOT_SUPPORT
if_error	= inst_error

;---- AOSS
[inst_file_copy_aoss]
command		= xcopy
type		= COPY_ALWAYS
src		= "$SETUP$\aoss"
dst		= "$USER$"
if_success	= restore_configration_select
if_error	= inst_error

;---- AOSSWPS
[inst_file_copy_aosswps]
command		= xcopy
type		= COPY_ALWAYS
src		= "$SETUP$\AOSSWPS"
dst		= "$USER$"
if_success	= restore_configration_select
if_error	= inst_error

;----------------------------------------------------------------------
; - Þðµ½プロファイルÌ復³
;   ビジネスインストーラー使用ãÍ、
;   restore_configration_selectÍ
;   inst_add_groupÖjump·é修³ð·é±Æ
;----------------------------------------------------------------------
[restore_configration_select]
command		= sleep
time		= 0
goto		= restore_configration
[restore_configration]
command		= execute_app_ex
show_status	= NORMAL
Token		= NOUSE
file		= "$SETUP$\cm3_backup.exe"
option		= -m:"runmode=1" -r:"$USER$\Config.dat"
fTransName	= 1
if_value_0	= success_restore_backup_configration
if_others	= failed_restore_configration
if_error	= failed_restore_configration

[success_restore_backup_configration]
command		= sleep
time		= 0
goto		= inst_add_group

[failed_restore_configration]
command		= sleep
time		= 0
goto		= inst_add_group

;===========================================================================
; ショートカット
;===========================================================================
[inst_add_group]
command		= add_menu_item_b
group		= "AirStation Utility"
item1		= ClientManager3,"$USER$\cm3_tray.exe"
show		= NO
;set_uninst	= YES
if_success	= inst_add_startup
if_error	= inst_error
;------------------------------------------------------
[inst_add_startup]
command		= make_shortcut
shortcut1	= "$STARTGRP$\ClientManager3.lnk", "$USER$\cm3_tray.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 3"
error_report	= NO
if_success	= inst_branch_os_for_wzc
if_error	= inst_error
;------------------------------------------------------
[inst_branch_os_for_wzc]
command		= check_os_ver
if_winxp	= save_wzc_type
if_other	= profile_convert_check
;------------------------------------------------------
; ±ÌセクションÍ、アンインストールîñð必要Æ·é。
[save_wzc_type]
command		= get_start_service
service_name	= "WZCSVC"
if_success	= stop_wzc
if_error	= profile_convert_check
[stop_wzc]
command		= stop_service
service_name	= "WZCSVC"
if_success	= profile_convert_check
if_error	= profile_convert_check
;------------------------------------------------------
[profile_convert_check]
if_success	= profile_convert_check2
if_error	= install_bwsvc
command		= find_reg
name		= "HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3\ProfilePath2"
[profile_convert_check2]
if_success	= install_bwsvc
if_error	= profile_convert
command		= find_file
file_path	= "$USER$\bwsvc\config.dat"
[profile_convert]
command		= disp_msg_box
string_num	= 5
string1		= "A profile used with Client Manager 2 has been found."
string2		= ""
string3		= "This can be updated to use with the Client Manager 3."
string4		= ""
string5		= "Do you wish to update this profile?"
button		= YES_NO
if_ok_yes	= profile_convert_add
if_cancel_no	= install_bwsvc
[profile_convert_add]
command		= set_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3
value1		= ProfilePath3, SZ, "$USER$\bwsvc"
if_success	= profile_convert_exe
if_error	= profile_convert_del
[profile_convert_exe]
command		= execute_app
type		= WAIT
file1		= "$SETUP$\profconv.exe", "-silent -convert"
if_success	= profile_convert_del
if_error	= profile_convert_del
[profile_convert_del]
command		= del_reg_value
key_name	= "HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3"
value_name1	= "ProfilePath2"
value_name2	= "ProfilePath3"
if_success	= install_bwsvc
if_error	= install_bwsvc
;------------------------------------------------------
[install_bwsvc]
command		= execute_app
type		= WAIT
file1		= "$USER$\bwsvc.exe", -install
if_success	= inst_start_bwsvc
if_error	= inst_error
[inst_start_bwsvc]
command		= execute_app
type		= WAIT
file1		= "$USER$\bwsvc.exe", -start
if_success	= set_mode
if_error	= inst_error
;------------------------------------------------------
[set_mode]
command		= sleep
time		= 1
goto		= regadd
update_ver	= 2
[business_mode]
command		= set_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3
value1		= RunMode, DWORD, 1
if_success	= regadd
if_error	= inst_error
[home_mode]
command		= set_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3
value1		= RunMode, DWORD, 0
if_success	= regadd
if_error	= inst_error
;------------------------------------------------------
[regadd]
command		= set_reg_value
key_name	= "HKEY_LOCAL_MACHINE\SOFTWARE\MELCO INC\MelSetup\UN800114"
value1		= Version, DWORD, 131076
if_success	= regadd2
if_error	= inst_error
[regadd2]
command		= set_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3
value1		= Dir, SZ, "$USER$"
value2		= ExeFileName, SZ, cm3_tray.exe
value3		= Language, SZ, cm3_tray_0409.dll	;外部リソースDLL指è
value4		= SkinFile, SZ, Skinen.ini			;Skinファイル指è
if_success	= regadd_aoss_branch_os
if_error	= inst_error

;------------------------------------------------------
[regadd_aoss_branch_os]
command		= check_os_ver
if_win2000	= regadd_aoss
if_winxp	= regadd_aosswps
if_other	= NOT_SUPPORT
if_error	= inst_error

[regadd_aoss]
command		= set_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\AOSS
value1		= PATH, SZ, "$USER$\AOSS.exe"
value2		= Language, SZ, "$USER$\aoss\AOSS_0409.dll" ;外部リソースDLL指è
if_success	= regadd_branch_os
if_error	= inst_error

[regadd_aosswps]
command		= set_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\AOSSWPS
value1		= PATH, SZ, "$USER$\AOSSWPS.exe"
if_success	= regadd_branch_os
if_error	= inst_error

;------------------------------------------------------
[regadd_branch_os]
command		= check_os_ver
if_winxp	= regadd_branch_sp
if_other	= del_yb_lnk
[regadd_branch_sp]
command		= check_sp_ver
if_other	= regadd_icf_aosswps_del_aoss
if_sp0		= del_yb_lnk
if_sp1		= del_yb_lnk

[regadd_icf_aosswps_del_aoss]
command		= del_reg_value
key_name	= "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List"
value_name1	= "$USER$\aoss.exe"
if_success	= regadd_icf_aosswps
if_error	= regadd_icf_aosswps
fTransName	= 1
[regadd_icf_aosswps]
command		= set_reg_value
key_name	= "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List"
value1		= $USER$\bwsvc.exe, SZ, $USER$\bwsvc.exe:*:Enabled:ClientMgr3
value2		= $USER$\AOSSWPS.exe, SZ, $USER$\AOSSWPS.exe:*:Enabled:Aoss
if_success	= del_yb_lnk
if_error	= inst_error
fTransName	= 1
;------------------------------------------------------
[del_yb_lnk]
command		= del_file
file_path1	= "$MENUGRPB$\AirStation Utility\ClientManager3-ForYB.lnk"
file_path2	= "$STARTGRP$\ClientManager3-ForYB.lnk"
if_success	= inst_add_group2
if_error	= inst_add_group2
;------------------------------------------------------
[inst_add_group2]
command		= sleep
time		= 0
goto		= inst_done
;command	= del_file
;if_success	= inst_done
;if_error	= inst_done
;file_path1	= "$MENUGRPB$\AirStation Utility\ClientManager3.lnk"
;file_path2	= "$STARTGRP$\ClientManager3.lnk"
;------------------------------------------------------
[inst_done]
command		= check_os_ver
if_win2000	= inst_done_nt
if_winxp	= inst_done_nt
if_other	= NOT_SUPPORT
[inst_done_nt]
command		= disp_msg_box
string1		= "Client Manager 3 installation complete."
button		= OK
if_ok_yes	= Execute_App
;------------------------------------------------------
[Execute_App]
command		= execute_app
type		= NOWAIT
file1		= "$USER$\cm3_tray.exe"
if_success	= quit_success
if_error	= quit_success

;------------------------------------------------------
; 終¹Í(ê部ð除¢Ä)±±Ìセクションð使用µÜ·
;------------------------------------------------------
[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

;===========================================================================
;
;                          アンインストール初ú»
;
;===========================================================================
[uninstall]
command		= disp_dialog
string1		= "Uninstalling of Client Manager 3"
string2		= ""
string3		= "To uninstall click `Start`."
string4		= "To cancel the process at any time click `Stop`"
button2		= Start, uninst_find
button3		= Stop, QUIT
focus		= 2
;------------------------------------------------------
[uninst_error]
command		= disp_msg_box
string_num	= 3
string1		= "Failed to uninstall Client Manager 3."
string2		= "Please reboot the computer and try again."
string3		= ""
button		= OK
option		= STOP
if_ok_yes	= QUIT
;------------------------------------------------------
[uninst_find]
command		= find_app
file		= cm3_tray.exe
option		= STOP
if_success	= uninst_sleep_y
if_error	= uninst_find_bwsvc
[uninst_sleep_y]
command		= sleep
time		= 500
goto		= uninst_find

[uninst_find_bwsvc]
command		= find_file
file_path	= "$USER$\BWSVC.EXE"
if_success	= uninst_stop_bwsvc
if_error	= regdel1

[uninst_stop_bwsvc]
command		= execute_app
type		= WAIT
file1		= "$USER$\BWSVC.EXE", -stop
if_success	= uninstall_bwsvc
if_error	= uninstall_bwsvc
[uninstall_bwsvc]
command		= execute_app
type		= WAIT
file1		= "$USER$\bwsvc.exe", -uninstall
if_success	= regdel1
if_error	= regdel1
;------------------------------------------------------
[regdel1]
command		= del_reg_value
key_name	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3
value_name1	= Dir
value_name2	= ExeFileName
value_name3	= RunMode
value_name4	= ProfilePath2
value_name5	= ProfilePath3
value_name6	= Language	;レジストリí除(外部リソースDLL)
value_name7	= SkinFile	;レジストリí除(Skinファイル指è)
if_success	= regdel2
if_error	= regdel2
[regdel2]
command		= del_reg_key
key_name1	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\clientmgr3
if_success	= regdel3
if_error	= regdel3
[regdel3]
command		= del_reg_key
key_name1	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\AOSS
if_success	= regdel4
if_error	= regdel4
[regdel4]
command		= del_reg_key
key_name1	= HKEY_LOCAL_MACHINE\SOFTWARE\BUFFALO\AOSSWPS
if_success	= regdel_icf
if_error	= regdel_icf
[regdel_icf]
command		= del_reg_value
key_name	= "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List"
value_name1	= "$USER$\bwsvc.exe"
value_name2	= "$USER$\aoss.exe"
value_name3	= "$USER$\AOSSWPS.exe"
if_success	= uninst_sys_netprov
if_error	= uninst_sys_netprov
fTransName	= 1
;------------------------------------------------------
[uninst_sys_netprov]
command		= execute_app
type		= WAIT
file1		= "$USER$\cominst.exe", "-BwcNetProvUninst"
if_success	= uninst_branchOS
if_error	= uninst_branchOS
;------------------------------------------------------
[uninst_branchOS]
command		= check_os_ver
if_win2000	= uninst_del_file
if_winxp	= restore_wzc_type
if_other	= NOT_SUPPORT
;------------------------------------------------------
[restore_wzc_type]
command		= set_start_service
service_name	= "WZCSVC"
if_success	= uninst_del_file
if_error	= uninst_del_file
;------------------------------------------------------

[uninst_del_file]
command		= xdelete
dst	= "$USER$"
if_success	= uninst_del_file_top
if_error	= uninst_del_file_top

[uninst_del_file_top]
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\ClientManager3.lnk"
file_path2	= "$STARTGRP$\ClientManager3.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		= "Uninstalling of Client Manager 3 complete."
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: web2, load: 1.43