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

2008-09-20 Thread Ran Didi
s. On Thu, Sep 18, 2008 at 7:41 AM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Ran Didi wrote: > > MsiGetProperty(hInstall, szName, TEXT(""), &nSizeCount); (gets nSizeCount > == > > 0 & return ERROR_MORE_DATA), while i was trying to get the > CustomAction

[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