]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WinOF] removed dead code
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 4 May 2007 18:32:45 +0000 (18:32 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 4 May 2007 18:32:45 +0000 (18:32 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@643 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/WinOF/InstallShield/CustomActions.vbs

index 6861cf1ab7435fc424a70d725bd8a6100e55a61a..c3308661a457653a0bfe9f2859e88c769c328bf7 100644 (file)
@@ -35,11 +35,7 @@ End Function
 \r
 Function WinOF_setup()\r
        ' Driver Install Properties: 0-INSTALLDIR;1-SystemFolder;2-System64Folder;3-WindowsFolder\r
-       Session.Property("DriverInstall") = Session.Property("INSTALLDIR") & ";" & Session.Property("SystemFolder") & ";" & Session.Property("System64Folder") & ";" & Session.Property("WindowsFolder") \r
-        \r
-       ' Extract Files Properties: 0-Installdir\r
-       ' Session.Property("ExtractFiles") = Session.Property("INSTALLDIR")\r
-       \r
+       Session.Property("DriverInstall") = Session.Property("INSTALLDIR") & ";" & Session.Property("SystemFolder") & ";" & Session.Property("System64Folder") & ";" & Session.Property("WindowsFolder")        \r
        WinOF_setup = 0\r
 End Function\r
 \r