Archive: Reading Certificate


Reading Certificate
Hello,

Is there a way with NSIS to read the certificate store adn check if the required certificate is present before installing the software, does anybody has idea how to do this, Help is very Appreciated.

Or else with the dll read function can we call the inner funcation of the dll module, like

dllName.ModuleName.Function()

can we do this with NSIS ?


You can create a NSIS plug-in or call an exported DLL function using the System plug-in. See Contrib\ExDLL and Contrib\System\System.html