Update of /cvsroot/springnet/Spring.Net/installer/installaware/Spring.NET-1.1
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26024
Added Files:
Spring.NET-1.1.mia Spring.NET-1.1.mia.brk
Spring.NET-1.1.mia.fld Spring.NET-1.1.mpr componentstree.dfm
componentstree.dfm.miaf destination.dfm destination.dfm.miaf
finish.dfm finish.dfm.miaf icon.ico licensecheck.dfm
licensecheck.dfm.miaf mMSIExec.dll 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
Log Message:
installaware 6.6 solution for spring.net 1.1 RC2 relrease
--- NEW FILE: registrationwithserial.dfm.miaf ---
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;
--- NEW FILE: icon.ico ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: destination.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: prereq.dfm.miaf ---
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;
--- NEW FILE: readme.dfm.miaf ---
IF (LicenseCheck.Checked = True) THEN Next.Enabled := True;
IF (LicenseCheck.Checked = False) THEN Next.Enabled := False;
--- NEW FILE: Spring.NET-1.1.mia.fld ---
Check Application Requirements
Check/Install Application Pre-Requisites
Check Application Pre-Requisites
Install Application Pre-Requisites
Define Setup Globals
Setup User Interview
Process (Un)Installation
Perform Uninstallation
Perform First Time or Maintenance Installation
Finish Setup
--- NEW FILE: progress.dfm.miaf ---
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;
--- NEW FILE: registration.dfm.miaf ---
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;
--- NEW FILE: maintenance.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: destination.dfm.miaf ---
--- NEW FILE: readme.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: Spring.NET-1.1.mia.brk ---
--- NEW FILE: setuptype.dfm.miaf ---
--- NEW FILE: mMSIExec.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: licensecheck.dfm.miaf ---
IF (LicenseCheck.Checked = True) THEN Next.Enabled := True;
IF (LicenseCheck.Checked = False) THEN Next.Enabled := False;
--- NEW FILE: progressprereq.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: startmenu.dfm.miaf ---
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;
--- NEW FILE: progress.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: welcome.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: maintenance.dfm.miaf ---
--- NEW FILE: licensecheck.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: componentstree.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: finish.dfm.miaf ---
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;
--- NEW FILE: wizard.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: setuptype.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: startinstallation.dfm.miaf ---
--- NEW FILE: startmenu.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: Spring.NET-1.1.mia ---
Comment
Comment
Code Folding Region
Code Folding Region
Comment
Code Folding Region
Comment
Code Folding Region
Comment
Set Variable
Set Variable
Compiler Variable If
If
Set Variable
Set Variable
End
Compiler Variable End
Code Folding Region
Comment
[...4077 lines suppressed...]
$
--- NEW FILE: Spring.NET-1.1.mpr ---
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
Interface21
Spring.NET 1.1 RC2
{B0015DE0-78D3-4537-A741-1849EDC8C2C2}
{30BEA7B0-1208-42DC-8C52-828662D99AA6}
1.1.0
English
Spring.NET 1.1 RC2
Spring.NET 1.1 RC2 Installation
Spring.NET authors
All rights reserved
{336025D8-F978-41B8-97DA-874E5991C597}
Spring.NET
Spring.NET
http://forum.springframework.net
http://www.springframework.net
All rights reserved
FALSE
Spring.NET-1.1-RC2
TRUE
FALSE
http://timestamp.verisign.com/scripts/timstamp.dll
$
$
Service Pack
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
$
FALSE
--- NEW FILE: registrationwithserial.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: progressprereq.dfm.miaf ---
--- NEW FILE: wizard.dfm.miaf ---
--- NEW FILE: welcome.dfm.miaf ---
--- NEW FILE: prereq.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: componentstree.dfm.miaf ---
--- NEW FILE: startinstallation.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: registration.dfm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: finish.dfm ---
(This appears to be a binary file; contents omitted.)
|