Sent: Wednesday, 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 prob
lto: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 anything to find out what is happening in this install project. I
> guess t
balle [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 anything to find out what is happening in this install project. I
guess the OpenDialog customaction seems
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 inv
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)
{
sess
ject: Re: [WiX-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 MSIHAN
[WiX-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 MSIHAND
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 remo
]: 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
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
Are you compiling with UNICODE defined? If so I believe you have a buffer
overrun here:
ofn.nMaxFile = sizeof(szOriginalPath);
You should use countof() instead of sizeof().
Otherwise, I'm not really sure what the issue is. Showing the part of the log
file that has the error might be help
11 matches
Mail list logo