diff -r 000000000000 -r d5ce4c64ef88 Docs/ExperienceUI/pages/wansis.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Docs/ExperienceUI/pages/wansis.htm Tue Oct 16 00:07:41 2007 -0400 @@ -0,0 +1,146 @@ + +
+
+
+ Skin the entire installer+ +
+
+
+
+ The ExperienceUI includes support for WAnsis, Saivert's skinning plugin. WAnsis is a plugin for NSIS that uses Winamp
+ 2 skins to change the look of the installer completely. The ExperienceUI natively supports WAnsis, and it is very easy to
+ implement it into your script. WAnsis Settings+ + + + +XPUI_WANSIS Define this to turn on all WAnsis support in the ExperienceUI. WAnsis has been known to be unstable, so please test your installer thoroughly before you distribute it. (Default: by default, XPUI_WANSIS is undefined) +XPUI_WANSIS_SKIN Skin_folder_name Sets the WAnsis skin to Skin_folder_name, where Skin_folder_name is a folder inside the ExperienceUI's skin directory. (<NSIS>\Contrib\ExperienceUI\Skins) If you plan to make WAnsis skins, it is different that making standard skins. Please see the guide below. (Default: "Forum") +XPUI_WANSIS_HEADERIMAGE Define this to use a header image in your WAnsis-enabled installer. If you don't define this, the installer's icon will appear in the spot where the header image would go. (Default: not defined) +XPUI_WANSIS_HEADERIMAGE_BMP BMP_file Uses BMP_file as the header bitmap in a WAnsis installer. Recommended size: 150x57px. (Default: <NSIS>\Contrib\ExperienceUI\Skins\<WAnsis skin>\Header.bmp) +XPUI_WANSIS_UI UI_file Uses UI_file as the UI for a WAnsis-enabled installer. Don't change this unless you really know what you are doing. (Default: <NSIS>\Contrib\ExperienceUI\UIs\WAnsis_ui.exe) +XPUI_WANSIS_GEN BMP_file The "gen" bitmap used for WAnsis. Please refer to the WAnsis documentation and the Winamp Skinners' Guide for help on creating WAnsis skins. (Default: <NSIS>\Contrib\ExperienceUI\Skins\<WAnsis skin>\gen.bmp) +XPUI_WANSIS_GENEX BMP_file The "genex" bitmap used for WAnsis. Please refer to the WAnsis documentation and the Winamp Skinners' Guide for help on creating WAnsis skins. (Default: <NSIS>\Contrib\ExperienceUI\Skins\<WAnsis skin>\genex.bmp) + ++ + To change the Bottom Image and the Left Logo, use XPUI_BOTTOMIMAGE_BMP and XPUI_LEFTLOGO, respectively. See this page for more information. + + + + + +Creating WAnsis Skins+ +
+
+
+
+ You can created your own WAnsis skins, too. The WAnsis skinning system is a little bit more limited than the standard
+ skinning system, but it makes skin initialization faster and it means you don't need any scripting knowledge to make WAnsis
+ skins.
+
+
+
+ To create a new WAnsis skin, navigate to the <NSIS>\Contrib\ExperienceUI\Skins folder and create a new directory. Name
+ the directory whatever you want your skin's screen name to be.
+
+
+ Be sure to replace "<Skin name>" with the name of the folder you created.
+
+
+
+
+
+
+
+
+
+ |
+
+
+ + | + + + +