Page 1 of 1

Visual Basic Script

Posted: Tue Jun 28, 2005 5:43 am
by grego
Hello,
I have quite a bit of scripting to do as part of the installation process. The simplest way for me to do this is to run a visual basic script as part of the install process.

Does anyone have any idea's on how to get the script from the installation package , run it and then delete it when complete?

kind regards
Greg O

Posted: Tue Jun 28, 2005 11:39 am
by sinan
I imagine you mean VBScript? You will probably need to install the runtime, and then write a small applet to execute your VBScript code.