home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / update_h / _winfile / winman / script / odbc / odbc.wms
Encoding:
INI File  |  1994-04-10  |  1.1 KB  |  32 lines

  1. [Header]
  2. Name=ODBC.WMS
  3. Alias=ODBC Configuration
  4. Author=BrainWare / R.Schallberger
  5. Date_Written=3.4.94
  6. Changed_By=
  7. Changed_At=
  8. Change_Reason=
  9. Version=2
  10.   
  11. [Start]
  12.  highrun '%ODBCApp%\odbcadm.exe'
  13.  
  14. [Common]
  15.  menu '%MT_AddOns%' '%M_ODBCAdmin%' '%ODBCApp%\odbcadm.exe' '%WinMan%\wmscr.exe %WinMan%\odbc.wms start' '%MG_AddOns%'
  16.  
  17. [Install]
  18.  menu '%MT_AddOns%' '%M_ODBCAdmin%' '%ODBCApp%\odbcadm.exe' '%WinMan%\wmscr.exe %WinMan%\odbc.wms start' '%MG_AddOns%'
  19.  iniwrite 'Oracle' 'Driver' '%ODBCApp%\sqora.dll' 'odbcinst.ini'
  20.  iniwrite 'Oracle' 'Setup' '%ODBCApp%\sqorastp.dll' 'odbcinst.ini'
  21.  iniwrite 'ODBC Drivers' 'Oracle' 'Installed' 'odbcinst.ini'
  22.  iniwrite 'ODBC Drivers' 'SQL Server' 'Installed' 'odbcinst.ini'
  23.  iniwrite 'ODBC Drivers' 'SQRdb' 'Installed' 'odbcinst.ini'
  24.  iniwrite 'SQL Server' 'Driver' '%ODBCApp%\sqlsrvr.dll' 'odbcinst.ini'
  25.  iniwrite 'SQL Server' 'Setup' '%ODBCApp%\sqlsrvr.dll' 'odbcinst.ini'
  26.  iniwrite 'SQRdb' 'Driver' '%ODBCApp%\sqrdb.dll' 'odbcinst.ini'
  27.  iniwrite 'SQRdb' 'Setup' '%ODBCApp%\sqrdbsp.dll' 'odbcinst.ini'
  28.  
  29. [UnInstall]
  30.  menu 'Add Ons ...' 'ODBC Administrator' /DELETE
  31.  delete '%WD%:%WDIR%\odbcinst.ini'
  32.