your custom action execution failed.
you can use 'm  MSIProcessMessage' to insert log messages in msi log 
file. Use this function in your custom action code to debug exactly what 
is failing on your system.

use following command to create logs -
|msiexec /i your_installer.msi /l*v logs.txt

Sanjay Rao

|Andy.Kruger wrote:
> I have sequenced following VB script CA in the InstallDirDlg that validates
> the Install path entered by the user.
>
> <CustomAction Id="ValidePath" Return="check" VBScriptCall="Main"
> Property="VALIDATEPATH"/>
>
>
> And on the "Next" button,
>
> <Publish Event="DoAction" Value="ValidatePath">1</Publish>
>
> I had no problems running the CA on any computers so far but on one single
> laptop, the moment installer hits the VB script CA during install, it fails
> with error code 2896 (from the debug log)
>
> I have checked the WMI services and upgraded the Windows installer service
> to 4.5.
> But no luck.
>
> Any ideas???  Why does the CA do not work on this system when it works on
> all other boxes??
>
>
>
> -----
> Andy
> Build&Deployment
> Schneider Electric
>   




------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to