NSIS Installer skinning plugin

NSIS SkinCrafter Plugin is a freeware developer tool meant to skin NSIS install packages. It is a simple add-on that lets you create good looking interface of your NSIS Installer setup packages.

Being a fresh idea in the sphere of GUI skinning this plugin is ease of skinning, combination of simplicity and attractiveness. It’s specially engineered and styled for tastes of people who value individuality, for those who want to fit their corporate style and enjoy being different.

Use NSIS SkinCrafter Plugin if you want your application to look unique and stylish. In combination with SkinCrafter skinning implementation library you can get complete package: skinned installer + skinned end-user application. We encourage you to try changing your installation program with NSIS SkinCrafter Plugin for free now!

How does NSIS SkinCrafter Plugin Work?

For a predefined skin insert the following lines into your .NSI file:

Function .onInit skinnsis::skin /NOUNLOAD 
FunctionEnd

Or create your own .SKF file (with name Stylish.skf for example) and add the following lines to your .NSI file:

Function .onInit
SetOutPath $TEMP
File /oname=Stylish.skf “Stylish.skf”
skinnsis::skin /NOUNLOAD $TEMP\Stylish.skf
Delete $TEMP\Stylish.skf
FunctionEnd 

Do not forget to add /NOUNLOAD parameters to the skinnsis plugin call.

In order to skin uninstall program you should add the following lines:

Function un.onInit
skinnsis::skin /NOUNLOAD
FunctionEnd 

You should also add the following lines in order to deinitialize SkinCrafter:

Function .onGUIEnd
skinnsis::destroy
FunctionEnd 

As you can see it’s rather simple!

Also you needn’t to worry about monotony when choosing a skin for the install packages! You can find a variety of professional skins at our web Skin Gallery. New skins are submitted and updated there regularly to suit various users’ tastes. We encourage you to try our skins, created by our free SkinBuilder. We advice you to skin you NSIS installer for free now!

Using our specially developed tutorial, you can create your own skin by yourself and skin your Installer program with it, as well as make it accessible for all users at our Skin Gallery. Read more about our special offer…

Our professional designers can create an individual skin that matches your needs and desirers.
Various skins will allow you to create peculiar and unique appearance for your program.

All your feedbacks concerning NSIS SkinCrafter Plugin are highly appreciated.
Post your comments and suggestions to support@skincrafter.com

Latest Version:
v.2.6.3
Updated: Oct 11, 2010
Size: 6.55 MB
OS: Windows 98/NT/ME/2000/XP/2003/Vista/Windows 7.
C++ Skins/C# Skins, VB.NET Skins (x86 + x64)/VB Skins/Delphi Skins/CBuilder Skins/Powerbuilder Skins