home *** CD-ROM | disk | FTP | other *** search
/ Duke Nukem 3D - Kill-A-Ton / Duke_Nukem_3D_Kill-A-Ton_Collection_-_CD1.iso / goodies / doswinky / doswinky.inf next >
Windows Setup INFormation  |  1996-07-04  |  3KB  |  101 lines

  1. ;
  2. ;   Windows Logo key control for MS-DOS programs
  3. ;
  4. ;   Microsoft Windows 95 Kernel PowerToys
  5. ;
  6. ;   Copyright 1996 Microsoft Corporation
  7. ;
  8. ;
  9. ;   Yes, DOSWINKY is a goofy name, but I think it's kind of cute.
  10. ;
  11. ;
  12. ;   When this device driver is installed, you can disable the Windows
  13. ;   logo key in MS-DOS programs.  Handy when playing a video game and
  14. ;   you keep pressing that key by mistake.
  15. ;
  16. ;   1. To install DOSWINKY
  17. ;
  18. ;   Right-click this file and select "Install".
  19. ;
  20. ;   Wait for disk activity to stop.
  21. ;
  22. ;   Restart the computer for the changes to take effect.
  23. ;
  24. ;   2. To use DOSWINKY
  25. ;
  26. ;   Here are the steps for disabling the Windows logo key when playing
  27. ;   your game.  Repeat these steps for each of your MS-DOS-based games.
  28. ;
  29. ;    Right-click the MS-DOS program (or its shortcut).
  30. ;
  31. ;    Select "Properties".
  32. ;
  33. ;    Click on the "Misc" tab.
  34. ;
  35. ;    Clear the check-mark from the Ctrl+Esc key to tell Windows
  36. ;    to disable the Ctrl+Esc key when the game is running.
  37. ;    DOSWINKY will also disable the Windows logo key when the
  38. ;    game is running.
  39. ;
  40. ;    Click OK to save your changes.
  41. ;
  42. ;   Double-click the MS-DOS program (or its shortcut) to run the game.
  43. ;   While the game is running, the Windows logo key will not open the
  44. ;   Start Menu.
  45. ;
  46. ;
  47. ;   3. Uninstalling DOSWINKY
  48. ;
  49. ;   Open the Control Panel, double-click Add/Remove Programs, and
  50. ;   double-click "Windows Logo key control for MS-DOS Programs".
  51. ;
  52. ;   Wait for disk activity to stop.
  53. ;
  54. ;   Restart the computer for the changes to take effect.
  55. ;
  56. [version]
  57. signature="$CHICAGO$"
  58.  
  59. [DosWinkyInstall]
  60. CopyFiles = DosWinky.Files.Inf, DosWinky.Files.Sys
  61. AddReg    = DosWinky.Add.Reg
  62.  
  63. [DefaultInstall]
  64. CopyFiles = DosWinky.Files.Inf, DosWinky.Files.Sys
  65. AddReg    = DosWinky.Add.Reg
  66.  
  67. [DefaultUnInstall]
  68. DelFiles  = DosWinky.Files.Inf, DosWinky.Files.Sys
  69. DelReg    = DosWinky.Del.Reg
  70.  
  71. [DestinationDirs]
  72. DosWinky.Files.Inf = 17
  73. DosWinky.Files.Sys = 11
  74.  
  75. [SourceDisksNames]
  76. 1="Windows Logo key control for MS-DOS programs","",1
  77.  
  78. [SourceDisksFiles]
  79. DOSWINKY.INF=1
  80. DOSWINKY.VXD=1
  81.  
  82. [DosWinky.Files.Inf]
  83. DosWinky.INF
  84.  
  85. [DosWinky.Files.Sys]
  86. DosWinky.VXD
  87.  
  88. [DosWinky.Add.Reg]
  89. HKLM,%UIF%,DisplayName,,"%DosWinky%"
  90. HKLM,%UIF%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\DosWinky.inf"
  91. HKLM,%VXD%,StaticVxD,,"DosWinky.VXD"
  92.  
  93. [DosWinky.Del.Reg]
  94. HKLM,%UIF%
  95. HKLM,%VXD%
  96.  
  97. [Strings]
  98. DosWinky="Windows Logo key control for MS-DOS programs"
  99. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\DosWinky"
  100. VXD="System\CurrentControlSet\Services\VxD\DosWinky"
  101.