/
ISO

ISO

Activities

ISO Create

This activity creates a bootable or none bootable iso image from a source. This Activity can only create lagacy or uefi boot iso images. The creation of a hybridboot image is not possible.

Activity Parameters

The ISO Create activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Additional Files (text box editor type) (type: string): allow to add additional or modified files. Name = Path and name of the file in the ISO. Value = Path and name of the File locally.

  • Bootfile (text box editor type) (type: string): Path and Filename of the bootfile.

  • Soure drive / folder (text box editor type) (type: string): Location of the content for the ISO File.

  • Targetpath and filename (text box editor type) (type: string): Path and name for the new created ISO File.

  • VolumeIdentifier (text box editor type) (type: string): Volumne Name of the new ISO File.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: boolean): outputs the result status. If the operation succeeded then TRUE, otherwise FALSE.

ISO Extract

This activity extract the content of an Image file to a folder.

Activity Parameters

The ISO Extract activity parameters can be provided by manual inserted values or via IN arguments or variables:

 

Parameters:

  • ISO File (text box editor type) (type: string): Path and Filename of the Image file to be extracted.

  • Targetfolder (text box editor type) (type: string): Targetpath for the image content.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output  (type: boolean): outputs the result status. If the operation succeeded then TRUE, otherwise FALSE.

Related content