ssage-
From: Bruce Cran [mailto:br...@cran.org.uk]
Sent: 14 August 2012 11:37
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix C++ variables
On 14/08/2012 11:00, Natalie Carr wrote:
> Have you any sample code for the WcaSetProperty, from looking online
> I'm not getting
On 14/08/2012 11:00, Natalie Carr wrote:
> Have you any sample code for the WcaSetProperty, from looking online I'm not
> getting a clear picture (maybe it's just me..:()
I think you should be able to replace:
MsiSetProperty(hInstall, "ProductName", szLocalPath);
with:
WcaSetProperty(L"Product
I don't think I can use WcaSetProperty as my function Orc_Get_Product_Name
is returning a char
-Original Message-
From: Bruce Cran [mailto:br...@cran.org.uk]
Sent: 14 August 2012 10:38
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix C++ variables
On 14/08/2012
ve you any idea how I could achieve this?
Thanks so much for your help
-Original Message-
From: Bruce Cran [mailto:br...@cran.org.uk]
Sent: 14 August 2012 10:38
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix C++ variables
On 14/08/2012 09:48, Natalie Carr wrote:
> M
On 14/08/2012 09:48, Natalie Carr wrote:
> MsiSetProperty(hInstall, "ProductName", szLocalPath);
You might want to use WcaSetProperty (and the other Wca* functions)
instead since they're a bit simpler.
--
Bruce Cran
-
Yes, a property is the easiest way to share data between an immediate CA and
the wix code.
It's also possible to temporarily alter the MSI database at install time if
you want Windows Installer to alter the system state for you, such as adding
or changing rows in the registry table.
http://www.jo
6 matches
Mail list logo