Unattended Installations Using Records of Previous Sessions
Unattended Installations Using Records of Previous Sessions
When you conclude your installation with a FinishPanel, the user can save the data for an automatic installation. With this data, he will be able to run the same installation on another similar machine. In an environment where many computers need to be supported this can save a lot of time.
Run the installation once on a machine and save your automatic installation data in auto-install.xml (that's just a sample). Then put this file in the same directory as the installer on another machine. Run it with:
java -jar installer.jar auto-install.xml
It reproduces the same installation again, applying all previous user inputs automatically. No interaction is required any longer.
, multiple selections available,
Related content
Unattended Installations Using Properties
Unattended Installations Using Properties
More like this
Interactive Installations Providing in a Text Console
Interactive Installations Providing in a Text Console
More like this
Installer Runtime Options
Installer Runtime Options
More like this
Mixed Installation Mode Using Variable Defaults
Mixed Installation Mode Using Variable Defaults
Read with this
Interactive Installations Providing a Swing GUI
Interactive Installations Providing a Swing GUI
More like this
Web Installers
Web Installers
More like this