In article <1243536299.30433.1317687...@webmail.messagingengine.com>,
    "Curtis Jewell" <lists.wix-us...@csjewell.fastmail.us>  writes:

> So what I understand I need to do is:
> 
> 1) I call MsiProcessMessage at the beginning of my CA with
> INSTALLMESSAGE_ACTIONSTART with a handle that contains three things:
> 
> [1] = "CA_ClearFolder"
> [2] = "Searching for additional files to delete:"
> [3] = "Directory: [1]"
> 
> and then for each directory I enter into, I'd call
> MsiProcessMessage(INSTALLMESSAGE_ACTIONDATA) with a handle with these
> contents:
> 
> [1] = directory I've entered into. 
> 
> Is that the correct way to do it? (specifically, the correct way to tell
> the ACTIONSTART that the ACTIONDATA should be formatted that way?)

Since your code is publishing both the action start and action data
events, its up to you to make them consistent.  You establish the
template for FormatRecord in your action start and the records you
supply in action data are essentially the record used with the
template in a call to FormatRecord.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to