installBinary(long binaryId, String resourceName) Install a binary file contained in fxresources/binaries in the archive as a binary with the requested id.
Install a binary file contained in fxresources/binaries in the archive as a binary with the requested id.
If an entry with the given id already exists it will be overwritten.
This functionality is intended to be used by runone or startup scripts!
Parameters: binaryId - requested binary id Parameters: resourceName - name of the resource file relative to fxresources/binaries throws: FxApplicationException - on errors