Re: msi [2/3]: Run SetProperty events before all other events no matter what the order is
16 Oct
2006
16 Oct
'06
7:51 p.m.
Yey! More msi fixes! :) James Hawkins wrote:
+ copy = MSI_CopyRecord( rec );
Why not just do a msiobj_addref( &ref->hdr ) rather than copying the record?
+ /* move SetProperty events to the front of the list */ + reprioritize_set_prop_events( &events );
How about just running over the list twice, setting the properties the first time, and doing anything else the second time? Mike
6999
Age (days ago)
6999
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack