Esta es la info que tengo:
This information is to be used for integration with products developed under Developer license. It may not be used for any other purpose than that for which it is intended. By accessing this page, you are agreeing to maintain the confidentiality of any information that is provided.
How to install and register SSSS4
The easy way to install SSSSS is to run our setup program with the following command line:
setup.exe /SN=XXXXXXXXXXXXXXX /SILENT /NOICONS
Specify your license key after /SN=
Also, you can add /DIR="c:\installdir" to install files to a specific folder. Files are installed into Program Files\SSSSSS by default.
Our setup executable is built with Inno Setup. You can see some additional command line switches in the official Inno Setup guide here.
Please note: any setup procedure described here needs to be performed under administrator privileges. Our setup.exe is designed to automatically request that privileges and system will ask user to enter the administrator password. If you prefer to register our DLLs yourself, please ensure what the registration is executed under administrator rights.
How to install SSSSSSS modules yourself
SSSSSS executable files can be found in Program Files\SSSSSS, if you haven't changed the destination folder at the installation time. The folder content is following:
SSSSSS.ocx - 32-bit ActiveX
SSSSSS64.ocx - 64-bit ActiveX
SSSSSSClass.dll - 32-bit COM server
SSSSSSS64.dll - 64-bit COM server
You don't need to redistribute all these files if, for example, you need only 32-bit ActiveX, but each redistributed library needs to be registered with regsvr32.exe or with any other tool supplied by your installer software.
An example of regsvr32 calls:
regsvr32.exe SSSSSS.ocx
regsvr32.exe SSSSSS.dll
regsvr32.exe SSSSSS64.ocx
regsvr32.exe SSSSSSClass64.dll
How to register a license key for SSSSSS 4
Call DllRegister function from OCX or DLL file. Specify the license key instead of XXXX:
rundll32.exe SSSSSS.ocx,DllRegister XXXXXXXXXXXXXXXXXXXXXXXXXXX