Dear Blair,

What do you mean exactly with that? I just added the following test 
lines to my wxs file:

<Property Id='NOTEPAD'>Notepad.exe</Property>
<CustomAction Id='Foo' Property='NOTEPAD' ExeCommand=''
   Return='asyncNoWait' />

<InstallExecuteSequence>
   <Custom Action='Foo' After='LaunchConditions' />
</InstallExecuteSequence>

But even if something goes wrong, the word Foo needs to be at least 
found in the very verbose debug log, shouldn't it? The word is not even 
found in the debug log!

msiexec.exe /i Test.msi /l*xv Test.log

$ grep Foo Test.log
$

Orca tells me that my action is contained in the MSI:

http://img153.imageshack.us/img153/3208/orca.png

Regards,
   Luke





Am 23.07.2010 08:39, schrieb Blair:
> Is your added authoring in a fragment that has other things that ARE in the
> MSI (use ORCA to see what got into the MSI)?
>
> -----Original Message-----
> From: Lukas Haase [mailto:lukasha...@gmx.at]
> Sent: Thursday, July 22, 2010 12:12 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] InstallExecuteSequence completely ignored
>
> Hi,
>
> As proposed in one mail I wrote a DLL for detecting old installations.
> But WiX seems to completely ignore InstallExecuteSequence!
>
> I played around, tried different things but it is just ignored!
>
> For testing I just added this to my file:
>
> <Property Id='NOTEPAD'>Notepad.exe</Property>
> <CustomAction Id='FooBar' Property='NOTEPAD' ExeCommand=''
>      Return='asyncNoWait' />
>
> <InstallExecuteSequence>
>     <Custom Action='FooBar' After='LaunchConditions' />
> </InstallExecuteSequence>
>
> Even if I install with msiexec /i test.msi /l*vx logfile.log
>
> there is not even the word FooBar included! After LaunchConditions there
> is ValidateProductID executed:
>
> [...]
> Aktion gestartet um 21:07:26: LaunchConditions.
> Aktion beendet um 21:07:26: LaunchConditions. Rückgabewert 1.
> MSI (c) (74:80) [21:07:26:477]: Doing action: ValidateProductID
> Aktion 21:07:26: ValidateProductID.
> [...]
>
> Is there anything I should additionally do?
>
> Regards,
> Luke
>
>
> ----------------------------------------------------------------------------
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to