Setup.ini Driver File Contents (SLW_Software.zip)

;==============================================================================
;		SecureLockWare インストーラÝèファイル
;		Ver.2.51a01	2005/07/29	Î応»品ÇÁ
;
;		Windows2000/XP
;==============================================================================



;===========================================================================
;
;                            インストール初ú»
;
;===========================================================================
[initialize]

title			= "BUFFALO Secure Lock Ware Installer"
date			= 050225
if_not_admini		= QUIT
goto			= install_check_os
;------------------------------------------------------
[install_check_os]

command			= check_os_ver

if_win2000		= install_start
if_winxp		= install_start

if_other		= NOT_SUPPORT
;------------------------------------------------------
[find_driver_service]

command			= find_reg_key

key_name		= "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecureLockWare_EncryptFilterDriver"

if_success		= find_driver_file
if_error		= install_start
;------------------------------------------------------
[find_driver_file]
command			= find_file

file_path		= "$PROG$\BUFFALO\SLW\ENCRDLG.exe"
if_success		= install_start
if_error		= uninstall_not_finish
;------------------------------------------------------
[uninstall_not_finish]

command			= disp_dialog

string1			= "Uninstall has failed"
string2			= "Restart the computer and try"
string3			= "again."

focus			= 2

button2			= Restart, REBOOT
button3			= Cancel, QUIT




;===========================================================================
;
;                          インストールセクション
;
;===========================================================================
[install_start]

command			= disp_dialog

string1			= "Welcome to the Secure Lock Ware installation wizard."
string2			= "Make sure to uninstall any previously installed "
string3			= "versions of Secure Lock Ware before proceeding."
string5			= "To install Secure Lock Ware press Start."

button2			= Start, find_old_encrdlg
button3			= Cancel, QUIT

focus			= 3
;------------------------------------------------------
[find_old_encrdlg]
command			= find_file

file_path		= "$PROG$\BUFFALO\SLW\ENCRDLG.exe"

if_success		= stop_service
if_error		= make_SLW_folder
;------------------------------------------------------
[stop_service]
command			= execute_app

type			= WAIT

file1			= "$PROG$\BUFFALO\SLW\ENCRDLG.exe", "-SERVICE_UNINSTALL"

if_success		= service_stop_wait
if_error		= inst_error
;------------------------------------------------------
[service_stop_wait]
command			= sleep
time			= 1000
goto			= make_SLW_folder
;------------------------------------------------------
[make_SLW_folder]

command			= make_folder

folder_path1		= "$PROG$\BUFFALO\SLW"

if_success		= copy_encrdlg
if_error		= inst_error
;------------------------------------------------------
[copy_encrdlg]
command			= copy_file

type			= COPY_SKIP_NEWFILE

file1			= $SETUP$\ENCRDLG.exe, "$PROG$\BUFFALO\SLW\ENCRDLG.exe"
file2			= $SETUP$\ENCRFIL.SYS, "$WINDOWS$\SYSTEM32\DRIVERS\ENCRFIL.SYS"
file3			= $SETUP$\EraseFilter.exe, "$PROG$\BUFFALO\SLW\EraseFilter.EXE"
file4			= $SETUP$\SLWconf.exe, "$PROG$\BUFFALO\SLW\SLWconf.exe"
file5			= $SETUP$\SLWconf.ini, "$PROG$\BUFFALO\SLW\SLWconf.ini"
file6			= $SETUP$\FileEncrypter.exe, "$PROG$\BUFFALO\SLW\FileEncrypter.exe"
file7			= $SETUP$\slwmenu.dll, "$PROG$\BUFFALO\SLW\slwmenu.dll"
file8			= $SETUP$\aesenc.dll, "$PROG$\BUFFALO\SLW\aesenc.dll"
file9			= $SETUP$\SLWFIL.SYS, "$WINDOWS$\SYSTEM32\DRIVERS\SLWFIL.SYS"
file10			= $SETUP$\manual.pdf, "$PROG$\BUFFALO\SLW\manual.pdf"
folder1			= $SETUP$\images, "$PROG$\BUFFALO\SLW\images"

if_success		= add_group
if_error		= inst_error
;------------------------------------------------------
[add_group]

command			= add_menu_item_b

group			= "Secure Lock Ware"

item1			= "Secure Lock Ware", "$PROG$\BUFFALO\SLW\SLWconf.exe"
item2			= "Unlock the device on this PC", "$PROG$\BUFFALO\SLW\ENCRDLG.exe"
item3			= "Lock the device", "$PROG$\BUFFALO\SLW\ENCRDLG.exe", "-LockDevice"

