Hello all,

Can I do anything to clearify the issue. Is it not supposed to work?
I am using WIX 3.0.4805.0, developing using Visual Studio 2008 with Votive

Thank you!

Jesper


jballe wrote:
> 
> Hello all,
> 
> I am writing my first complex setup using wix and managed custom actions
> using c#.
> 
> During the setup the user enters some settings. I have created an
> immediate customaction which saves those settings as rows in a
> CustomTable when the user clicks next.
> When I debug this customaction it seems to me that the records are
> successfully saved.
> 
> I have scheduled an immediate customaction after InstallFiles which
> should read this customtable and schedule customactions as deferred,
> callback, commit with the data from this customtable as CustomData using
> the CustomData class.
> However, when this immediate custom action executes it retrieves no rows
> from the custom table.
> I save the records using InsertTemporary as I cannot use Insert and have
> read that this should not be possible during the installation process.
> 

-- 
View this message in context: 
http://n2.nabble.com/CustomAction-accessing-CustomTable-tp2181353p2191781.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to