I've seen sample code in blogs like:

hr = WcaGetProperty(L"SQLSERVERPASSWORD", &pszPassword);   
    ExitOnFailure(hr, "Failed to get property");   
 .....  
  
LExit:   
.....
    ReleaseString(pszPassword);   

and I started following this style in my custom actions. However, I
don't know how are strings supposed to be freed as wcautil has no
ReleaseString function.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to