Guest zhining-eclipsys Posted July 25, 2007 Posted July 25, 2007 I am packaging an ActiveX control which has many dependencies on the XP system files. I need to know which of them I do not have to package into my control since they are already included in the standard XP installation. My most requried files are: 1, c:\windows\system32\msvbvm60.dll (VB runtime) 2, c:\windows\system32\stdole2.tlb (OLE automation) 3, c:\windows\system32\comdlg32.ocx (common dialog control 6.0) 4, c:\windows\system32\Msvcrt.dll (c-runtime library) And my control also depends on some others files which I guess either not required to be packaged with it or already included in the default XP installation (not sure if I am right): 1, c:\program files\microsoft visual studio\VB98\VBA6.DLL (Visual Basic for Application) 2, c:\program files\microsoft visual studio\VB98\VB6.OLB (Visual Basic objects and procedures) 3, c:\windows\system32\shdocvw.dll (Internet controls) 4, c:\windows\system32\scrrun.dll (scripting runtime) 5, c:\windows\system32\MSINET.ocx (Internet transfer control) 6, c:\windows\system32\MSCOMCTL.ocx (MS common control)
Guest Owkmann Posted July 25, 2007 Posted July 25, 2007 Re: which of my required system files shipped with a new XP install Try the "microsoft.public.dotnet.framework.windowsforms.controls" newsgroup with this question. "zhining-eclipsys" <zhining-eclipsys@discussions.microsoft.com> wrote in message news:79F54EC8-DED7-489F-85E4-CA215B2CAA83@microsoft.com... >I am packaging an ActiveX control which has many dependencies on the XP > system files. I need to know which of them I do not have to package into > my > control since they are already included in the standard XP installation.
Recommended Posts