The column in your SET statement isn't called `ControlCondition`, so
it's it's just `Condition`.`Action` 

Phil Wilson 


-----Original Message-----
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Alex
Smotritsky
Sent: Saturday, September 30, 2006 10:29 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: [ADVANCED-DOTNET] msi sql

I can't figure out why the below sql I'm running against my msi file
won't work.



Cscript WiRunSQL.vbs MyMsi.msi "UPDATE `ControlCondition` SET
`ControlCondition`.`Action`='Hide' WHERE
`ControlCondition`.`Dialog_`='FolderForm' AND
`ControlCondition`.`Control_` = 'AllUsersRadioGroup'"



The data I'm trying to change in the msi file is standard data generated
by a default msi build from visual studio 2003.






===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com

View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to