CryptoAPI installation on Win95 
Author Message
 CryptoAPI installation on Win95

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



Mon, 21 Jan 2002 03:00:00 GMT  
 CryptoAPI installation on Win95
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


Quote:
> 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



Mon, 21 Jan 2002 03:00:00 GMT  
 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



Mon, 21 Jan 2002 03:00:00 GMT  
 CryptoAPI installation on Win95
advapi32.dll is a core system component, you should not be
distributing it.

--
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


Quote:
> 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
Quote:
> 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



Mon, 21 Jan 2002 03:00:00 GMT  
 CryptoAPI installation on Win95
Hi Dave:

Quote:
>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

To use CAPI with Win95 you must have installed IE 3.0 (or perhaps 3.2) or
greater, or OSR2 or greater

Hope this helps,

Doug.



Mon, 21 Jan 2002 03:00:00 GMT  
 CryptoAPI installation on Win95
Doug and Michael,

Thanks for the info.  I suppose I'm going to have to coerce installers of my
apps to install IE3 if they are running Win95.

Demolition Dave

Quote:

>Hi Dave:

>>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

>To use CAPI with Win95 you must have installed IE 3.0 (or perhaps 3.2) or
>greater, or OSR2 or greater

>Hope this helps,

>Doug.



Mon, 21 Jan 2002 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. VB4: Error 31037 (Error loading from file) in some Win95 installations

2. VB5 / Win95 - Installation Problem

3. HELP: Installation error with VB5 on Win95

4. Installation on Win95

5. VB3 in Win95 Installation

6. VB 4 installation on WIN95

7. Installation problems on win95 without active desktop

8. VB and Te CryptoAPi

9. CryptoAPI in VB.NET

10. CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired

11. CryptoAPI

12. cryptoAPI??

 

 
Powered by phpBB® Forum Software