PimpBot: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageAuthor|jan}}
{{PageAuthor|jan}}
'''PimpBot'''


'''PimpBot 2.1.5'''
== Description ==
A frontend written in NSIS to create installers for Winamp plugins
 
[[File:Pimpbot3_screenshot.png]]


== Links ==
You are creating AVS, MilkDrop or SPS presets for Winamp and look for a convenient way to create installers. The PimpBot Compiler offers a graphical user interface for the creation of NSIS installers. Create installers that automatically detect Winamp, aswell as the APEs your presets might need. Customize the appearance of your installer by changing its icons <strike>or by applying any Winamp 5 Classic Skin.</strike> Install fonts, point users to the website. All this without any knowledge of NSIS, it just takes a couple of mouse-clicks.
[http://pimpbot.whyeye.org Website]


== Description ==
== Advanced features ==
Frontend to create installers for Winamp plugins
Apart from creating executable installers, PimpBot 3.x introduced the ''.pimp'' file format. It's basically a LZMA compressed archive containing a specific file structure and settings. It's both used as project file for later recompilation of an installer, aswell as an installer itself. The PimpBot Runtime will create an installer on runtime using a ''.pimp'' file. This makes an installer more transparent and comes at a much lower filesize.


PimpBot is taking care of compiling a NSIS installer for your Winamp AVS plugins (AVS, Milkdrop, SPS). Its graphical user interface allows you to fill in all requirements and it takes only a few mouse-clicks to compile an executable.
Since the introduction of PimpBot 3.2, you can drag a folder containing your project files onto the PimpBot executable to quickly create installers. This requires certain conditions to be met, commonly referred to as sensible defaults. PimpBot will make the best possible guess of how you want your installer to act like. Naturally you can tweak these settings before compilation.


[[File:Pimpbot3_screenshot.png]]
== Links ==
[http://pimpbot.whyeye.org PimpBot Website]<br/>
[http://pimpbot.googlecode.com Google Code Project Page]


[[Category:Related Software]]
[[Category:Related Software]]

Latest revision as of 12:31, 1 January 2011

Author: jan (talk, contrib)


PimpBot

Description

A frontend written in NSIS to create installers for Winamp plugins

Pimpbot3 screenshot.png

You are creating AVS, MilkDrop or SPS presets for Winamp and look for a convenient way to create installers. The PimpBot Compiler offers a graphical user interface for the creation of NSIS installers. Create installers that automatically detect Winamp, aswell as the APEs your presets might need. Customize the appearance of your installer by changing its icons or by applying any Winamp 5 Classic Skin. Install fonts, point users to the website. All this without any knowledge of NSIS, it just takes a couple of mouse-clicks.

Advanced features

Apart from creating executable installers, PimpBot 3.x introduced the .pimp file format. It's basically a LZMA compressed archive containing a specific file structure and settings. It's both used as project file for later recompilation of an installer, aswell as an installer itself. The PimpBot Runtime will create an installer on runtime using a .pimp file. This makes an installer more transparent and comes at a much lower filesize.

Since the introduction of PimpBot 3.2, you can drag a folder containing your project files onto the PimpBot executable to quickly create installers. This requires certain conditions to be met, commonly referred to as sensible defaults. PimpBot will make the best possible guess of how you want your installer to act like. Naturally you can tweak these settings before compilation.

Links

PimpBot Website
Google Code Project Page