P
Paul Schauble
I have an entry in the Signature table that reads
Signature FileName MinVersion
AppComp vflags.dll 2.4.0.0
with supporting entries in the AppSearch and DrLocator table. The
vflags.dll with version 2.4.0.0 is in place.
When I run the installation, the dll is not found.
I change the Signature entry to
AppComp vflags.dll 2.3.100.100
and the installations find it.
The documentation for the Signiture table says that the file version
must be "at least equal" to the MinVersion value. But is looks like
there is a bug in MSI and, in fact, the file version must be strictly
greater than the MinVersion.
Is this a known bug? If so, how could I have found it? If not, how can I
report it?
Thanks,
++PLS
Signature FileName MinVersion
AppComp vflags.dll 2.4.0.0
with supporting entries in the AppSearch and DrLocator table. The
vflags.dll with version 2.4.0.0 is in place.
When I run the installation, the dll is not found.
I change the Signature entry to
AppComp vflags.dll 2.3.100.100
and the installations find it.
The documentation for the Signiture table says that the file version
must be "at least equal" to the MinVersion value. But is looks like
there is a bug in MSI and, in fact, the file version must be strictly
greater than the MinVersion.
Is this a known bug? If so, how could I have found it? If not, how can I
report it?
Thanks,
++PLS