Can someone please help me with this VB script please?
I am trying to run it as a custom action.
'************************************************
Option Explicit
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "InstallMySQL.bat", 0, True
'*** End
It doesn't work from in the installer but works outside of the installer.
Can someone please tell me what I am doing wrong?
Thanks!