Installation on Windows

Installing the product

The installer is available as either exe or msi, depending on deployment requirements. (msi is preferred for deployment via Microsoft GPO, and exe may be preferred for deployment on unmanaged workstations, to avoid having to choose between 32-bit and 64-bit).

A software update can be performed manually by installing a newer version over an older one. In this case, it is essential to use the same installation mode (exe or msi) as for the initial installation.

Exe installation

To install Smart Card Middleware, run the installation file.

../_images/windows_install_exe.png

msi installation

For msi installation, use the file ending in "_64.msi" on 64-bit Windows (most systems), and the file ending in "_32.msi" on 32-bit Windows.

The installation file is executed after user confirmation:

../_images/windows_install_msi.png

Uninstalling the product

To uninstall the middleware, in Windows settings, go to "Add or remove programs", search for "Smard Card Middleware" and select "Uninstall".

../_images/windows_uninstall.png

List of installed files

C:
├── Program Files
│   └── Smart Card Middleware
│       ├── bin
│       │   ├── Aladdin.dll (depends on the version)
│       │   ├── CryptoShell.dll
│       │   ├── ftrScanAPI.dll (depends on the version)
│       │   ├── IAS.dll
│       │   ├── id3Finger.dll
│       │   ├── idoCacheSrv.exe
│       │   ├── idoSessionCache.exe (depends on the version)
│       │   ├── idoCardModule.dll
│       │   ├── idoCSP.dll
│       │   ├── idoCrypto.dll (depends on the version)
│       │   ├── idoLog.dll
│       │   ├── idoPKCS.dll
│       │   ├── idoPkcsProxy.dll (depends on the version)
│       │   ├── idoPrimX.dll (depends on the version)
│       │   ├── legacy.dll (depends on the version)
│       │   ├── libcrypto-3-x64.dll (depends on the version)
│       │   ├── libdigidoc.dll (depends on the version)
│       │   ├── libssl-3-x64.dll (depends on the version)
│       │   ├── MD.dll
│       │   ├── Mindtct.dll (depends on the version)
│       │   ├── PIV.dll
│       │   ├── pkcs11.json (depends on the version)
│       │   ├── SCManager.dll
│       │   └── SoftToken.dll
│       └── resources
│           ├── schema (depends on the version)
│           │   ├── en_31916201v010101.xsd
│           │   ├── OpenDocument_manifest.xsd
│           │   ├── ts_119612v020201_201601xsd.xsd
│           │   ├── XAdES01903v132-201601-relaxed.xsd
│           │   ├── XAdES01903v132-201601.xsd
│           │   ├── XAdES01903v141-201601.xsd
│           │   └── xmldsig-core-schema.xsd
│           ├── branding.bin
│           └── tokmgr.bin
├── Program Files (x86)
│   └── Smart Card Middleware
│       ├── bin
│       │   ├── Aladdin.dll (depends on the version)
│       │   ├── CryptoShell.dll
│       │   ├── ftrScanAPI.dll (depends on the version)
│       │   ├── IAS.dll
│       │   ├── id3Finger.dll (depends on the version)
│       │   ├── idoCacheSrv.exe
│       │   ├── idoSessionCache.exe (depends on the version)
│       │   ├── idoCardModule.dll
│       │   ├── idoCSP.dll
│       │   ├── idoCrypto.dll (depends on the version)
│       │   ├── idoLog.dll
│       │   ├── idoPKCS.dll
│       │   ├── idoPkcsProxy.dll (depends on the version)
│       │   ├── idoPrimX.dll (depends on the version)
│       │   ├── legacy.dll (depends on the version)
│       │   ├── libcrypto-3.dll (depends on the version)
│       │   ├── libdigidoc.dll (depends on the version)
│       │   ├── libssl-3.dll
│       │   ├── MD.dll
│       │   ├── Mindtct.dll (depends on the version)
│       │   ├── mozilla.xpi (depends on the version)
│       │   ├── PIV.dll
│       │   ├── pkcs11-wow64.json (depends on the version)
│       │   ├── SCManager.dll
│       │   ├── SCManager.exe (depends on the version)
│       │   └── SoftToken.dll
│       └── resources
│           ├── schema (depends on the version)
│           │   ├── en_31916201v010101.xsd
│           │   ├── OpenDocument_manifest.xsd
│           │   ├── ts_119612v020201_201601xsd.xsd
│           │   ├── XAdES01903v132-201601-relaxed.xsd
│           │   ├── XAdES01903v132-201601.xsd
│           │   ├── XAdES01903v141-201601.xsd
│           │   └── xmldsig-core-schema.xsd
│           ├── branding.bin
│           └── tokmgr.bin
├── ProgramData
│   └── Smart Card Middleware
│       ├── idoss.lic
│       └── Logs/ <- Will contain logs when activated
└── Windows
    ├── System32
    │   └── IASP11.dll (depends on the version)
    └── SysWOW64
        └── IASP11.dll (depends on the version)