Hi all,
i've made a plugin for the excellent (and Open Source :D) NSIS-Installer
http://nsis.sourceforge.net/Main_Page (http://nsis.sourceforge.net/Main_Page).
It can make (for now) only a basic installer with license, directory and components pages
and an uninstaller
The cbplugin for windows linked against code::blocks svn 5702 can be found at
http://sourceforge.net/projects/fafnir/files/cbNSIS/windows/cbNSIS.cbplugin/download (http://sourceforge.net/projects/fafnir/files/cbNSIS/windows/cbNSIS.cbplugin/download)
the Source Code is avaible at http://fafnir.svn.sourceforge.net/viewvc/fafnir/cbNSIS/ (http://fafnir.svn.sourceforge.net/viewvc/fafnir/cbNSIS/)
I hope that it will be usefull for somebody!
PS.: Sorry for my bad english!
The plugin instalation fails, when I try to install it, cb show this error message:
plugin not intalled succesfully
c:\cbNSIS.cbplugin
I use the last nightly version 5696. WinXP sp2
try this one:
https://sourceforge.net/projects/fafnir/files/cbNSIS/windows/cbNSIS_5696.zip/download (https://sourceforge.net/projects/fafnir/files/cbNSIS/windows/cbNSIS_5696.zip/download)
Greets GeO!
Well, I try with this version but it fails again...
However I download the source, compiled it and I can install the plugin..!, but now I have another question: how I use it from CB..?, I don`t find any option in menus or settings...
File->New->NSIS Installer will open the Dialog!
greets GeO
Quote from: GeO on July 26, 2009, 08:53:09 AM
File->New->NSIS Installer will open the Dialog!
...and results in a crash of C::B if no project is open... ;-)
Quote from: MortenMacFly on July 28, 2009, 09:00:01 AM
...and results in a crash of C::B if no project is open... ;-)
:) Thanks for reporting!
Fixed in SVN!
GeO!