News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

cbNSIS plugin

Started by GeO, July 24, 2009, 05:33:40 PM

Previous topic - Next topic

GeO

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!

alb_cb_moon

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


alb_cb_moon

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

GeO

File->New->NSIS Installer will open the Dialog!

greets GeO

MortenMacFly

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... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

GeO

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!