Author Topic: cbNSIS plugin  (Read 9762 times)

Offline GeO

  • Multiple posting newcomer
  • *
  • Posts: 51
cbNSIS plugin
« 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.
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
the Source Code is avaible at http://fafnir.svn.sourceforge.net/viewvc/fafnir/cbNSIS/

I hope that it will be usefull for somebody!

PS.: Sorry for my bad english!

Offline alb_cb_moon

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: cbNSIS plugin
« Reply #1 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
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds Compiler: MinGW & gcc 3.4.5

Offline GeO

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: cbNSIS plugin
« Reply #2 on: July 25, 2009, 09:05:05 pm »

Offline alb_cb_moon

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: cbNSIS plugin
« Reply #3 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...
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds Compiler: MinGW & gcc 3.4.5

Offline GeO

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: cbNSIS plugin
« Reply #4 on: July 26, 2009, 08:53:09 am »
File->New->NSIS Installer will open the Dialog!

greets GeO

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: cbNSIS plugin
« Reply #5 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... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline GeO

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: cbNSIS plugin
« Reply #6 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!