Re: [WiX-users] MsiGetProperty failed on new CA

2008-09-22 Thread Wilson, Phil
Property code instead of szName? Phil Wilson -Original Message- From: Ran Didi [mailto:[EMAIL PROTECTED] Sent: Saturday, September 20, 2008 1:09 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MsiGetProperty failed on new CA The 'MsiGetProperty

Re: [WiX-users] MsiGetProperty failed on new CA

2008-09-20 Thread Bob Arnson
Ran Didi wrote: > The 'MsiGetProperty(hInstall, szName, TEXT(""), &nSizeCount); ' works great > on the old CA, > the old & new CA content in Orca are exactly the same (on the CustomAction > table) - except for the target column of course If the CustomAction and Install*Sequence tables are the same

Re: [WiX-users] MsiGetProperty failed on new CA

2008-09-20 Thread Ran Didi
The 'MsiGetProperty(hInstall, szName, TEXT(""), &nSizeCount); ' works great on the old CA, the old & new CA content in Orca are exactly the same (on the CustomAction table) - except for the target column of course. the InstallSeqance table contains both new & old CAs. On Thu, Sep 18, 2008 at 7:41

Re: [WiX-users] MsiGetProperty failed on new CA

2008-09-17 Thread Bob Arnson
Ran Didi wrote: > MsiGetProperty(hInstall, szName, TEXT(""), &nSizeCount); (gets nSizeCount == > 0 & return ERROR_MORE_DATA), while i was trying to get the CustomActionData > property from the msi package. > The most likely cause is that the CA data wasn't set correctly in the immediate CA. -

Re: [WiX-users] MsiGetProperty failed on new CA

2008-09-17 Thread Wilson, Phil
code would help. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Seanor Sent: Wednesday, September 17, 2008 11:12 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MsiGetProperty failed on new CA The TEXT(&quo

Re: [WiX-users] MsiGetProperty failed on new CA

2008-09-17 Thread Jon Seanor
hat API call wants to store the > property value. > > Phil Wilson > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ran Didi > Sent: Sunday, September 14, 2008 2:01 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-us

Re: [WiX-users] MsiGetProperty failed on new CA

2008-09-17 Thread Wilson, Phil
di Sent: Sunday, September 14, 2008 2:01 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] MsiGetProperty failed on new CA Hi, I successfully converted an InstallShield project to WIX 3. when i tried to add a new custom action - it failed on MsiGetProperty(hInstall, szName, TEXT("&qu

[WiX-users] MsiGetProperty failed on new CA

2008-09-14 Thread Ran Didi
Hi, I successfully converted an InstallShield project to WIX 3. when i tried to add a new custom action - it failed on MsiGetProperty(hInstall, szName, TEXT(""), &nSizeCount); (gets nSizeCount == 0 & return ERROR_MORE_DATA), while i was trying to get the CustomActionData property from the msi packa