Initial import!

This commit is contained in:
markpollack
2008-05-30 22:55:02 +00:00
commit c478a783c0
2978 changed files with 510966 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
Check Application Requirements
Check/Install Application Pre-Requisites
Check Application Pre-Requisites
Install Application Pre-Requisites
Define Setup Globals
Setup User Interview
Perform Uninstallation
Finish Setup

View File

@@ -0,0 +1,500 @@
Spring.NET-1.1.mia
componentstree.dfm
componentstree.dfm.miaf
destination.dfm
destination.dfm.miaf
finish.dfm
finish.dfm.miaf
licensecheck.dfm
licensecheck.dfm.miaf
maintenance.dfm
maintenance.dfm.miaf
prereq.dfm
prereq.dfm.miaf
progress.dfm
progress.dfm.miaf
progressprereq.dfm
progressprereq.dfm.miaf
readme.dfm
readme.dfm.miaf
registration.dfm
registration.dfm.miaf
registrationwithserial.dfm
registrationwithserial.dfm.miaf
setuptype.dfm
setuptype.dfm.miaf
startinstallation.dfm
startinstallation.dfm.miaf
startmenu.dfm
startmenu.dfm.miaf
welcome.dfm
welcome.dfm.miaf
wizard.dfm
wizard.dfm.miaf
$
icon.ico
$
$
$
1
4
FALSE
L:\projects\Spring.Net\msi
SpringSource
Spring.NET 1.1.2
{4D418DBC-09E3-4265-ABBC-541C5610C3F0}
{E4E36CA4-CA2E-4C28-9231-B76761E9D614}
1.1.2
English
Spring.NET 1.1.2
Spring.NET 1.1.2 Installation
Spring.NET authors
All rights reserved
{868E6709-F92E-4EA6-BBED-63D32EF7EEA4}
Spring.NET
Spring.NET
http://forum.springframework.net
http://www.springframework.net
All rights reserved
FALSE
Spring.NET-1.1.2
TRUE
FALSE
http://timestamp.verisign.com/scripts/timstamp.dll
$
$
Service Pack
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
$
FALSE

View File

@@ -0,0 +1,500 @@
Spring.NET-1.1.mia
componentstree.dfm
componentstree.dfm.miaf
destination.dfm
destination.dfm.miaf
finish.dfm
finish.dfm.miaf
licensecheck.dfm
licensecheck.dfm.miaf
maintenance.dfm
maintenance.dfm.miaf
prereq.dfm
prereq.dfm.miaf
progress.dfm
progress.dfm.miaf
progressprereq.dfm
progressprereq.dfm.miaf
readme.dfm
readme.dfm.miaf
registration.dfm
registration.dfm.miaf
registrationwithserial.dfm
registrationwithserial.dfm.miaf
setuptype.dfm
setuptype.dfm.miaf
startinstallation.dfm
startinstallation.dfm.miaf
startmenu.dfm
startmenu.dfm.miaf
welcome.dfm
welcome.dfm.miaf
wizard.dfm
wizard.dfm.miaf
$
icon.ico
$
$
$
1
4
FALSE
L:\projects\Spring.Net\msi
SpringSource
Spring.NET 1.1.2
{4D418DBC-09E3-4265-ABBC-541C5610C3F0}
{E4E36CA4-CA2E-4C28-9231-B76761E9D614}
1.1.2
English
Spring.NET 1.1.2
Spring.NET 1.1.2 Installation
Spring.NET authors
All rights reserved
{A32AB277-1F77-4A4D-BF8C-23EA049EA2F6}
Spring.NET
Spring.NET
http://forum.springframework.net
http://www.springframework.net
All rights reserved
FALSE
Spring.NET-1.1.2
TRUE
FALSE
http://timestamp.verisign.com/scripts/timstamp.dll
$
$
Service Pack
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
$
FALSE

View File

