Re: [WiX-users] CustomAction accessing CustomTable

2009-01-26 Thread Richard
In article <1233004461998-2220704.p...@n2.nabble.com>, jballe writes: > > > Richard-45 wrote: > > > > I haven't really been following this thread, but this is the standard > > way of communicating custom table data to deferred CAs. The MSI SDK > > documentation provides an example of do

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-26 Thread jballe
Richard-45 wrote: > > I haven't really been following this thread, but this is the standard > way of communicating custom table data to deferred CAs. The MSI SDK > documentation provides an example of doing this for creating user > accounts. > Thank you for answering. You say that I should n

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-26 Thread Richard
In article <21662327.p...@talk.nabble.com>, jballe writes: > I solved the issue by an immediate customaction scheduled in the ui just > after writing to the customtable. This custom action creates the > CustomActionData class and saves it to a public property which can be used > to schedule

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-26 Thread jballe
Just if someone else is reading this thread. I solved the issue by an immediate customaction scheduled in the ui just after writing to the customtable. This custom action creates the CustomActionData class and saves it to a public property which can be used to schedule the actions in "after Instal

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-22 Thread jballe
Ok so I probably have to get around this issue by setting some properties or similar. I will give it a try. Thank you for your assistance. Rob Mensching-2 wrote: > > I do have CustomActions that do this sort of thing but I don't use DTF. > Somewhere there is probably a bug. > -- View this

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-22 Thread Rob Mensching
I do have CustomActions that do this sort of thing but I don't use DTF. Somewhere there is probably a bug. -Original Message- From: jballe [mailto:j...@visionpeople.dk] Sent: Thursday, January 22, 2009 08:01 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CustomA

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-22 Thread jballe
Thank you for your answer, Rob! Do you (or anyone else) have anything I could try to come over this issue. Are there another way to acheive this - have noone else used a CustomTable and CustomActionData before?? Would it make sense to use any kind of nightly build? Or is it not a wix issue anywa

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-21 Thread Rob Mensching
Sorry, no extra data for you. It seems like it should work. -Original Message- From: jballe [mailto:j...@visionpeople.dk] Sent: Wednesday, January 21, 2009 03:42 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CustomAction accessing CustomTable Hello all, Can I do

Re: [WiX-users] CustomAction accessing CustomTable

2009-01-21 Thread jballe
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#.

[WiX-users] CustomAction accessing CustomTable

2009-01-19 Thread Jesper Balle
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 s