Unattended install [3]
Unattended install
Thursday, May 19, 2011 3:46 AM - simon
Is there a way to install Xshell silently - e.g. for deployment using SCCM? I've tried passing various command lines to the installer without success.
Program Ver. : Xshell 4
Program Ver. : Xshell 4
Re: Unattended install
Thursday, May 19, 2011 7:06 PM - Support
To perform silent install, please follow the instruction below:
Create Response file
First, you need to creat a response file. To do this, install Xshell as following:
*Make sure create the c:\temp folder before you continue.
c:\> setupfile.exe -r -f1c:\temp\xinstall.iss
After successful installation, a response file, xinstall.iss, will be created in the temp directory.
Silent installation
Using the response file created above, you can install Xshell silently in another PC using. Please do the following steps:
C:\TEMP> setupfile.exe -s -f1c:\temp\xinstall.iss -f2c:\temp\result.log
*A silent installation will create a log file.
You can do the same steps for uninstallation. First, create an "xuninstall.iss" by following step 1 and uninstall Xshell in another PC using the response file.
---
Technical Support
Create Response file
First, you need to creat a response file. To do this, install Xshell as following:
*Make sure create the c:\temp folder before you continue.
c:\> setupfile.exe -r -f1c:\temp\xinstall.iss
After successful installation, a response file, xinstall.iss, will be created in the temp directory.
Silent installation
Using the response file created above, you can install Xshell silently in another PC using. Please do the following steps:
C:\TEMP> setupfile.exe -s -f1c:\temp\xinstall.iss -f2c:\temp\result.log
*A silent installation will create a log file.
You can do the same steps for uninstallation. First, create an "xuninstall.iss" by following step 1 and uninstall Xshell in another PC using the response file.
---
Technical Support
Re: Unattended install
Wednesday, November 16, 2016 1:04 PM - stef
what must i put in the .iss file because i am pretty new to this, could someone give me an example what needs to be in the .iss file
Re: Unattended install
Friday, November 18, 2016 8:39 PM - Support
The .iss file is automatically created after you finish the installation if you installed Xshell with the parameters.
The file records certain procedures and options related to the installation and can be used for silent and automated installations with the same procedures and options.
Technical Support
Like us on Facebook
Follow us on Twitter
Visit our blog Blog
The file records certain procedures and options related to the installation and can be used for silent and automated installations with the same procedures and options.
Technical Support
Like us on Facebook
Follow us on Twitter
Visit our blog Blog
Previous views: 340