On 26.10.2010 21:06, Marcio wrote:
> 1.1) and when I try to add the module I get the error: 193
> modutil -add "New module" -libfile "C:\Windows\SysWOW64\aetpkss1.dll" -
> dbdir .

Microsoft's directory naming might actually confuse you here. On a
64-bit Windows system, %systemroot%\SysWOW64 has the *32*-bit DLLs,
while the 64-bit versions can be found under %systemroot%\system32.

> What do you suggest ?

The simplest solution is to only use C:\Windows\system32\aetpkss1.dll
with modutil, irrespective of whether you use the 32-bit or the 64-bit
version. In the 32-bit base, Windows will do "file redirection" for
C:\Windows\SysWOW64\aetpkss1.dll, making the application load
C:\Windows\SysWOW64\aetpkss1.dll, effectively (see
http://support.microsoft.com/kb/896456).

Kaspar
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to