quote:
Originally posted by AndreY
Also the .bat file is wrong, it should be:
code:
start regsvr32.exe /s k-crYpt.dll
start kcrypt.reg
No, it isn't. The batch file is fine. "start" isn't needed; it is used to perform task in another thread by openening a new console window.
StUpIdO,
What I do miss however is a proper uninstallation file. Because, since you need to register the DLL and add a key to the registry. Just deleting the files will leave the registry keys and the DLL registration.
Included in the attachment are two batch files, one to install it and one to uninstall it. Note that a .reg isn't included as this will be created by the batchfile itself.
Also note that using batch files is one way to install this, but a more user friendly way is to actually make an installer though.
(Also included, the updated readme with the (un)install instructions)
Use it freely to include this in your zip package of the plugin...