set_uninst		= YES

if_success		= add_service
if_error		= inst_error
;------------------------------------------------------
[add_service]
command			= execute_app

type			= WAIT

file1			= "$PROG$\BUFFALO\SLW\ENCRDLG.exe", "-SERVICE_INSTALL"

if_success		= file_association
if_error		= inst_error
;------------------------------------------------------
[file_association]
command			= execute_app

type			= WAIT

file1			= "$PROG$\BUFFALO\SLW\FileEncrypter.exe", "-i"

if_success		= set_uninst
if_error		= inst_error
;------------------------------------------------------
[set_uninst]

command			= set_uninst_info

uninst_section	= uninstall_start

display_name	= "BUFFALO Secure Lock Ware"

error_report	= YES

if_success		= end_install_2k_xp
if_error		= inst_error
;------------------------------------------------------
[end_install_2k_xp]

command			= disp_dialog

string1			= "Installation is complete."
string2			= ""
string3			= "To start to the Secure Lock Ware Wizard, click 'Next'."
string4			= "To setup Secure Lock Ware later (from Start Menu),"
string5			= "click 'Finish'."


focus			= 2

button2			= Next, exe_conf
button3			= Finish, QUIT
;------------------------------------------------------
[exe_conf]
command			= execute_app

type			= NOWAIT

file1			= "$PROG$\BUFFALO\SLW\SLWconf.exe"

if_success		= QUIT
if_error		= QUIT
;------------------------------------------------------
[inst_error]

command			= disp_msg_box

string_num		= 3

string1			= "Instalation of Secure Lock Ware has failed."
string2			= "Please restart your computer"
string3			= "and reinstall."

button			= OK
option			= STOP

if_ok_yes		= QUIT



;===========================================================================
;
;   アンインストール
;
;===========================================================================
[uninstall_start]

command			= disp_dialog

string1			= "Uninstall Secure Lock Ware."
string2			= ""
string3			= "Click Start to uninstall Secure Lock Ware."
string4			= ""

button2			= Start, find_exe_file
button3			= Cancel, QUIT

focus			= 3
;------------------------------------------------------
[find_exe_file]
command			= find_file

file_path		= "$PROG$\BUFFALO\SLW\ENCRDLG.exe"

if_success		= unregister
if_error		= del_file
;------------------------------------------------------
[unregister]
command			= execute_app

type			= WAIT

file1			= "$PROG$\BUFFALO\SLW\EraseFilter.EXE"

if_success		= file_unassociation
if_error		= inst_error
;------------------------------------------------------
[file_unassociation]
command			= execute_app

type			= WAIT

file1			= "$PROG$\BUFFALO\SLW\FileEncrypter.exe", "-u"

if_success		= del_file
if_error		= inst_error
;------------------------------------------------------
[del_file]

command			= del_file

file_path1		= "$PROG$\BUFFALO\SLW\ENCRDLG.exe"
file_path2		= "$WINDOWS$\SYSTEM32\DRIVERS\ENCRFIL.SYS"
file_path3		= "$PROG$\BUFFALO\SLW\EraseFilter.exe"
file_path4		= "$PROG$\BUFFALO\SLW\SLWconf.exe"
file_path5		= "$PROG$\BUFFALO\SLW\SLWconf.ini"
file_path6		= "$PROG$\BUFFALO\SLW\FileEncrypter.exe"
file_path7		= "$PROG$\BUFFALO\SLW\manual.pdf"
file_path8		= "$WINDOWS$\SYSTEM32\DRIVERS\SLWFIL.SYS"
folder_path1		= "$PROG$\BUFFALO\SLW\images", WITH_FILES
;folder_path2		= "$PROG$\BUFFALO\SLW"

if_success		= del_group
if_error		= del_group
;------------------------------------------------------
[del_group]

command			= del_menu_item

group			= "Secure Lock Ware"

if_success		= del_uninst_data
if_error		= del_uninst_data
;------------------------------------------------------
[del_uninst_data]

command			= del_uninst_info

if_success		= report_uninstall
if_error		= report_uninstall
;------------------------------------------------------
[report_uninstall]

command			= disp_error_report

if_no_error		= end_uninstall
if_error		= end_uninstall
;------------------------------------------------------
[end_uninstall]

command			= disp_dialog

string1			= "Uninstall has completed successfully"
string2			= "Please restart your computer."
string3			= ""
string4			= "Would you like to restart your computer now?"

button1			= Yes, REBOOT
button3			= No, 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: web3, load: 2.69