-
Dear All
I am a beginer in VB. I heard from friends that VB has a deployment wizard that can compile the project into an executable (.exe) program. Is it?
But one thorny problem is I have included some AvtiveX controls (.OCX) which are collected from third party vendors (not from standard enterprise VB) in my project. So will they be packaged up in the compiled setup exe? Will the ActiveX's be first installed into the machine when running the setup?
Thank you for yr kind attention
-
Yes it will examine all dependencies and include all files required in the .cab file. Of course, make sure you are licenced to distribute third party controls.