Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: GeO on July 24, 2009, 05:33:40 pm

Title: cbNSIS plugin
Post by: GeO on July 24, 2009, 05:33:40 pm
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!
Title: Re: cbNSIS plugin
Post by: alb_cb_moon on July 25, 2009, 08:31:58 pm
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
Title: Re: cbNSIS plugin
Post by: GeO on July 25, 2009, 09:05:05 pm
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!
Title: Re: cbNSIS plugin
Post by: alb_cb_moon on July 26, 2009, 06:59:45 am
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...
Title: Re: cbNSIS plugin
Post by: GeO on July 26, 2009, 08:53:09 am
File->New->NSIS Installer will open the Dialog!

greets GeO
Title: Re: cbNSIS plugin
Post by: MortenMacFly on July 28, 2009, 09:00:01 am
File->New->NSIS Installer will open the Dialog!
...and results in a crash of C::B if no project is open... ;-)
Title: Re: cbNSIS plugin
Post by: GeO on July 28, 2009, 06:30:16 pm
...and results in a crash of C::B if no project is open... ;-)
:) Thanks for reporting!
Fixed in SVN!

GeO!