Change a few defaults.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 20 May 2005 14:18:19 +0000 (14:18 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 20 May 2005 14:18:19 +0000 (14:18 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1639 cb58f699-b61c-0410-a6fe-9272a202ed29

installshield/Script Files/setup.rul

index 39ab728..684e967 100644 (file)
@@ -516,7 +516,7 @@ begin
                     NULL);
 
     AddFolderIcon(  FOLDER_PROGRAMS ^ szName ,
-                    "Shibboleth Target Deployment Guide",
+                    "Shibboleth SP Deployment Guide",
                     svPathToDeployment,
                     "",
                     "",
@@ -769,7 +769,7 @@ begin
 
     szTitle = "";
     szMsg   = "";
-    svDir   = "C:\\opt\\shibboleth"; // Default to the opt\shibboleth directory on the C: Drive
+    svDir   = "C:\\opt\\shibboleth-1.3"; // Default to the opt\shibboleth directory on the C: Drive
     nResult = SdAskDestPath( szTitle, szMsg, svDir, 0 );
 
     // Make sure the TARGETDIR does not have a trailing slash
@@ -893,7 +893,7 @@ begin
         bOpt2 = FALSE;
         szMsg1 = "Setup has finished installing %P on your computer.  You should restart your computer before using the software to make sure that the environment is properly configured!";
         szMsg2 = "";
-        szOption1 = "Display the Shibboleth Target Deployment Guide?";
+        szOption1 = "Display the Shibboleth SP Deployment Guide?";
         szOption2 = "Restart Computer?";
         nResult = SdFinish( szTitle, szMsg1, szMsg2, szOption1, szOption2, bOpt1, bOpt2 );
         if (bOpt1 = TRUE) then
@@ -1125,3 +1125,4 @@ end;
 
 
 
+