changes for 1.2 M1 release packaging.

This commit is contained in:
markpollack
2008-08-04 20:14:18 +00:00
parent 651ab8ef8c
commit ec5b3278f7
51 changed files with 10928 additions and 28 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,504 @@
Spring.NET-1.2.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
0
FALSE
L:\projects\spring-net\msi
SpringSource
Spring.NET 1.2 M1
{36A8EE3D-7025-4FAE-BF84-0523EADA7082}
{1399F2CB-026A-4995-ADC7-9A921EEFB4E9}
1.2
English
Spring.NET 1.2 M1
Spring.NET 1.2 M1
Spring.NET authors
All rights reserved
{3A73E939-3C01-4C93-8CAB-39C3C40CFC05}
Spring.NET
Spring.NET
http://forum.springframework.net
http://www.springframework.net
All rights reserved
FALSE
Spring.NET-1.2-M1
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,504 @@
Spring.NET-1.2.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
0
FALSE
L:\projects\spring-net\msi
SpringSource
Spring.NET 1.2 M1
{36A8EE3D-7025-4FAE-BF84-0523EADA7082}
{1399F2CB-026A-4995-ADC7-9A921EEFB4E9}
1.2
English
Spring.NET 1.2 M1
Spring.NET 1.2 M1
Spring.NET authors
All rights reserved
{CA310973-F1EA-49C3-B9B0-2071DAB16AF8}
Spring.NET
Spring.NET
http://forum.springframework.net
http://www.springframework.net
All rights reserved
FALSE
Spring.NET-1.2-M1
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;