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
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/VB-script-CA-fails-only-on-my-laptop-tp5157605p5157605.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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