I have a VBA EXE which is used in my document converting application and we deliver this to multiple clients and they never complained about any compatibility issue but now we are migrating the project to C#. So below are my doubts that i want to clear of first
- A EXE generated from C#.net to run at client system will need .NET framework to be setup at client system. So is there any way of achieving this with out setting up .NET framework
- How does VBA EXE run in almost any system with out framework to be installed for it