PDA

Click to See Complete Forum and Search --> : How get information about file versions...


Karl-Erik
May 21st, 2007, 08:13 AM
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

Hack
May 21st, 2007, 10:00 AM
Moved to application deployment

This sounds like something you want your installation package to do rather than your program.

What installer are you using?

Karl-Erik
May 21st, 2007, 10:58 AM
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

randem
May 21st, 2007, 01:13 PM
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.