Re: [RESOLVED] vbp reference
Understand it mostly except two points.
1)If a dll is updated, is the old one still in the registry?
I mean if the current one is
Code:
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
How about this?
Code:
Reference=*\G{00020430-0000-0000-C000-000000000046}#1.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
2)The version is hex?
Re: [RESOLVED] vbp reference
Hello again :wave:
Typically, the old file / component will be replaced totally. That is the proper way to do things in any case.
In cases such as having more than one version of a product installed, for instance Office 2003, and Office 2007, or Office 2010, each component will in any case have different CLSIDs.
The second question, about the version. No, that is not HEX. At a guess, I'd say it is just a denotation on how to read the version info.
More questions ¿ :D