Jump to content

[Utility] Driver Backup


IcemanND

Recommended Posts


  • 1 month later...
  • 2 weeks later...

Hmmm, I vaguely recall having done that to fix a specific problem Ricktendo was experiencing. I'll look for it and update when i find it, might take me a day to search my backups.

Didn't know he put it in a video, I certainly haven't seen my royalty check yet.

Link to comment
Share on other sites

Hmmm, I vaguely recall having done that to fix a specific problem Ricktendo was experiencing. I'll look for it and update when i find it, might take me a day to search my backups.

Didn't know he put it in a video, I certainly haven't seen my royalty check yet.

Its a FREE video I did on how to backup & integrate drivers, recommended your tool over Driver Genius and other driver backup progies because you rename the inf fine (you don't leave it as oem#.inf)

Link to comment
Share on other sites

Yup, you had me test it for you a loooooong time ago (you were making a version that does not require .net 1.1), used it when I had Vista and now with Windows 7 (works like a charm) it only needs mscomctl.ocx activex runtime or one of those

Edited by ricktendo64
Link to comment
Share on other sites

Yup, you had me test it for you a loooooong time ago (you were making a version that does not require .net 1.1), used it when I had Vista and now with Windows 7 (works like a charm) it only needs mscomctl.ocx activex runtime or one of those

Knew there was something it needed.

Link to comment
Share on other sites

mscomctl.ocx is part of the VB6 Common Controls package:

http://support.microsoft.com/kb/896559/en-us

The good guys at MS have made it so that you need to have it in order to be allowed to have it :w00t: :

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=25437d98-51d0-41c1-bb14-64662f5f62fe

Overview

This package updates two Microsoft Visual Basic 6.0 Common Controls: mscomctl.ocx and comctl32.ocx to address the issues described in the KB articles noted in the Related Resources section on this page.

This package will not install these Common Controls if they do not already exist on the target system. This package cannot be uninstalled.

This package is provided under the terms of the End User License Agreement and is intended for the following customers:

  1. Customers who are Microsoft Visual Basic 6.0 and/or Microsoft Visual Studio 6.0 licensees.
  2. Customers who are not licensees of Microsoft Visual Basic 6.0 nor Microsoft Visual Studio 6.0 but are using older versions of the two Common Controls.

And of course the good Linux guys have a way to get it nonetheless

http://www.kegel.com/wine/winetricks

the limit is your conscience.

The files are also in VB6 SP6:

http://www.microsoft.com/downloads/details.aspx?familyid=9EF9BF70-DFE1-42A1-A4C8-39718C7E381D&displaylang=en

but NOT in the REDISTRIBUTABLE "Service Pack 6 for Visual Basic 6.0: Run-Time Redistribution Pack (vbrun60sp6.exe)"

http://support.microsoft.com/kb/290887

http://www.microsoft.com/downloads/details.aspx?FamilyID=7B9BA261-7A9C-43E7-9117-F673077FFB3C&displayLang=en

But they are in the

http://support.microsoft.com/kb/957924/en-us

http://www.microsoft.com/downloads/details.aspx?FamilyId=CB824E35-0403-45C4-9E41-459F0EB89E36&displaylang=en&displaylang=en

which has NOT requirements like the ones on the mentioned VB6 Common Controls page.

The even more interesting part is that the file is available here:

http://activex.microsoft.com/controls/vb6/mscomctl.cab

Info taken from:

http://web.archive.org/web/20050223232418/http://support.microsoft.com/kb/193366/en-us

Basically, if you call mscomctl.ocx an ActiveX control you can download it freely, if you call it "VB6 file" you cannot.

Which means two things:

  • the MS guys are to say the least "mercurial"
  • the Linux guys are sometimes not as "kosher" as they like to depict themselves

:whistle:

And a third one :ph34r: :

  • why the heck this nice program needs an unredistributable file in order to work?

jaclaz

Link to comment
Share on other sites

And a third one :ph34r: :

  • why the heck this nice program needs an unredistributable file in order to work?

jaclaz

At the time of that re-write I was trying to stay away from .NET since it was not yet widely distributed/downloaded/installed and everyone was complaining about it. Much easier to find and install the activex control than the .NET redistributable, at the time. Maybe the next version if I do one I'll do in full .NET instead of using .NET to wrap the code in like the first version.

I believe the check-listbox is the control that requires it, and there isn't one that works as easily built into the VB6 arch.

Link to comment
Share on other sites

Maybe the next version if I do one I'll do in full .NET instead of using .NET to wrap the code in like the first version.

Please don't! :ph34r:

We have just found a perfectly legal and easy way to get from Microsoft a .cab sized 479,056 bytes(compressed) that ends up as a 1,069,376 .ocx file that makes your nice app work perfectly and you want to replace it with a few tens of thousands of bloat? :w00t:

If you are gonna rewrite it from scratch, use Assembler. ;)

Completely OT, but check what can be done in 164,362 bytes:

http://www.quickersoft.com/donkey/

http://www.quickersoft.com/donkey/winexplorer.htm

jaclaz

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...