Version: VIA FIR 1.30 A
. Distribution
Package Contents
The VIA FIR is a software package that provides a
way to wirelessly transfer data via infrared radiation for Windows® platform
system. The supported platforms are described in System Requirement section.
Hardware
This package
should be installed on the system with VIA
Software
This software package only supports Microsoft Windows© Platforms. The setup program will detect the current platform and install proper driver on your system. The supported platforms are list below:
Windows
95, 98 and Millennium Platforms
Windows 95 4.00.950 and above
Windows 98 4.10.1998 and above
Windows Millennium RTM
Windows NT
32-bits Platforms
Windows 2000 RTM and above
Windows XP RTM and above
Windows Server 2003 RTM and above
Windows NT
64-bits Platform
None
The setup program will display the released data
and version for this package at dialog title.
There is specific version syntax for package
identification:
The X is
the major version of this package; and YZ represents the minor version.
The
alphabetic is always appended after version field to represent the
qualification by Windows Hardware Qualification Lab. The “A” means the first
package for the same driver binary, “B” means the second released package for
the same driver binary, and so on.
In this section, we show the detail file list of ZIP-compressed package in which include setup and driver files.
Setup
files
0X0409.INI,
INSTMSIA.EXE,
INSTMSIW.EXE,
ISSCRIPT.MSI,
License.rtf,
PCIENUM.SYS,
README.TXT,
SETUP.EXE,
Setup.ini,
SETUP.ISS,
SETUP.MLF,
SETUP.SCF,
viasetup.dll,
VIASetup.msi Readme.html
Component
VIAFIR
VIAFIR\VIAFIR.dll, VIAFIR\VIAFIR98.dll, VIAFIR\COMPONEnt.cif
Driver files: VIAFIR\DRIVER\
Windows Server 2003
SVR2003\VIAIRDA1.INF |
1.30.0.1 |
SVR2003\VIAIRDA1.sys |
1.30.0.1 |
SVR2003\VIAIRDA1.CAT |
|
SVR2003\OEMXP.REG |
|
Windows XP
WINXP\VIAIRDA1.INF |
1.30.0.1 |
WINXP\VIAIRDA1.sys |
1.30.0.1 |
WINXP\VIAIRDA1.CAT |
|
WINXP\OEMXP.REG |
|
Windows 2000
WIN2000\VIAIRDA1.INF |
1.30.0.1 |
WIN2000\VIAIRDA1.sys |
1.30.0.1 |
WIN2000\OEMXP.REG |
|
Windows Millennium
WINME\VIAFIRME.INF |
1.20.0.1 |
WINME \VIAIRDA.SYS |
1.20.0.1 |
WINME \VIAIRDA.CAT |
|
Windows 98se
WIN98\VIAFIR.INF |
1.20.0.1 |
WIN98\VIAIRDA.SYS |
1.20.0.1 |
WIN98\VIAIRDA.CAT |
|
WIN98\OEM.REG |
|
There are two operation modes, Windows UI and command line, to execute installation and remove. The most popular is the Windows UI mode that provides convenient user interface and systematic operation. The command line mode, also called as silent mode, need user append more parameters behind SETUP.EXE as answer to make the setup program silence without pop any dialogs.
There are possible two types setup
package you may have. One is compressed as a zip file includes visible setup
and driver files. Another one is made as a self-extracted-execution file. In
the following, we will show you the steps to complete driver installation and
remove with both package types.
If the downloaded file is ZIP-compressed format, please extract it to proper location in your hard disk first. Then launch the SETUP.EXE by double-clicking. Otherwise, you could double-click the self-extracted-execution file and wait for few seconds for the self-extraction. The extracted file will be deleted automatically after setup has been terminated.
First time execution
If it is the first time to execute the setup package, you will only have the choice of installation.
Maintenance
After the first time execution, you could have choice to make “Update” and “Remove”. You will see two options, “Update” and “Remove” in the first shown dialog. If you are going to update the driver, please active the “Update” radio button and press next button to enter next steps. Else, if you are going to remove the installed driver in your system, please active the “Remove” radio button and press next button to enter next steps.
The silent mode are usually applied to system maintainer for servicing hundreds systems that won’t have interactive user interface. They would execute the setup through command line in console or batch file execution without closing any popped dialog popped or pressing next buttons. In addition, the command line parameters of these two types of downloaded file format get few differences.
ZIP-Compressed Package
In this type package, you could see a setup.exe in those extracted files. User could append parameters behind setup.exe as command line in console.
The
present command line parameters are: -s and /z"reboot;remove;kompnt:xx,yy,zz"
Parameter |
Description |
-s |
It is a required command line parameter to enable
silent mode operation. If this parameter is missed, the setup |
-z”Param1;…;ParamN” |
It passes predefined parameters to SETUP.EXE.
Each parameter, Param1;…;ParamN, should be
separated with semicolons. The predefined sub-parameters are: reboot It causes Setup.exe automatically to reboot after the silent mode operation completed. remove It is
a switch to cause Setup.exe to
remove components. If this parameter is absent, then SETUP.EXE will install
components. kompnt:xx,yy,zz It is
an optional parameter to assign specific component in this package to be
install/remove. The xx,yy,zz should be replaced with component name in which
is defined as same as the component folder name of this package. |
Examples:
Command line |
Execution
|
setup.exe -s |
Silent install all included components but not
reboot the computer. |
setup.exe -s /z"reboot" |
Silent install all component and reboot the
computer. |
setup.exe -s /z"reboot;remove" |
Silent uninstall all include component and reboot
the computer. |
setup.exe -s /z"remove" |
Silent uninstall all components but not reboot
the computer. |
setup.exe -s /z"kompnt:VIAMACH,
VIAFIR" |
Silent install VIAMACH and VIAFIR components only |
setup.exe -s /z"remove;kompnt:VIAMACH,
VIAFIR " |
Silent uninstall VIAMACH and VIAFIR components
only |
Self-Extracted-Execution Package
This type is a single self-extracted-execution file. All necessary files are all integrated together so that user does not need to extract it to specific folder for operation. There is extra parameter to make the self-extracted shell to be in silent mode.
The present command line parameters are -s -a, -s and /z"reboot;remove;kompnt:xx,yy,zz"
Parameter |
Description |
-s -a |
It is a required command line parameter to make
the self-extracted shell program to be in silent mode. And it should be the
first parameter in command line. |
-s |
It is a required command line parameter to enable
silent mode operation. If this parameter is missed, the setup |
-z”Param1;…;ParamN” |
It passes predefined parameters to SETUP.EXE.
Each parameter, Param1;…;ParamN, should be
separated with semicolons. The predefined sub-parameters are: reboot It causes Setup.exe
automatically to reboot after the silent mode operation completed. remove It is
a switch to cause Setup.exe to
remove components. If this parameter is absent, then SETUP.EXE will install
components. kompnt:xx,yy,zz It is
an optional parameter to assign specific component in this package to be
install/remove. The xx,yy,zz should be replaced with component name in which
is defined as same as the component folder name of this package. |
Examples:
We assume that you download a self-extracted-execution file named as VIAIRDA1.exe.
Command line |
Execution
|
VIAIRDA1.exe -s -a -s |
Silent install all included components but not
reboot the computer. |
VIAIRDA1.exe -s -a -s /z"reboot" |
Silent install all components and reboot the
computer. |
VIAIRDA1.exe -s -a -s /z"reboot;remove" |
Silent uninstall all included component and
reboot the computer. |
VIAIRDA1.exe -s -a -s /z"remove" |
Silent uninstall all components but not reboot
the computer. |
VIAIRDA1.exe -s -a -s /z"kompnt:VIAIRDA1
" |
Silent install VIAIRDA1 components only |
VIAIRDA1.exe -s -a -s
/z"remove;kompnt:VIAIRDA1 " |
Silent uninstall VIAIRDA1 components only |
The default-supported language in this package is in English.
If the executed Windows OS is in an un-supported language to this package, the user interface will be represented in English.
This setup package support 34 languages as
East
Chinese(Simplified), Chinese (Traditional), Indonesian,
Japanese, Korean, Russian,
Thai, Turkish.
West
Basque, Bulgarian, Catalan,
Croatian, Czech, Danish,
Dutch, English, Finish,
French(Canada), French(France), German,
Greek, Hungarian, Italian,
Norwegian, Polish, Portuguese(Brazi),
Portuguese(Portugal), Romanian, Serbian,
Slovak, Slovenian, Spanish,
Swedish.
All the language
sequence is arranged as alphabetical.
Limitation:
1.
It is not necessary to install
VIA IRDA driver on Windows® as NT3.5 and NT4.0.
All copyrights are reserved by VIA Technologies,
Inc. http://www.via.com.tw/