can i import an ocx file into the exe in visual basic and teh place it to the right folder if yes how
i appreciate the help
Printable View
can i import an ocx file into the exe in visual basic and teh place it to the right folder if yes how
i appreciate the help
If you can just explain what is it excatly that you need then may be you'll get some help. :confused: :confused: :confused:
i created a program but msinet.ocx must be on the pc of the client so i want to import it in the exe file so i can place to the right folder
Oh ... In that case your best ebt is to create a distribution package using any available utility (perhaps Package & Deployment Wizard that comes with VB) so all necessary files (those that are mandatory) will be included and when you actually run setup on the destination machine all of your dl/ocs files will be copied to system's folder and registered if necessary.
Good luck.
I have installed the Visual Studio intallation creation program but i cannot use it for some reason,it does not show when i go on properties, what outer utilities can i use for creating instalation packages?
Thanks
ParadoX
You have to add the Package and Deployment Wizard, then you can use it to package a program. It is not the same as using Publish.
When MS utilities don't work for you (for one reason or the other) then INNO SETUP could be very good alternative.
davyquyo,
You can use ********** along with Inno Setup to create your package.
thank you very much i think this wil be all usefull
the onl problem i found was taht when i used Package & Deployment Wizard
then he was searching for a project and what i needed was to included an exe file and a ocx file but thanx to youre help i well be fine with inno
tx