;
; Intrusion Detector Install Setting File Ver.1.04
;
;===========================================================================
;
; Initialization
;
;===========================================================================
[initialize]
title = "BUFFALO Intrusion Detector Installer"
date = 800002
goto = menu
if_not_admini = QUIT
;===========================================================================
; Environment Check
;===========================================================================
;------------------------------------------------------
[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
[error_menu_check_oldver]
command = disp_msg_box
string_num = 3
string1 = "The earlier version is detected in your system"
string2 = "Uninstall the earlier version Intrusion Detector"
string3 = "to install Intrusion Detector."
button = YES_NO
if_ok_yes = menu
if_cancel_no = QUIT
;===========================================================================
[menu]
command = disp_agreement
text_image = "$SETUP$\abrfirst.txt"
string1 = "Before installation"
button1 = Install,license
button2 = Cancel,QUIT
focus = 1
;===========================================================================
[menu_old]
;command = disp_dialog
focus = 2
string1 = "Starts Intrusion Detector installation."
string2 = ""
string3 = "Please close other applications prior to"
string4 = "beginning the setup process"
string5 = "Click 'Cancel' to quit installation."
button2 = OK, license
button3 = Cancel, QUIT
;------------------------------------------------------
[license]
command = disp_agreement
text_image = "$SETUP$\license.txt"
string1 = "License Agreement"
button1 = "I &Agree",user_folder
button2 = "I &disagree",QUIT
focus = 1
;------------------------------------------------------
[user_folder]
command = select_folder
focus = 3
string1 = "Intrusion Detector is installed in the following folder."
folder_path = "$PROG$\BUFFALO\ABRECEIVER"
button1 = B&rowse
button2 = &Back,license
button3 = &Next,inst_find
;===========================================================================
; Installation
;===========================================================================
[inst_error]
command = disp_msg_box
string_num = 1
string1 = "Failed Intrusion Detector installation."
button = OK
option = STOP
if_ok_yes = QUIT
;------------------------------------------------------
[inst_find]
command = find_app
file = ABReceiver.exe
option = STOP
if_success = inst_sleep
if_error = inst_mkfolder
[inst_sleep]
command = sleep
time = 1000
goto = inst_mkfolder
;------------------------------------------------------
[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_SKIP_NEWFILE
file1 = $SETUP$\ABReceiver.exe, "$USER$\ABReceiver.exe"
file2 = $SETUP$\alarm.wav, "$USER$\alarm.wav"
file3 = $SETUP$\AB_HELP.chm, "$USER$\AB_HELP.chm"
file4 = $SETUP$\ABRECV.CPL, "$WINSYS$\ABRECV.CPL"
if_success = inst_add_group
if_error = inst_error
;===========================================================================
; ショートカット
;===========================================================================
[inst_add_group]
command = add_menu_item_b
group = "AirStation Utility"
item1 = "Intrusion Detector","$USER$\ABReceiver.exe"
;item2 = "Intrusion Detector Help","$USER$\AB_HELP.chm"
show = NO
;set_uninst = YES
if_success = inst_set_uninst_data
if_error = inst_error
[inst_add_group2]
;command = copy_file2
type = COPY_SKIP_NEWFILE
file1 = "$MENUGRPB$\AirStation Utility\uninstaller.lnk", "$MENUGRPB$\AirStation Utility\Uninstall Intrusion Detector.lnk"
if_success = inst_add_group3
if_error = inst_error
[inst_add_group3]
;command = del_file
file_path1 = "$MENUGRPB$\AirStation Utility\uninstaller.lnk"
if_success = inst_add_startup
if_error = inst_error
;------------------------------------------------------
[inst_add_startup]
;command = make_shortcut
if_success = inst_set_uninst_data
if_error = inst_error
shortcut1 = "$STARTGRP$\Intrusion Detector.lnk", "$USER$\ABReceiver.exe"
;------------------------------------------------------
[inst_set_uninst_data]
command = set_uninst_info
uninst_section = uninstall
error_report = NO
display_name = "BUFFALO Intrusion Detector"
if_success = regadd1
if_error = inst_error
;------------------------------------------------------
[regadd1]
command = set_reg_value
key_name = HKEY_CURRENT_USER\Software\MELO\ABRECEIVER
value1 = AlarmSound, SZ, alarm.wav
value2 = Flag, DWORD, 4294967279
if_success = regadd2
if_error = inst_error
[regadd2]
command = set_reg_value
key_name = "HKEY_LOCAL_MACHINE\Software\MELCO INC.\AirStation Utility\ABRECEIVER"
value1 = Application, SZ, $USER$\ABReceiver.exe
if_success = regadd3
if_error = inst_error
[regadd3]
command = set_reg_value
key_name = HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\run
value1 = ABRECEIVER, SZ, $USER$\ABReceiver.exe
if_success = inst_done
if_error = inst_error
;------------------------------------------------------
[inst_done]
command = disp_msg_box
string1 = "Complete Intrusion Detector installation"
button = OK
if_ok_yes = Execute_App
;------------------------------------------------------
[Execute_App]
command = execute_app
type = NOWAIT
file1 = "$USER$\ABReceiver.exe"
if_success = QUIT
if_error = QUIT
;===========================================================================
;
; Initialize Uninstall
;
;===========================================================================
[uninstall]
command = disp_dialog
string1 = "Starts Intrusion Detector uninstallation."
string2 = "Click 'Continue' to start uninstallation."
string3 = "Click 'Cancel' to quit uninstallation."
string4 = ""
button2 = Continue, uninstFind
button3 = Cancel, QUIT
focus = 2
;------------------------------------------------------
[uninst_error]
command = disp_msg_box
string_num = 3
string1 = "Failed Intrusion Detector uninstallation."
string2 = "Try again after restart your computer."
string3 = ""
button = OK
option = STOP
if_ok_yes = QUIT
;===========================================================================
[uninstFind]
command = find_app
file = ABReceiver.exe
option = STOP
if_success = uninstSleep
if_error = regdel1
;------------------------------------------------------
[uninstSleep]
command = sleep
time = 1000
goto = regdel1
;------------------------------------------------------
[regdel1]
command = del_reg_value
key_name = "HKEY_CURRENT_USER\Software\MELCO\ABRECEIVER"
value_name1 = AlarmSound
value_name2 = Flag
if_success = regdel2
if_error = regdel2
[regdel2]
command = del_reg_value
key_name = "HKEY_LOCAL_MACHINE\Software\MELCO INC.\AirStation Utility\ABRECEIVER"
value_name1 = Application
if_success = regdel3
if_error = regdel3
[regdel3]
command = del_reg_value
key_name = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\run"
value_name1 = ABRECEIVER
if_success = regdel4
if_error = regdel4
[regdel4]
command = del_reg_key
key_name1 = "HKEY_CURRENT_USER\Software\MELCO\ABRECEIVER"
key_name2 = "HKEY_LOCAL_MACHINE\Software\MELCO INC.\AirStation Utility\ABRECEIVER"
if_success = uninst_del_file
if_error = uninst_del_file
;------------------------------------------------------
[uninst_del_file]
command = del_file
file_path1 = "$USER$\ABReceiver.exe"
file_path2 = "$USER$\alarm.wav"
file_path3 = "$USER$\AB_HELP.chm"
file_path4 = "$WINSYS$\ABRECV.CPL"
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 Utilitty\Intrusion Detector.lnk"
;file_path2 = "$MENUGRPB$\AirStation Utilitty\Intrusion Detector Help.lnk"
;file_path3 = "$MENUGRPB$\AirStation Utilitty\Uninstall Intrusion Detector.lnk"
;file_path4 = "$STARTGRP$\Intrusion Detector.lnk"
folder_path1 = "$MENUGRPB$\AirStation Utilitty", RECURSIVE
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
;------------------------------------------------------
[uninstalled_msg]
command = disp_msg_box
string1 = "Complete uninstall Intrusion Detector."
button = OK
if_ok_yes = QUIT
;------------------------------------------------------
Download Driver Pack
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.