2.2.4.7.8 UninstallConfirm
The UninstallConfirm type describes the details of UninstallCommand.
-
<xs:complexType name="UninstallConfirm"> <xs:sequence> <xs:element name="Executable" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Arguments" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType>
Executable: The file name of the executable.
Arguments: The arguments of the executable.