The following query returned error 2259: 'Table(s) Update failed'
Code:
Cscript WiRunSQL.vbs Setup.msi "UPDATE `ControlCondition` SET
`ControlCondition`.`Action`='Hide' WHERE
`ControlCondition`.`Dialog_`='FolderForm' AND
`ControlCondition`.`Control_`='AllUsersRadioGroup'"
I tried to run it in several formats (without grave marks or without the
'ControlCondition.' prefix for the column). The same error occured on the
Upgrade table during an attempt to run UPDATE query.
SELECT and DELETE queries on those tables were successfully executed.
Note also that the values were successfully updated by hardcoding in Orca.
Is there any limitations on some MSI tables ?