How do I use NSIS to create an installer for my plug-in?
The plug-in SDK page on
sbullet.com
now contains a link to a zip file containing all essential installers
for NSIS. The zip file contains simple instructions, an NSIS installer
from the NSIS website, and valuable includes libraries for your NSIS
script.
Related Articles
Should I create a new project or use the sample plug-in code?
We recommend that you create a new plug-in project and copy in the code that you need from our sample projects. Ranger® - The universal check scanner interface Copyright © 2023 Silver Bullet Technology www.sbullet.com
Steps to Create a Security Certificate
WSS requires that the browser has a root certificate of authority (CA) to communicate securely to another (server) process which uses a server side certificate compatible with the CA. The following is an example on how to create the certificates ...
How will my plug-in be installed?
You'll create an installation script based on the sample installation script in the plug-in SDK. Your plug-in installer will install and uninstall all of the device drivers, DLL and support files needed to run your plug-in. During the plug-in ...
What is the plug-in certification process?
Since our certification process is evolving, we will not charge you for the first certification. There are the high-level certification steps: Send us a scanner to test with. Email us your plug-in some source code and TransportInfo.ini and ...
Which installation script editor should we use?
We use the NSIS script compiler and HM NIS to edit and compile Ranger plug-in installation scripts. You can download the software here: Nullsoft Scriptable Install System (NSIS) HM NIS - Editor/IDE for NSIS Install NSIS first and then install HM NIS. ...