set_target_disk


Description:

[ Version ( since = "0.2.2" ) ]
public void set_target_disk (string disk)

Sets the INSTALL_CONFIG_PROP_TARGET_DISK parameter.

Note that the format of this string is dependent on the installer script this is going to be used with. You can use get_path_format() to find out which format does the script expects this string to be in. In case of UNIX unix device node names are expected, e.g "/dev/fd0". In case of DOS drive letters are expected, e.g "A".

Parameters:

this

the install config

disk

the target disk