Re: [WiX-users] CustomAction following specific CustomAction fails

2009-04-03 Thread Jason Ginchereau
, February 25, 2009 11:37 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CustomAction following specific CustomAction fails Both customactions are executed during UI for the mentioned buttons (browsefile and execute managed action) I publish the DoAction. The original problem

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-25 Thread jballe
Can I do anything to find out what is happening in this install project. I guess the OpenDialog customaction seems okay, with the change Rob suggested. Yan, you had a good suggestion but it doesn't seems like the managed action is actually invoked. My guess is that it is related to the action

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-25 Thread John Nannenga
=LaunchConditions1/Custom /InstallExecuteSequence /Product /Wix -Original Message- From: jballe [mailto:j...@visionpeople.dk] Sent: Wednesday, February 25, 2009 2:29 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CustomAction following specific CustomAction fails Can I do

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-25 Thread jballe
...@visionpeople.dk] Sent: Wednesday, February 25, 2009 2:29 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CustomAction following specific CustomAction fails Can I do anything to find out what is happening in this install project. I guess the OpenDialog customaction seems okay

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-12 Thread jballe
I have created a small test project with only the parts related to this from my original project. It includes my c++ customaction and I think the smallest manged CustomAction possible: [CustomAction] public static ActionResult TestAction(Session session) {

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-11 Thread Yan Sklyarenko
] CustomAction following specific CustomAction fails Rob Mensching-2 wrote: Uhh, it looks like you have failing CustomActions. Install1.log: Action start 09:12:39: UpdatePropsWithSelectedWebSite. MSI (c) (1C:8C) [09:12:39:637]: Creating MSIHANDLE (30) of type 790542 for thread 5772 MSI (c) (1C

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-10 Thread jballe
Rob Mensching-2 wrote: Uhh, it looks like you have failing CustomActions. Install1.log: Action start 09:12:39: UpdatePropsWithSelectedWebSite. MSI (c) (1C:8C) [09:12:39:637]: Creating MSIHANDLE (30) of type 790542 for thread 5772 MSI (c) (1C:14) [09:12:39:638]: Invoking remote

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-10 Thread Rob Mensching
-users] CustomAction following specific CustomAction fails Rob Mensching-2 wrote: Uhh, it looks like you have failing CustomActions. Install1.log: Action start 09:12:39: UpdatePropsWithSelectedWebSite. MSI (c) (1C:8C) [09:12:39:637]: Creating MSIHANDLE (30) of type 790542 for thread

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-09 Thread jballe
Thank you. I'am probably using unicode as I am using Visual Studio. I have changed as you described, but unfortunately it didn't solve the issue. I attach two logfiles: http://n2.nabble.com/file/n2296247/Install1.log Install1.log http://n2.nabble.com/file/n2296247/Install2.log Install2.log In

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-09 Thread Rob Mensching
]: Closing MSIHANDLE (30) of type 790542 for thread 4996 Action ended 09:13:09: ClearMsmqTable. Return value 3. -Original Message- From: jballe [mailto:j...@visionpeople.dk] Sent: Monday, February 09, 2009 00:25 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] CustomAction following

[WiX-users] CustomAction following specific CustomAction fails

2009-02-08 Thread jballe
I have a project using several customactions schduled during the UI as immediate. It actually works for almost everything but I have one issue left. In the UI the user can select to install a license file. I have a C++ customaction which opens the OpenFile dialog and sets it to a property. Later

Re: [WiX-users] CustomAction following specific CustomAction fails

2009-02-08 Thread Rob Mensching
be helpful. -Original Message- From: jballe [mailto:j...@visionpeople.dk] Sent: Sunday, February 08, 2009 01:56 To: wix-users@lists.sourceforge.net Subject: [WiX-users] CustomAction following specific CustomAction fails I have a project using several customactions schduled during the UI