Hi Folks,

I'm new to wxs concept. I have a requirement to execute .bat file after all
the installation is complete. We have custom action defined in one of the
existing wxs file but they all make a call to VBScript.
For example as given below:-
<CustomAction Id="killApplicationProcessRec" BinaryKey="customActionForVBS"
VBScriptCall="KillBWCallCenter"/>

I wanted to know if I can specify something like
<CustomAction Id='ImportCerificate'  Property='CommandProcessorPath'
ExeCommand='<path of .bat file>/test.bat'  Execute='immediate'    
Return='check' />


Also it'll be helpful if you can point to any good tutorial site  for wxs.

Thanks in advance,
Shweta





-- 
View this message in context: 
http://n2.nabble.com/Executing-Batch-script-from-WXS-file-tp4625099p4625099.html
Sent from the wix-devs mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to