Re: [WiX-users] Help on MsiGetProperty()

2008-01-30 Thread Paul McCloskey
The value of MyProperty is stored in szValueBuf. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anidil Sent: Wednesday, January 30, 2008 6:03 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Help on MsiGetProperty() I've created a wr

[WiX-users] Help on MsiGetProperty()

2008-01-30 Thread Anidil
I've created a wrapper custom action dll with MsiGetProperty().From what i see from MSDN,MsiGetProperty uses "MyProperty" as shown below;which is used by the custom action. Can anyone help me understand this part? Where should i get value for "MyProperty"? from MSDN site on MsiGetProperty: UI