Jump to content

How to support Visual Basic tool programming in WINPE 2.0?


Robell_Liu

Recommended Posts


I had to add and register (with regsvr32) a collection of common VB6 DLLs in my PE image to get some of our VB applications to run. You can download a set from M$.

Link to comment
Share on other sites

I had to add and register (with regsvr32) a collection of common VB6 DLLs in my PE image to get some of our VB applications to run. You can download a set from M$.

You had to do this for WinPE v2.x, even after building it with Scripting support?

What DLL's did you have to register?

Link to comment
Share on other sites

You had to do this for WinPE v2.x, even after building it with Scripting support?

What DLL's did you have to register?

Probably whatever libraries are referenced in the project?

In the past, I had used comdl32 and comtrl, but I ended up dropping those and just using direct API calls to avoid the extra baggage of missing libraries. Whats the point of slimming down the CD and then stuff a bunch of DLLs and OCXs back in?

Link to comment
Share on other sites

Yes, they were DLLs needed by the specific applications. Things like COMDLG32.OCX and MSVBVM60.DLL. As far as bloating the CD with files, I have yet to really notice any difference in load time as it relates to the size of the WIM.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...