
![]() |
The information provided here applies to
EasyCopy for for Microsoft Windows 2000, XP and Vista.
Refer to the topic UNIX Installation for information about installation of the UNIX versions of EasyCopy. |
If the is no autorun active you must manually locate the Windows installer for EasyCopy on the CDR file system
(try D:\ec_win\install.exe). Start this program to start the installation procedure.
When you see this dialog you are ready to start the installation.
Click Next to continue.
You must accept the License Agreement before you can install the software .
Click Yes when you have read and accepted all terms of the License agreement.
Choose a destination location where EasyCopy will be installed.
This location will internally in EasyCopy be known through the environment variable %ECTOPDIR% which, for example, is used in the filter definitions.
When you have selected the desired location click Next to continue.
Select where you want an icon to start EasyCopy.
The installation program can create the icon in Window's Start menu
The default is both. Click Next to continue.
Select a folder in the Start menu where you want icons for EasyCopy
(if this was selected in the previous step).
The default proposal is an EasyCopy folder in the Start menu's program folder.
Click Next when you have made your selection.
You are now ready to start copying files to the destination location.
Review the installation options. You may click Back to step back and make changes if necessary.
Click Next when you are ready to start copying files into the
installation destination.
When all files have been copied you get this message:
The installation is now complete.
Click Finish to terminate the installation.
EasyCopy is now running for your convenience to let you install a password.
This type of installation requires that you have Multiple Node licenses for EasyCopy.
The installation procedure incorporates three steps:
Installation from the Web
You have downloaded a single file, for example ec82setup.exe.
Double-click to start unpacking to a temporary location and start the installation procedure.
Installation Procedure
1) Start the Installation
2) Accept license conditions
3) Choose Destination Location
4) Icon
and on the desktop.
5) Select Program Folder
6) Copy Files
7) Finish the Installation
If you are installing on a Network Server you still need these steps:
Installation on a Network Server

This topic describes how a System Administrator can install EasyCopy for Windows on a network server in order to distribute it to the users.
![]() | If you want to have EasyCopy available for both Windows and UNIX clients in your network you must install the Windows version and the UNIX version independently. The only shared component between the two is the license dispatcher. |
In the Destination folder on the server where you installed EasyCopy there will be a subdirectory called ClientSetup. It contains a setup program that you can run either in recording mode (administrator) or in silent mode (client).
Use the following procedures to make a silent install:
1) Do an installation of easycopy in f.ex.
| S:\easycopy |
| S:\easycopy\clientsetup\setup -r -f1S:\easycopy\clientseup\install.iss |
This starts a new Installation Wizard:
3)The Installation Wizard for EasyCopy Client will require that you accept the license conditions.
When you accept the license conditions again during Client Setup you do it
on behalf of any user with access to the client workstations, whereas
when you accepted the license conditions in the first place
during the installation of the EasyCopy software on the server, you only committed yourself).
All the options you specify will be written to the response file when you run it in recording mode.
This response file is used later when it is run in silent mode to perform user setup.
To make a silent uninstall you need to follow the same procedures on the same client and run client setup again to record an uninstall:
| S:\easycopy\clientsetup\setup -r -f1S:\easycopy\clientseup\uninstall.iss |
Assuming again that you have an installation of easycopy in S:\easycopy
The response files install.iss and uninstall.iss can now be used on other clients
to do silent install and uninstall, by using the -s option, like:
|
S:\easycopy\clientsetup\setup -s -f1S:\easycopy\clientseup\install.iss S:\easycopy\clientsetup\setup -s -f1S:\easycopy\clientseup\uninstall.iss |
This will install an EasyCopy icon on the client's desktop. The Installation Wizard for EasyCopy Client will read all required information from the response file, so it runs completely unattended.
The details about how you push out this command line to the clients shall not be described here. It all depends on how your server/client system is configured and what systems you use for software deployment.
If you don't want to integrate EasyCopy in your general procedures, but only want to make an
installation shared among a few users, you may decide a more primitive approach, such as sending a e-mail to the users to let them cut and paste the command line to a command prompt window.