InstallShield Setup that support install, repair, and uninstall actions through an answer(.iss) file.
Record Answer Files
-------------------------------
1.) Run the installation against a record command chosing the desired options where -f1 is the location where the answer file will be created.
Record commands:
Install: setup.exe -a -r -f1C:\install.iss
2.) Run the installation against a record command chosing the repair option where -f1 is the location where the answer file will be created.
Record command:
Repair: setup.exe -a -r -f1C:\repair.iss
3.) Run the installation against a record command chosing the uninstall option where -f1 is the location where the answer file will be created.
Record command:
Uninstall setup.exe -a -r -f1C:\uninstall.iss
Execute Setup Against Answer Files
--------------------------------
Now that the install, repair, and uninstall .iss files have been created they can be executed with the following commands:
Install: Where -f1 is the location of the install.iss file and -f2 is the location for the log created by the installation.
setup.exe -s -a -s -f1C:\install.iss -f2C:\install.log
Repair: Where -f1 is the location of the install.iss file and -f2 is the location for the log created by the installation.
setup.exe -s -a -s -f1C:\repair.iss -f2C:\repair.log
Uninstall: Where -f1 is the location of the install.iss file and -f2 is the location for the log created by the installation.
setup.exe -s -a -s -f1C:\uninstall.iss -f2C:\uninstall.log
***Environment variables can be used in the command line. For example:
setup.exe -s -a -s -f1%SystemDrive%:\uninstall.iss -f2%SystemDrive%:\uninstall.log
***A prerequisite to this installation is the Oracle 10g client.
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