: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
: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(
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
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
4 matches
Mail list logo