What are the command lines to use to record and then run the silent installation?

The UPK Installer resides on a network drive Z in a folder called “UPK Installer.” A response file
called UPK silent.iss should be recorded and saved on network drive Z in a folder called
“UPK_ResponseFile.”
What are the command lines to use to record and then run the silent installation?

The UPK Installer resides on a network drive Z in a folder called “UPK Installer.” A response file
called UPK silent.iss should be recorded and saved on network drive Z in a folder called
“UPK_ResponseFile.”
What are the command lines to use to record and then run the silent installation?

A.
To Record: “Z: \UPK_Installer\setup.exe”/r
To Run: “Z: \UPK_Installer\setup.exe” /s

B.
To Record: “z: UPK_Installer\setup.exe” / s / f1 “Z: \UPK_ResponseFile\UPK_silent.iss”
To Run: “Z: \ UPK_Installer \ setup.exe” / r /f1 “Z: \UPK_ResponseFile\upk_silent.iss”

C.
To Record: “z: UPK_Installer\setup.exe” / r / f1 “Z: \UPK_ResponseFile\UPK_silent.iss”
To Run: “Z: \ UPK_Installer \ setup.exe” / s /f1 “Z: \UPK_ResponseFile\upk_silent.iss”

D.
To Record: “z: UPK_Installer\setup.exe” / r / f1 “Z: \UPK_ResponseFile\UPK_silent.iss”
To Run: “Z: \ UPK_Installer \ setup.exe” / r /f1 “Z: \UPK_ResponseFile\upk_silent.iss”

E.
To Record: “z: UPK_Installer\setup.exe” / s / f1 “Z: \UPK_ResponseFile\UPK_silent.iss”
To Run: “Z: \ UPK_Installer \ setup.exe” / s /f1 “Z: \UPK_ResponseFile\upk_silent.iss”

Explanation:
Recording
To create a parameter file, you use the /r parameter to run the setup executable in record mode.
This generates a response file (.iss) that contains the settings you chose while recording. These
become the default settings.
The setup.iss file is stored automatically in the Windows folder. You can use the /f1 option to
specify a different location in which to create the response file. If the path names contain spaces,
you must use quotes. The path names should also be absolute, as relative paths may have
unexpected results.
Running
Once you have recorded a parameter file, you can use the /s parameter to run the setup silently.
By default, the installation process will look for the response file (.iss) in the same directory as the
setup.exe. You use the /f1 parameter to specify a different location of the .iss file.
Knowledge Center: User And Content Management Release 11.0, Unattended
Installation



Leave a Reply 0

Your email address will not be published. Required fields are marked *