NSIS scripts for Total Commander plugins

This NSIS script can be used to create setup for your Total Commander plugins.
- The script automatically add the lines (or update the existing lines) in the TC ini file
- Is the script is already installed:
     1. the script propose automatically the previous install folder
     2. it also modify the TC ini line instead of creating a new one
- The header is only 35 KB (but as these script use the incredible LZMA compression, you'll get almost everytime a smaller .exe than a standard .zip)

You just need to modify the file "plugin.nsi":
  - Modify the 2 sections between the 'CUSTOMIZE' comments

Be careful to keep these files together:
tcplugin.ico
totalcmd.nsh
plugin.nsi
readme.txt

Fabio Chelly, fabio@chelly.net
http://www.chelly.net

NSIS : http://nsis.sourceforge.net/home/