@@ -0,0 +1,17 @@
IF (checkSuccess.Caption = COMPLETE) THEN textComplete.Visible := True;
IF (checkSuccess.Caption = REBOOT) THEN textReboot.Visible := True;
IF (checkSuccess.Caption = CANCEL) THEN textCancelled.Visible := True;
IF (checkSuccess.Caption = ERROR) THEN textError.Visible := True;
IF (checkRemove.Caption = TRUE) THEN textRemove.Visible := True;
IF (checkSuccess.Caption <> COMPLETE) THEN textComplete.Visible := False;
IF (checkSuccess.Caption <> REBOOT) THEN textReboot.Visible := False;
IF (checkSuccess.Caption <> CANCEL) THEN textCancelled.Visible := False;
IF (checkSuccess.Caption <> ERROR) THEN textError.Visible := False;
IF (checkRemove.Caption <> TRUE) THEN textRemove.Visible := False;
IF (checkRemove.Caption = TRUE) THEN textComplete.Visible := False;
IF (checkSuccess.Caption = CANCEL) THEN textRemove.Visible := False;
IF (textReboot.Visible = True) THEN textRemove.Visible := false;
IF (textComplete.Visible = True) THEN textRemove.Visible := false;
IF (textError.Visible = True) THEN textRemove.Visible := false;
IF (textCancelled.Visible = True) THEN textRemove.Visible := false;
IF (checkSuccess.Caption = ERROR) THEN textRemove.Visible := False;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1,2 @@
IF (LicenseCheck.Checked = True) THEN Next.Enabled := True;
IF (LicenseCheck.Checked = False) THEN Next.Enabled := False;

View File

@@ -0,0 +1,6 @@
IF (checkWINST.Caption <> TRUE) THEN WINST.Visible := True;
IF (checkJS.Caption <> TRUE) THEN JS.Visible := True;
IF (checkDotNET.Caption <> TRUE) THEN dotNET.Visible := True;
IF (checkWINST.Caption = TRUE) THEN WINST.Visible := False;
IF (checkDotNET.Caption = TRUE) THEN dotNET.Visible := False;
IF (checkJS.Caption = TRUE) THEN JS.Visible := False;

View File

@@ -0,0 +1,4 @@
IF (TestRemove.Caption <> TRUE) THEN CaptionInstall.Visible := True;
IF (TestRemove.Caption = TRUE) THEN CaptionUninstall.Visible := True;
IF (TestRemove.Caption <> TRUE) THEN CaptionUninstall.Visible := False;
IF (TestRemove.Caption = TRUE) THEN CaptionInstall.Visible := False;

View File

@@ -0,0 +1,2 @@
IF (LicenseCheck.Checked = True) THEN Next.Enabled := True;
IF (LicenseCheck.Checked = False) THEN Next.Enabled := False;

View File

@@ -0,0 +1,4 @@
IF (Name.Text <> ) THEN Next.Enabled := True;
IF (Company.Text <> ) THEN Next.Enabled := True;
IF (Name.Text = ) THEN Next.Enabled := False;
IF (Company.Text = ) THEN Next.Enabled := False;

View File

@@ -0,0 +1,14 @@
IF (Name.Text <> ) THEN Next.Enabled := True;
IF (Company.Text <> ) THEN Next.Enabled := True;
IF (Serial1.Text <> ) THEN Next.Enabled := True;
IF (Serial2.Text <> ) THEN Next.Enabled := True;
IF (Serial3.Text <> ) THEN Next.Enabled := True;
IF (Serial4.Text <> ) THEN Next.Enabled := True;
IF (Serial5.Text <> ) THEN Next.Enabled := True;
IF (Name.Text = ) THEN Next.Enabled := False;
IF (Company.Text = ) THEN Next.Enabled := False;
IF (Serial1.Text = ) THEN Next.Enabled := False;
IF (Serial2.Text = ) THEN Next.Enabled := False;
IF (Serial3.Text = ) THEN Next.Enabled := False;
IF (Serial4.Text = ) THEN Next.Enabled := False;
IF (Serial5.Text = ) THEN Next.Enabled := False;

View File

@@ -0,0 +1,4 @@
IF (MenuGroup.Text <> ) THEN Next.Enabled := True;
IF (MenuGroup.Text = ) THEN Next.Enabled := False;
IF (ISNT.Caption = TRUE) THEN AllUsers.Enabled := True;
IF (ISNT.Caption <> TRUE) THEN AllUsers.Enabled := False;