How to make a client silent install and uninstall
(Windows only)
1) Do an installation of easycopy in f.ex. S:\easycopy.
When <file location> is mentioned below please use your chosen installation location.
<file location>:\easycopy
2) Run the client setup in record mode
<file location>:\easycopy\clientsetup\setup -r -f1<file location>:\easycopy\clientseup\install.iss
3) On the same client run client setup again to record an uninstall
<file location>:\easycopy\clientsetup\setup -r -f1<file location>:\easycopy\clientseup\uninstall.iss
4) 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:
<file location>:\easycopy\clientsetup\setup -s -f1<file location>:\easycopy\clientseup\install.iss
<file location>:\easycopy\clientsetup\setup -s -f1<file location>:\easycopy\clientseup\uninstall.iss


