home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VBCCE / SAMPLES / AxGrafix / AXGrafix.EXE / RCDATA / CABINET / AXGrafix.inf < prev    next >
Windows Setup INFormation  |  1996-10-24  |  2KB  |  67 lines

  1. ;---------------------------------------------------------------------------------------------------
  2. ; To be used with IExpress 10/10/96
  3. ;---------------------------------------------------------------------------------------------------
  4. [version]
  5. signature="$CHICAGO$"
  6. AdvancedINF=2.5
  7.  
  8. [DefaultInstall]
  9. CopyFiles=install.files, res.files
  10. CustomDestination=InstallCustomDestination
  11.  
  12. ;---------------------------------------------------------------------------------------------------
  13. [DestinationDirs]
  14. install.files=49000,%APPDIR%
  15. res.files = 49000,%APPDIR%%RES%
  16.  
  17. ;------------------------------------------------------------------------------
  18. [InstallCustomDestination]
  19. ; <LDID OEM SFN>,<LDID ANSI LFN>=<Section Name>,<Flag>
  20. ; flag 5 means don't prompt the user
  21. ;49200,49201=CommonFilesDir,5
  22.  
  23. 49100,49101=ProgramFilesDir,5
  24.  
  25. ; Custom app directory, flag 1 means prompt user
  26. 49000,49001=AppCustomDestination,1
  27.  
  28. [ProgramFilesDir]
  29. HKLM,"Software\Microsoft\Windows\CurrentVersion",'ProgramFilesDir',,"%24%\Program Files"
  30.  
  31. [AppCustomDestination]
  32. HKLM,"%AppKey%",'InstallDir',%PROMPT%,"%49101%\%DEFAULTDIR%"
  33.  
  34. ;Not used but maybe useful later
  35. ;[CommonFilesDir]
  36. ;HKLM,"Software\Microsoft\Windows\CurrentVersion",'CommonFilesDir',,"%24%\Common Files"
  37.  
  38. ;---------------------------------------------------------------------------------------------------
  39. [install.files]
  40. AXGrafix.ctl
  41. AXGrafix.ctx
  42. AXGrafix.vbp
  43. hDeclare.bas
  44. wave.res
  45. Test.bmp
  46.  
  47. [res.files]
  48. blip.wav
  49. click.wav
  50. resource.h
  51. slowmo.wav
  52. wave.rc
  53. whoosh.wav
  54.  
  55. ;---------------------------------------------------------------------------------------------------
  56. [SourceDisksNames]
  57. 1="default",,1
  58.  
  59. ;---------------------------------------------------------------------------------------------------
  60. [Strings]
  61. AppKey        = "SOFTWARE\Microsoft\VB5CCE"
  62. DEFAULTDIR      = "VB5CCE"
  63. PROMPT         = "Please enter the directory to which you will be installing the AXGrafix sample: "
  64. APPDIR         = "Samples\AXGrafix\"
  65. RES         = "ResSrc"
  66. ;---------------------------------------------------------------------------------------------------
  67.