executing an vb script from another project bud in the same solution in C#

84 Views Asked by At

i am trying to call a VB script that i made that in the same solution bud in another project, it is a C# project with windows forms and WIX.

i am building an .MSI installer and when i arrive at a certain form i want it to execute a VB script automatically. the thing is i have no idea how to call a VB script from a C# form. since this is the first time i work with C# and i am not very skilled when it comes to programming.

can someone help me with this?

1

There are 1 best solutions below

2
On BEST ANSWER

This question was already answered on Stackoverflow several times. For example in this thread: How to call a VBScript file in a C# application?

Give it a try, if it won't work out, ask again with specific examples of your source code, because that would be a special scenario then.