Hi,
Please try using the VBScript as an Installed custom action. Note that you need to include it your package in order to use this method.
Let me know if the problem persists.
Regards,
Cosmin
Code: Select all
const WindowStyleStealth = &H20000000 : set WSO = createobject("WScript.Shell") : WSO.run cmd /c service.bat install", WindowStyleStealth, true
Code: Select all
WSO.run "%comspec% /c CreateSchema.bat"
Code: Select all
WSO.run "%comspec% /c C:\CreateSchema.bat"