home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.6 / 1997-09_Disc_3.6.iso / dogday / setup.inf < prev   
INI File  |  1997-04-15  |  528b  |  21 lines

  1. [Setup]
  2.  
  3. ; Allow this setup to install DirectX if needed
  4. ;    DirectX=0 do NOT ever install DirectX
  5. ;       DirectX=1 install DirectX from the path specified in the [Paths] section
  6. DirectX=1
  7.  
  8. ; Allow DogDay to do a simple test to see if DirectX is aleady installed.
  9. ; Use this when above DirectX=0
  10. TestForDirectX=0
  11.  
  12. [Paths]
  13.  
  14. ;The path below should be entered in relation to where the calling SETUP.EXE is located
  15.  
  16. ; The Root path to where DirectX data (eg DXSETUP.EXE, DSETUP.DLL, etc) is:
  17. DirectX=.\DirectX
  18.  
  19.  
  20.  
  21.