winnt-nsis-installer-update-20030903
[openafs.git] / src / WINNT / install / NSIS / Service.cpp
index 56c396a..4833fc7 100644 (file)
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
    }
    else
    {
-       hService = OpenService( hSCM, argv[1], DELETE);
+       hService = OpenService( hSCM, argv[2], DELETE);
        if(hService!=NULL)
           DeleteService( hService );
    }