Re: [WiX-users] Setting properties in a C++-CA vs. setting properties using

2009-11-21 Thread dB .
:12 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Setting properties in a C++-CA vs. setting properties using I have a question: When I do this: The property TestTitle gets the value with [ProductName] expanded. Like: "The product is: TestApp" However if I do this: MsiS

Re: [WiX-users] Setting properties in a C++-CA vs. setting properties using

2009-10-19 Thread Dave Kolb
:12 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Setting properties in a C++-CA vs. setting properties using I have a question: When I do this: The property TestTitle gets the value with [ProductName] expanded. Like: "The product is: TestApp" However if I do this: MsiSetProperty(

Re: [WiX-users] Setting properties in a C++-CA vs. setting properties using

2009-10-19 Thread Blair
MsiFormatRecord() Call MsiSetProperty with the resulting buffer. -Original Message- From: mrtn [mailto:mrtn.frederik...@gmail.com] Sent: Monday, October 19, 2009 7:12 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Setting properties in a C++-CA vs. setting properties using

[WiX-users] Setting properties in a C++-CA vs. setting properties using

2009-10-19 Thread mrtn
I have a question: When I do this: The property TestTitle gets the value with [ProductName] expanded. Like: "The product is: TestApp" However if I do this: MsiSetProperty(hMsi, _T("TestTitle"), _T("The product is: [ProductName]")); The property TestTitle gets the value: "The product is: [Product