I have made a chat program like aim and i tried to send the .exe to a friend and he gets the error
components 'mswinsck.ocx' or on of its dependencies not correctly registered: a file is missing or invalid
when he runs it. Have any idea?
Printable View
I have made a chat program like aim and i tried to send the .exe to a friend and he gets the error
components 'mswinsck.ocx' or on of its dependencies not correctly registered: a file is missing or invalid
when he runs it. Have any idea?
You need to use the Package and Deployment wizard, or Inno Setup/Inno Script. Either one of these will create an installer, with all the necessary files that get installed on the machine before your app runs. See the Application Deployment forum for details.
I read through some of the posts it just said use inno. But didn't realy tell me how. can u explain?
Explain Inno or the Package and Deployment Wizard?Quote:
Originally Posted by Tempestknight
I would personally suggest using the Microsoft Installer being that is extremely easy to use. Just add your VB Project and build the installer file. It is capable of writing to registry, creating shortcuts, etc., etc. very easily w/o any experience needed. It is freely available. VS6 SP3 or higher required.
Download Here
I don't know how Randem missed this one, but here is his standard message :)
http://www.vbforums.com/showpost.php...62&postcount=3
(You're welcome, Randem :wave: )