Hi Wix-users,
 
I have some Custom Actions, which should be called during Upgrade.
Actually I want them to be called in the beginning of Upgrade, before
remove files. So I set them as:
 
<Custom Action="MyCA1"
After="CostFinalize">UPGRADINGPRODUCTCODE</Custom>

<Custom Action="MyCA2" After="MyCA1">UPGRADINGPRODUCTCODE</Custom>

<Custom Action="MyCA3" After="MyCA2">UPGRADINGPRODUCTCODE</Custom>

 

But when I ran .msi, as the custom actions started, one error message
popped up:

There is a problem with this Windows Installer package. A program run as
part of the setup did not finish as expected. Contact your support
personnel or package vendor.

I guess I call MyCAs in the wrong time. Is After="CostFinalize" wrong?
What should I set here?

 

Regards,

 

Chunyan

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to