RE: How to test VB Script by CoreyThomasMCSEMCSAMCDBA
CoreyThomasMCSEMCSAMCDBA
Fri Mar 14 14:12:02 CDT 2008
Adding to what mayayana said,
Run the script from the command line with cscript. If the MSI is passing
any paramenters, be sure you pass those along.
Then check to make sure that the vbscript is doing what it should. Once
it's included in the MSI and kicked off properly, it should work.
-Corey
"Hitz" wrote:
> How to test a VB Script. As it is placed in my .msi and if it doesnt
> work properly it is not possible for me to remove the application from
> my system. So before putting that VB Script i jst wants to test the
> working of script file.
>