MSI (c) (74:80) [21:07:26:477]: Doing action: ValidateProductID Aktion 
21:07:26: ValidateProductID.

That's the InstallUISequence not the InstallExecuteSequence.

WiX doesn't "ignore InstallExecuteSequence" as the InstallExecuteSequence is 
just another database table to WiX. WiX is a way for you to make packages for 
Windows Installer. If your custom action isn't running, it's highly unlikely 
the blame can be placed on WiX.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer

-----Original Message-----
From: Blair [mailto:os...@live.com] 
Sent: 23 July 2010 07:40
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] InstallExecuteSequence completely ignored

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
_______________________________________________
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
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to