Missing slash was breaking service install
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 30 Apr 2004 15:46:01 +0000 (15:46 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 30 Apr 2004 15:46:01 +0000 (15:46 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1080 cb58f699-b61c-0410-a6fe-9272a202ed29

installshield/Script Files/setup.rul

index 285c8b6..a683db8 100644 (file)
@@ -419,7 +419,7 @@ begin
         // Now install the new Default
         svSharExe = TARGETDIR + "\\bin\\shar.exe";
         svSharInstallParms = "-install Default -config " + (TARGETDIR + "\\etc\\shibboleth\\shibboleth.xml -schemadir ") +
-            (TARGETDIR + "\\etc\shibboleth");
+            (TARGETDIR + "\\etc\\shibboleth");
         nResult = LaunchAppAndWait(svSharExe, svSharInstallParms, WAIT);
         if (nResult < 0) then
             MessageBox("SHAR service installation FAILED!", WARNING);