Applicare Silent Install
Applicare can be installed without requiring any user interaction by running the installer in silent mode and providing all setting in a properties file. In order to create the properties file, you have to run the installer with the –r argument and perform an installation which will create the installer.properties file in the same folder as the installer. (Note: You shouldn’t create the installer.properties file in console mode, i.e. running with the –i console argument)
# ./AP_7xx.bin -r
You can use the created installer.properties file to run silent installations on other machines by passing it as an argument to the installer. Open the file in a text editor and modify the property values as required before using it on another machine.
# ./AP_7xx.bin –i silent –f installer.properties
Attached are the sample properties files.
Please sign in to leave a comment.
Comments
0 comments