
CryptoAPI installation on Win95
For pre-Win98 and IE-less Win95 machines, yes ADVAP32.DLL is there and
usually weighs in around 24K. Crypto-enabled machines have all kinds of
Crypto exports in ADVAPI32.DLL which makes that rev about 68K or something
like that. I guess what I'm asking is whether I can include the new
ADVAPI32.DLL in my application installs, or is ADVAPI32 thought of like
KERNEL32 and USER32 which you don't include in your installs because it is
retarded to do so.
Demolition Dave
Quote:
>advapi32.dll is certainly there, it is the registry dll.
>Without it the machine would not even boot.
>--
>MichKa
>-------------------------------------
>don't send questions by e-mail unless
>you're paying for it. (TANSTAAFL!) :-)
>random junk of dubious value is at:
>http://www.trigeminal.com
>> I have an application that uses the cryptography API and
>it works good
>> enough, but when I install my applications on Win95 (which
>do not have IE3
>> on them) they don't want to work. I'm obviously missing
>some dependencies
>> or something. CRYPT32.DLL is one, and ADVAPI32.DLL seems
>to be another.
>> Can it be deemed appropriate for me to include an updated
>ADVAPI32.DLL in my
>> install or do I simply have to require used to install IE
>on their machine.
>> Please reply to the NG.
>> Demolition Dave