In case anyone's still wondering how to modify the in-memory copy of the MSI
database here are some pointers.
You can't do much with using SQL command to modify the database (using
UPDATE, DELETE, ...). If you want to modify a existing row, do the
following. First, open up the view containing the
x, TEMPORARY is
valid for INSERT INTO only, not for UPDATE.
Thanks for being fan of my blog. :-)
Alex
-Original Message-
From: Karma [mailto:dongl...@gmail.com]
Sent: Thursday, May 07, 2009 8:39 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Modifying MSI database duri
Thank you guys both for so much. But would you explain more on how I can
specify my intention of modifying the in-memory copy of the MSI? When using
MsiDatabaseOpenView, I tried to use "UPDATE `Component` SET
`Component`.`Attributes`='256' WHERE
`Component`.`Component`='AuthPluginRegistry' TEMPORA
-Original Message-
From: DONG LEE [mailto:dongl...@gmail.com]
Sent: Wednesday, May 06, 2009 6:41 PM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Modifying MSI database during installation help!
Hi guys,
So I am trying to edit MSI tables (component table, file table, ...) from
On Wed, 06 May 2009 18:41 -0700, "DONG LEE" wrote:
> Hi guys,
>
> So I am trying to edit MSI tables (component table, file table, ...) from
> a
> custom action while the MSI is being run.
> Following are the attempts I've made, and so far I have failed miserably.
> And I am attempting this becaus
You can only add Temporary rows (and add temporary columns, I think) to
existing tables from a CustomAction.
DONG LEE wrote:
> Hi guys,
>
> So I am trying to edit MSI tables (component table, file table, ...) from a
> custom action while the MSI is being run.
> Following are the attempts I've mad
Hi guys,
So I am trying to edit MSI tables (component table, file table, ...) from a
custom action while the MSI is being run.
Following are the attempts I've made, and so far I have failed miserably.
And I am attempting this because
it needs to be customized after being shipped, in runtime based
7 matches
Mail list logo