|
How to Install Fast Link Checker:
1) Download the latest version of Fast Link Checker from our web site;
2) Run the installation program. You can also use command line arguments
for installation program (Command line for installation program);
3) After installation, Fast Link Checker will initially execute with the default settings.
Updating and reinstalling Fast Link Checker:
If you want to upgrade your Fast Link Checker version, download the latest version from our
web site and start the installation program. During the installation process all system changes
will be made automatically. Program will be upgraded but your preferences and registration
information will be kept.
Also if you decide to switch installed software edition, you need to start installation
program and choose "Repair installed software" option and then select another edition
during repairing.
Uninstalling Fast Link Checker:
If you want to uninstall Fast Link Checker, open Add/Remove Programs applet from
your Control Panel, select Fast Link Checker (Repair or Remove) item from the list
on Install/Uninstall tab and click Add/Remove... button.
Silent (Unattended) Fast Link Checker Installation:
Installation: Silent installation allows installing software without any user activity.
To start silent installation, use the following command line: "setup.exe -s install"
where "setup.exe" is name of the installation program.
Reinstallation: Silent reinstallation allows repairing or reinstalling software without any
user activity. To start silent reinstallation, use the following command line:
"setup.exe -s install [uninstlog]"
where "setup.exe" is name of the installation program;
[uninstlog] is name and full path to uninst.log file, which is generated by
installation program during installation or repairing.
Uninstallation: Silent uninstallation allows uninstalling software without any user activity.
To start silent uninstallation, use the following command line: "setup.exe -s uninstall [uninstlog]"
where "setup.exe" is name of the installation program;
[uninstlog] is name and full path to uninst.log file, which is generated by
installation program during installation or repairing.
Command line for installation program:
Either
|
uninstlog - path to the uninst.log file;
|
or
|
-install - first time installation (or repairing, if program is already installed);
-repair [uninstlog] - repair installation;
-uninstall [uninstlog] - uninstallation;
-s install [uninstlog] - silent installation or reinstallation;
-s uninstall [uninstlog] - silent uninstallation;
-l [en] - language abbreviation for multilingual setup;
-f [deffolder] - default folder for installation or reinstallation;
-r - remove all application settings stored in the system (uninstall only);
-full - Install both Application and Console Editions (default);
-app - Install Application Edition;
-con - Install Console Edition;
-reg [name [key]] - registration name/key (install or repair only).
|
[uninstlog] is name and full path to uninst.log file,
which is generated by installation program during installation or repairing.
This argument is used only if default file name stored in the registry is not available
(in some cases when user has no administrator rights to write to
the system registry during installation).
Silent installation reports the following error codes:
| Common error codes |
0 | No error; |
1 | Handled exception raised; |
2 | Callback reported error; |
3 | Cannot open setup module for read; |
4 | Setup module is not on the disk type device; |
5 | Cannot load information about installed program; |
6 | Failed to create thread; |
7 | Failed to stop another instance of installer; |
8 | Failed to stop installed program; |
| Installation error codes |
9 | Archive integrity check failed; |
10 | Not enough disk space; |
11 | No permisstion to delete files or folders; |
12 | Cannot create folder; |
13 | Installation failed and rolled back; |
| Uninstallation error codes |
14 | Silent uninstallation selected when program is not yet installed; |
15 | Failed to open or read uninst.log; |
16 | No permisstion to delete files or folders; |
17 | Failed to finish uninstallation. |
|