|
| Upgrading from previous
versions |
| |
| From AccessPatrol 2.0 |
Upgrading the AccessPatrol Server and Console
- Run the cwACP.exe setup file
- Follow the steps in the installation wizard to complete your upgrade.
- Restart the computer when prompted.
|
| |
Upgrading the AccessPatrol Client
- On your client computer, run the file cwACPClient.msi (by default, this file is located on the server computer under C:\Program Files\Codework\AccessPatrol\ACPClient.)
- The upgrade will retain your AccessPatrol setting from the previous setup.
- Restart the computer when prompted.
- Alternatively, you can use the Remote Client Install function from the AccessPatrol console (Settings > Remote Client Install) to upgrade your clients to the latest version.
|
| |
|
| |
| From AccessPatrol 1.0 |
| A. AccessPatrol Server
and Console |
| |
- Uninstall AccessPatrol and Firebird from the add/remove programs
- Run the cwACP.exe setup file
- Restart the computer when prompted.
|
| B. AccessPatrol Client |
| |
Please upgrade using one of
the following steps:
Upgrading the AccessPatrol Client by using the
cwACPClient.msi file
- Close the AccessPatrol Console.
- On the server system, share the directory C:\Program
Files\Codework\AccessPatrol\ACPClient
- On the client system, point to the server’s shared
directory. Run the file cwACPClient.msi.
- Reboot the client PC when the client has installed.
Upgrading the AccessPatrol Client by using command
line parameters cwACPClient.msi ALLUSERS=1
USERPARAMS=”-p Admin –dp portnumber
–ds SERVERIP –np newpassword
–cp confirmpassword" /L acpinstall.log
/QN
- cwACPClient.msi: the msi setup file for the installation
of the AccessPatrol Client
- ALLUSERS=1: makes the application available to all
users
- USERPARAMS= will run the ACP Client install based
on the following AccessPatrol parameters:
-p Admin – sets the password as Admin,
which is the default case sensitive password.
-dp - Database Server port (optional
parameter)
-ds - the IP address of the server required for
the Client PC to connect to the database Server
(optional parameter)
-np - New password (optional
parameter)
-cp - Confirm password (optional
parameter)
- /L: creates an install log file named acpinstall.log
- /QN: sets the installer to install in quiet mode.
|