home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VBCCE / SAMPLES / AXClock / AXClock.EXE / RCDATA / CABINET / AXClock.inf < prev    next >
Windows Setup INFormation  |  1996-10-24  |  2KB  |  55 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
  10. CustomDestination=InstallCustomDestination
  11.  
  12. ;---------------------------------------------------------------------------------------------------
  13. [DestinationDirs]
  14. install.files=49000,%APPDIR%
  15.  
  16. ;------------------------------------------------------------------------------
  17. [InstallCustomDestination]
  18. ; <LDID OEM SFN>,<LDID ANSI LFN>=<Section Name>,<Flag>
  19. ; flag 5 means don't prompt the user
  20. ;49200,49201=CommonFilesDir,5
  21.  
  22. 49100,49101=ProgramFilesDir,5
  23.  
  24. ; Custom app directory, flag 1 means prompt user
  25. 49000,49001=AppCustomDestination,1
  26.  
  27. [ProgramFilesDir]
  28. HKLM,"Software\Microsoft\Windows\CurrentVersion",'ProgramFilesDir',,"%24%\Program Files"
  29.  
  30. [AppCustomDestination]
  31. HKLM,"%AppKey%",'InstallDir',%PROMPT%,"%49101%\%DEFAULTDIR%"
  32.  
  33. ;Not used but maybe useful later
  34. ;[CommonFilesDir]
  35. ;HKLM,"Software\Microsoft\Windows\CurrentVersion",'CommonFilesDir',,"%24%\Common Files"
  36.  
  37. ;---------------------------------------------------------------------------------------------------
  38. [install.files]
  39. ClckIcon.bmp
  40. Clock.ctl
  41. Clock.ctx
  42. ClockCTL.vbp
  43.  
  44. ;---------------------------------------------------------------------------------------------------
  45. [SourceDisksNames]
  46. 1="default",,1
  47.  
  48. ;---------------------------------------------------------------------------------------------------
  49. [Strings]
  50. AppKey        = "SOFTWARE\Microsoft\VB5CCE"
  51. DEFAULTDIR      = "VB5CCE"
  52. PROMPT         = "Please enter the directory to which you will be installing the AXClock sample: "
  53. APPDIR         = "Samples\AXClock\"
  54. ;---------------------------------------------------------------------------------------------------
  55.