This is'nt strictly WiX related?

Though I have found Jungwook's Custom Action Debugging Tool very useful
for debugging Custom Actions.
http://blogs.msdn.com/astebner/archive/2005/03/07/388739.aspx 

I would double check how and where you are setting the CustomActionData
and ensure your actions are all running where and when you expect with
the correct action name when you schedule the deferred action.
I assume you have already checked the install with verbose logging
(switch it to verbose using /L*v)?
 

-----Original Message-----
From: md5hans [mailto:hans.olaus...@carmenta.com] 
Sent: 15 December 2008 15:05
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Reading CustomActionData property from C++


Hi!

We are compiling UNICODE. Using L"CustomActionData" instead of
_T("CustomActionData") makes no difference.

/Hans


Michael Urman wrote:
> 
> On Mon, Dec 15, 2008 at 08:32, md5hans <hans.olaus...@carmenta.com>
wrote:
>>   MsiGetProperty (hInstall, L"CustomActionData", szActionData, 
>> &dActionDataLen);
> 
> The use of L"CustomActionData" instead of _T("CustomActionData") is 
> the only thing that jumps out at me. However I would have expected to 
> see a compilation error if this is the source of your problem. Are you

> compiling UNICODE or MBCS?
> 
> --
> Michael Urman
> 
> ----------------------------------------------------------------------
> -------- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las 
> Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to 
> help pave the way to the Next Web now. Learn more and register at 
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmi
> x.com/ _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

--
View this message in context:
http://n2.nabble.com/Reading-CustomActionData-property-from-C%2B%2B-tp16
58434p1658552.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------
------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
Nevada.
The future of the web can't happen without you.  Join us at MIX09 to
help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.
com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to