[Pvfs2-cvs] commit by sampson in
pvfs2/install-windows/OrangeFS-Client/Script: Files Setup.Rul
CVS commit program
cvs at parl.clemson.edu
Mon Sep 19 18:05:29 EDT 2011
Update of /projects/cvsroot/pvfs2/install-windows/OrangeFS-Client/Script Files
In directory parlweb1:/tmp/cvs-serv25504/install-windows/OrangeFS-Client/Script Files
Modified Files:
Tag: Orange-Branch
Setup.Rul
Log Message:
Updated Windows installer
Index: Setup.Rul
===================================================================
RCS file: /projects/cvsroot/pvfs2/install-windows/OrangeFS-Client/Script Files/Attic/Setup.Rul,v
diff -p -u -r1.1.2.10 -r1.1.2.11
--- Setup.Rul 19 Aug 2011 21:56:13 -0000 1.1.2.10
+++ Setup.Rul 19 Sep 2011 22:05:28 -0000 1.1.2.11
@@ -103,10 +103,12 @@ Dlg_SdWelcome:
szMsg = "";
nResult = SdWelcome(szTitle, szMsg);
if (nResult = BACK) goto Dlg_SdWelcome;
-
- szTitle = "";
- svName = "";
- svCompany = "";
+
+Dlg_SdLicense:
+ szQuestion = "";
+ nResult = SdLicense(szTitle, szMsg, szQuestion, "license.txt");
+ if (nResult = BACK) goto Dlg_SdWelcome;
+
/*
Dlg_SdRegisterUser:
szMsg = "";
@@ -139,7 +141,7 @@ Dlg_SetupType:
Dlg_SdAskDestPath:
nResult = SdAskDestPath(szTitle, szMsg, INSTALLDIR, 0);
- if (nResult = BACK) goto Dlg_SdWelcome;
+ if (nResult = BACK) goto Dlg_SdLicense;
/*
Dlg_SdFeatureTree:
szTitle = "";
More information about the Pvfs2-cvs
mailing list