InstallSpiderUI: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 89.14.94.173 to last version by JasonFriday13)
No edit summary
 
Line 1: Line 1:
{{PageAuthor|JasonFriday13}}
{{PageAuthor|JasonFriday13}}
== Downloads ==
For NSIS versions below MUI2:
<attach>InstallSpiderSetup.zip</attach>
MUI2 based installer:
<attach>InstallSpiderUI-2.0-Setup.zip</attach>


== Links ==
== Links ==
<attach>InstallSpiderSetup.zip</attach>


[http://forums.winamp.com/showthread.php?s=&threadid=223443 InstallSpiderUI forum thread]
[http://forums.winamp.com/showthread.php?s=&threadid=223443 InstallSpiderUI forum thread]
Line 14: Line 23:


== Description ==
== Description ==
The InstallSpider User Interface Version 1.06 is an installer interface that looks like the Windows 98/98 SE installer, or the InstallShield 5 installers in 1997-98. This was created purely for the older programs that do not have an installer. Everything you need is included in the .zip file (icons, images, examples, etc.).
The InstallSpider User Interface Version 2.0 is an installer interface that looks like the Windows 98/98 SE installer, or the InstallShield 5 installers in 1997-98. This was created purely for the older programs that do not have an installer. Everything you need is included in the .zip file (icons, images, examples, etc.).
 
There are now two versions available: One based on MUI2, and the original based on MUI 1.xx. I have included both on this page for completeness of versions. The script commands are the same for ISUI2, but the way the source code is organised has changed, hence the two versions.


Created by Jason Ross (JasonFriday13)
Created by Jason Ross (JasonFriday13)


[[Category:Graphics and UIs]]
[[Category:Graphics and UIs]]

Latest revision as of 12:10, 28 February 2009

Author: JasonFriday13 (talk, contrib)


Downloads

For NSIS versions below MUI2:

InstallSpiderSetup.zip (83 KB)

MUI2 based installer:

InstallSpiderUI-2.0-Setup.zip (88 KB)

Links

InstallSpiderUI forum thread

SimpleBg_plug-in designed for InstallSpiderUI.

SpiderBanner_plug-in designed for InstallSpiderUI.


InstallSpiderUI SS.png

Description

The InstallSpider User Interface Version 2.0 is an installer interface that looks like the Windows 98/98 SE installer, or the InstallShield 5 installers in 1997-98. This was created purely for the older programs that do not have an installer. Everything you need is included in the .zip file (icons, images, examples, etc.).

There are now two versions available: One based on MUI2, and the original based on MUI 1.xx. I have included both on this page for completeness of versions. The script commands are the same for ISUI2, but the way the source code is organised has changed, hence the two versions.

Created by Jason Ross (JasonFriday13)