Silent installs are useful for distribution technologies such as Microsoft SMS, Marimba, or Radia. It allows an adminstrator to deploy software to desktops from a central server, without user interaction.
On a clean system, or a system where CuteFTP Pro has been uninstalled, extract the attached files into a temporary directory, such as c:\temp.
Create a new response file using the following command: c:temp\setup.exe /r /f1 “c:\temp\response.iss” (for more details on response files, click here).
Edit the created response file or the sample one attached to this document (pro3Download.iss). More details on editing response files are available here.
On the target machine (or after you uninstall the above, on the same machine) you can play back that installation silently using those same expanded setup files. For example: c:setup.exe /s /f1"c:\response.iss"
Check the ResultCode in the setup.log which is created on the target machine to verify that the install was completed successfully:
Result Code |
Definition |
0 |
Success |
-1 |
General error |
-2 |
Invalid mode |
-3 |
Required data not found in the Setup.iss file |
-4 |
Not enough memory available |
-5 |
File does not exist |
-6 |
Cannot write to the response file |
-7 |
Unable to write to the log file |
-8 |
Invalid path to the InstallShield Silent response file |
-9 |
Not a valid list type (string or number) |
-10 |
Data type is invalid |
-11 |
Unknown error during setup |
-12 |
Dialogs are out of order |
-51 |
Cannot create the specified folder |
-52 |
Cannot access the specified file or folder |
-53 |
Invalid option selected |