home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / EuroSatS / install.inf < prev    next >
Text File  |  1998-03-11  |  3KB  |  93 lines

  1. ProductName="SATs Science Demo"
  2. productMenuName="Science Demo 14 year olds"
  3. ProductVersion="1.0"
  4.  
  5. InstallTitle=$ProductName$&" Installation"
  6.  
  7. DefaultInstallDrive=$windowDrive$
  8. DefaultInstallDirectory="\Program Files\EuroSatD"
  9.  
  10. ProductDeleteInformation="sci14D.del"
  11. programGroupName="Europress SATs Demo"
  12. programMainMenuName="SAT Science Demo"
  13. productHelpFileDir="\Sci14D\"
  14. productReadMeFile="\Sci14D\readme.txt"
  15. productExecutable="\Sci14D\Science.exe"
  16. productSubDirectory="\EuroSATD"
  17. productDataName="SATs_Science_Demo_data_file"
  18.  
  19. 'Find out the last installation directory
  20. checkKey=".DDS"
  21.  
  22. '############################################################
  23. '####### Beyond this point there is nothing to modify #######
  24. '############################################################
  25.  
  26.  
  27. <PromptUser>
  28.  
  29. productInstallDirectory=$installDirectory$&$productSubDirectory$
  30.  
  31. ' **************************************
  32. ' ******** COPY ALL THESE FILES ********
  33. ' **************************************
  34.  
  35. shared=false
  36.  
  37. ' Information about deleting a product
  38. copy $ProductDeleteInformation$,$installDirectory$&$ProductDeleteInformation$
  39.  
  40. ' product executable
  41. copy $productExecutable$,$InstallDirectory$&"\"&$productExecutable$
  42.  
  43. ' product help file
  44. copy $productHelpFileDir$&"science.hlp",$InstallDirectory$&"\"&$productHelpFileDir$&"science.hlp"
  45.  
  46. ' uninstall program
  47. copy "DSATsDel.exe",$windowDirectory$&"\"&"DSATsDel.exe"
  48.  
  49. ' uninstall information
  50. copy $productDeleteInformation$,$installDirectory$&"\"&$productDeleteInformation$
  51.  
  52. ' The ocx's
  53. 'shared=true
  54. readLibraryVersion=true
  55.  
  56. ' The Ocx's
  57. copy "OCXs\MCI32.OCX",$windowSystem$&"\MCI32.OCX"
  58. copy "OCXs\COMCTL32.OCX",$windowSystem$&"\COMCTL32.OCX"
  59. copy "OCXs\COMDLG32.OCX",$windowSystem$&"\COMDLG32.OCX"
  60. copy "OCXs\TABCTL32.OCX",$windowSystem$&"\TABCTL32.OCX"
  61.  
  62. ' The Dll's
  63. copy "dlls\SATtrans.dll",$windowSystem$&"\SATtrans.dll"
  64. copy "dlls\MSJtEr35.dll",$windowSystem$&"\MSJtEr35.dll"
  65. copy "dlls\MSJInt35.dll",$windowSystem$&"\MSJInt35.dll"
  66. copy "dlls\MSVCRT40.dll",$windowSystem$&"\MSVCRT40.dll"
  67. copy "dlls\MSJet35.dll",$windowSystem$&"\MSJet35.dll"
  68. copy "dlls\VBAJet32.dll",$windowSystem$&"\VBAJet32.dll"
  69. copy "dlls\VB5DB.dll",$windowSystem$&"\VB5DB.dll"
  70. copy "dlls\MSRD2x35.dll",$windowSystem$&"\MSRD2x35.dll"
  71. copy "dlls\MsRepl35.dll",$windowSystem$&"\MsRepl35.dll"
  72. copy "dlls\ODBCJt32.dll",$windowSystem$&"\ODBCJt32.dll"
  73. copy "dlls\ODBCJI32.dll",$windowSystem$&"\ODBCJI32.dll"
  74. copy "dlls\ODBCTL32.dll",$windowSystem$&"\ODBCTL32.dll"
  75. copy "dlls\DAO350.DLL",$windowSystem$&"\DAO350.DLL"
  76.  
  77. 'Create The main menu link
  78. 'ProgramItem=$programGroupName$&"\"&$programMainMenuName$,$installDirectory$&"\maths.exe"
  79. ProgramItem=$programGroupName$&"\"&$productMenuName$,$installDirectory$&$productExecutable$
  80.  
  81. 'Create Maths component link
  82. 'ProgramItem=$programGroupName$&"\"&$productMenuName$&"\"&$productMenuName$,$installDirectory$&$productExecutable$
  83.  
  84. 'Create Remove part/all GCSE component link
  85. 'programItem=$programGroupName$&"\Uninstall",$windowDirectory$&"\gcsedel.exe"
  86.  
  87. shared=false
  88. 'copy "readme.txt",$windowMenuPrograms$&"\"&$programGroupName$&"\readme.txt"
  89. 'copy $productReadMeFile$,$windowMenuPrograms$&"\"&$programGroupName$&"\"&$productReadMeFile$
  90.  
  91.  
  92. addKey=$ProductDataName$
  93.