com.izforge.izpack.installer.base
Interface InstallerBase
- All Known Implementing Classes:
- AutomatedInstaller, ConsoleInstaller, InstallerFrame
public interface InstallerBase
Interface that all installe types must adhere to.
This includes ConsoleInstaller, AutomatedInstaller and InstallerFrame.
- Author:
- Jonathan Halliday, Julien Ponge
writeInstallationRecord
void writeInstallationRecord(File file,
UninstallData uninstallData)
throws Exception
- Write the automatic installation
- Parameters:
file - uninstallData -
- Throws:
Exception
Copyright © 2018. All rights reserved.