PDA

Click to See Complete Forum and Search --> : Error.


Tempestknight
Apr 26th, 2005, 07:05 PM
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?

dglienna
Apr 26th, 2005, 07:08 PM
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.

Tempestknight
Apr 28th, 2005, 05:55 AM
I read through some of the posts it just said use inno. But didn't realy tell me how. can u explain?

Hack
Apr 28th, 2005, 06:00 AM
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?

microalps
Apr 28th, 2005, 07:26 AM
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 (http://msdn.microsoft.com/vstudio/downloads/tools/vsi11/download.aspx)

dglienna
Apr 29th, 2005, 01:28 AM
I don't know how Randem missed this one, but here is his standard message :)

http://www.vbforums.com/showpost.php?p=1996762&postcount=3

(You're welcome, Randem :wave: )