How get information about file versions...
Hi !
Looked in my VB6-Bible, and looked at this forum.
Cannot find any answers how to by code read version information for a file.
I want to use that bit of code in my program to make a choice whether replace a DLL or OCX if they're older than those I deliver in my installation...
regards
/Karl-Erik
Re: How get information about file versions...
Moved to application deployment
This sounds like something you want your installation package to do rather than your program.
What installer are you using?
Re: How get information about file versions...
Quote:
Originally Posted by Hack
What installer are you using?
I've developed an installer by code in VB6, and I like to even find a code for uninstalling as well. So really, I should have stayed in Classic Visual Basic, where I think my question belong...
/K-E
Re: How get information about file versions...
Do yourself a favor to alleviate future problems use a tried and tested installer package. You are bound to create NOOBIE type errors and mistakes.