In that case are you sure the MSI is finding the CheckCPU.exe
application to run it (check a verbose log)?

Actually I think I see what the problem is.
You're using DirectorySearch & FileSearch to set the path to the Custom
Action. This doesn't happen until AppSearch as you'd expect so you can't
run the Custom Action until after AppSearch as the Property will be
empty until after AppSearch has run.

I would try using a Type 2 Custom Action or drop the use of the
DirectorySearch & FileSearch & rely on standard Windows Installer
Properties instead.

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: Noran [mailto:mat...@gmx.de] 
Sent: 08 September 2010 12:45
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Msi launch file too late


the checkCPU.exe comes in with the MSI as an extra file it dont need to
be installed its only to check some CPU-features, based on this features
the MSI should install all required Files.

if its possible with a Custom Action type 2 too solve this Problem?

Thanks, Noran
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Msi-launch
-file-too-late-tp5509690p5510285.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to