NSIS SkinCrafter Plugin plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 3: Line 3:
== Links ==
== Links ==
<attach>NSIS_SkinCrafter_Plugin.zip</attach><br>
<attach>NSIS_SkinCrafter_Plugin.zip</attach><br>
[[Image:Zip.gif]] [http://www.skincrafter.com/NSIS_SkinCrafter_Plugin.zip NSIS_SkinCrafter_Plugin.zip] (320 KB) (Mirror #1)
[[Image:Zip.gif]] [http://www.skincrafter.com/NSIS_SkinCrafter_Plugin.zip NSIS_SkinCrafter_Plugin.zip] (323 KB) (Mirror #1)


== Description ==
== Description ==

Revision as of 10:23, 26 July 2005

Author: gtim108 (talk, contrib)


Links

NSIS_SkinCrafter_Plugin.zip (323 KB)
Zip.gif NSIS_SkinCrafter_Plugin.zip (323 KB) (Mirror #1)

Description

Version: 1.0.

NSIS SkinCrafter Plugin is a simple freeware plugin that lets you create good looking interface for your NSIS install packages. Use NSIS SkinCrafter Plugin if you want your application to look unique and stylish and you will get COMPLETELY skinned package, from the beginning of the installation process till the skinning program you use.

The following is taken from the readme file in the NSIS_SkinCrafter_Plugin downloadable zip file:

Usage:
~~~~~~

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

    Function .onInit
            NSIS_SkinCrafter_Plugin::skin /NOUNLOAD
    FunctionEnd

---------------------------------------------------------------------------------
Or you can use your own skin file (with name Stylish.skf for example)
Add the following lines to your .NSI file:

    Function .onInit
            SetOutPath $TEMP
            File /oname=Skinastic.skf "Skinastic.skf"
            NSIS_SkinCrafter_Plugin::skin /NOUNLOAD $TEMP\Skinastic.skf
            Delete $TEMP\Skinastic.skf
    FunctionEnd

!!! IMPORTANT NOTICES
!!! DO NOT FORGET to add /NOUNLOAD parameter to the NSIS SkinCrafter Plugin call. !!!

!!! YOU SHOULD also add following lines in order to deinitialize SkinCrafter: !!!

    Function .onGUIEnd
    	NSIS_SkinCrafter_Plugin::destroy
    FunctionEnd

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

    Function un.onInit
            NSIS_SkinCrafter_Plugin::skin /NOUNLOAD
    FunctionEnd

    !!! IMPORTANT NOTICE
    !!! YOU SHOULD also add following lines in order to deinitialize SkinCrafter: !!!

    Function un.onGUIEnd
    	NSIS_SkinCrafter_Plugin::destroy
    FunctionEnd

---------------------------------------------------------------------------------
You can use the following options when skinning GUI:
- We offer you a set of well-designed skins at our Skin Gallery (http://skincrafter.com/skingal-1.html)
- You can develop your own skin by yourself (use our free SkinBuilder for this purposes - http://skincrafter.com/skbuilder.html)
  and skin your Installer program with it.
- You can also order an individual skin that matches your needs and desires
  at our professional A-Mega Design Studio (http://www.a-megastudio.com/)

Copyright © 2005 DMSoft Technologies

http://www.skincrafter.com