SETUP.INI Driver File Contents (DriveStation_Format.zip)

;
;		DISK FORMATTERインストーラÝèファイル Ver.1.12
;
;  [Ï更履ð]
;   Ver.1.00 ---
;   Ver.1.10 Windows 2000/XPÉÎ応
;            ÀÞ³ÝÛ°ÄÞ»°ËÞ½用、È単¾¯Ä±¯Ìß用̤ʻ
;            (µÌß¼®Ý /A:eÅÈ単¾¯Ä±¯Ìß用ÉÈé)
;   Ver.1.11 旧DiskFormatteṟݲݽİ٪途中Å·¬Ý¾Ù³ê½ÛÌ処理ðÇÁ
;   Ver.1.12 メニューðBUFFALOÉÏ更
;
;===========================================================================
;
;                            インストール初ú»
;
;===========================================================================
[initialize]

title		= "BUFFALO INC. DISK FORMATTER"

date		= 020914

if_value_e	= make_mel_folder

goto		= menu_check_os
;------------------------------------------------------
[make_mel_folder]

command		= make_folder

folder_path1	= "$PROG$\MELCO INC"

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

command		= make_shortcut

shortcut1	= "$PROG$\MELCO INC\info.lnk", "$SETUP$Diskform.exe"

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

command		= check_os_ver

if_win95	= inst
if_win95osr2	= inst
if_win98	= inst
if_win98se	= inst
if_winme	= inst
if_win2000	= inst
if_winxp	= inst

if_other	= NOT_SUPPORT
;===========================================================================
;
;                          インストールセクション
;
;===========================================================================
[inst]

command		= find_file

file_path	= "$PROG$\MELCO INC\info.lnk"

if_success	= find_old_diskform
if_error	= disp_inst_dialog
;------------------------------------------------------
[disp_inst_dialog]

command		= disp_dialog

string1		= "The DISK FORMATTER will allow you to format HDD easier."
string2		= "Please click the Start button to begin."
string3		= "If you want to cancel, please Cancel button."
string4		= "Please click the Start button to begin."

button2		= Start, find_old_diskform
button3		= Cancel, QUIT

focus		= 2
;------------------------------------------------------
[find_old_diskform]

command		= find_file

file_path	= "$WINDOWS$\UN000627.EXE"

if_success	= exec_uninst
if_error	= make_diskform_folder
;------------------------------------------------------
[exec_uninst]

command		= execute_app

type		= WAIT
show_status	= NORMAL

file1		= "$WINDOWS$\UN000627.EXE", "/UN000627"

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

command		= find_file

file_path	= "$WIN_DRV$\DISKFORM\DISKFORM.EXE"

if_success	= make_diskform_folder
if_error	= del_uninstaller
;------------------------------------------------------
[del_uninstaller]

command		= del_file

file_path1	= "$WINDOWS$\UN000627.EXE"
file_path2	= "$WINDOWS$\UN000627.INI"

if_success	= make_diskform_folder
if_error	= make_diskform_folder
;------------------------------------------------------
[make_diskform_folder]

command		= make_folder

folder_path1	= "$PROG$\MELCO INC\DISKFORM"

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

type		= COPY_SKIP_NEWFILE

file1		= $SETUP$\diskform.exe, "$PROG$\MELCO INC\DISKFORM\diskform.exe"
file2		= $SETUP$\melblock.vx_, "$PROG$\MELCO INC\DISKFORM\melblock.vxd"

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

command		= add_menu_item_b

group		= "DISK FORMATTER"

item1		= "DISK FORMATTER", "$PROG$\MELCO INC\DISKFORM\diskform.exe"

set_uninst	= YES

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

command		= del_reg_key

key_name1	= HKEY_LOCAL_MACHINE\SOFTWARE\melco\diskformatter
key_name2	= HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DISKFORMATTER

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

command		= set_uninst_info

uninst_section	= uninstall

display_name	= "BUFFALO INC. DISK FORMATTER"

error_report	= YES

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

command		= find_file

file_path	= "$PROG$\MELCO INC\info.lnk"

if_success	= del_info_file
if_error	= installed_msg
;------------------------------------------------------
[del_info_file]

command		= del_file

file_path1	= "$PROG$\MELCO INC\info.lnk"

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

command		= disp_dialog

string1		= "Installation of the DISK FORMATTER utility"
string2		= "has been completed successfully."

button3		= Finish, QUIT

focus		= 3
;===========================================================================
;
;                          アンインストール初ú»
;
;===========================================================================
[uninstall]

command		= find_app

file		= diskform.exe

if_success	= stop_app
if_error	= uninstall_start
;------------------------------------------------------
[stop_app]

command		= disp_msg_box

string_num	= 3

string1		= "DISK FORMATTER is Opening. Finish DISK FORMATTER"
string2		= "before uninstallation."

button		= OK
option		= STOP

if_ok_yes	= QUIT
;------------------------------------------------------
[uninstall_start]

command		= disp_dialog

string1		= "To begin uninstalling the DISK FORMATTER utility,"
string2		= "please click the Start button."
string3		= ""
string4		= ""

button2		= START, del_file
button3		= STOP, QUIT

focus		= 3
;------------------------------------------------------
[del_file]

command		= del_file

file_path1	= "$PROG$\MELCO INC\DISKFORM\diskform.exe"
file_path2	= "$PROG$\MELCO INC\DISKFORM\melblock.vxd"

folder_path1	= "$PROG$\MELCO INC\DISKFORM"

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

command		= del_menu_item

group		= "DISK FORMATTER"

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	= uninstalled_msg
if_error	= QUIT
;------------------------------------------------------
[uninstalled_msg]

command		= disp_dialog

string1		= "Uninstallation of the  DISK FORMATTER utility"
string2		= "has been completed successfully."

button3		= Finish, QUIT

focus		= 3
;------------------------------------------------------
[inst_error]

command		= disp_msg_box

string_num	= 3

string1		= "Installation of DISK FORMATTER utility has failed."
string2		= "Please reboot the computer and install again."
string3		= ""

button		= OK
option		= STOP

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: web3, load: 2.14