home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 33 / NEXT33.iso / pc / dogdemo / setup.inf < prev   
INI File  |  1997-03-10  |  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=0
  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=1
  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.