home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VBCCE / SAMPLES / AXMrquis / AXMrquis.EXE / RCDATA / CABINET / AXMrq.inf < prev    next >
Windows Setup INFormation  |  1996-10-22  |  1KB  |  48 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=MyCustomDestination
  11.  
  12. ;---------------------------------------------------------------------------------------------------
  13. [DestinationDirs]
  14. install.files=49001
  15.  
  16. [MyCustomDestination]
  17. ;The flag is 1+16
  18. 49000,49001,49002,49003=PackageDestination49000,1
  19.  
  20. [PackageDestination49000]
  21. "HKLM","xxx","","%PROMPT%","%24%\%DEFAULT%"
  22. ;"","","","%PROMPT%","%24%\%DEFAULT%"
  23.  
  24. ;---------------------------------------------------------------------------------------------------
  25. [install.files]
  26. AXMRQUIS.EXP
  27. AXMRQUIS.HTM
  28. AXMRQUIS.VBG
  29. BKGNDCOL.BMP
  30. CAPS.BMP
  31. FRMTEST.FRM
  32. FRMTEST.FRX
  33. GLOBAL.BAS
  34. MARQUIS.CTL
  35. MARQUIS.CTX
  36. OCXICON.BMP
  37. PROPPG.PAG
  38.  
  39. ;---------------------------------------------------------------------------------------------------
  40. [SourceDisksNames]
  41. 1="default",,1
  42.  
  43. [Strings]
  44. ;---------------------------------------------------------------------------------------------------
  45. PROMPT = "Please enter the directory to which you will be installing the AXMarquis sample: "
  46. DEFAULT = "Vb5cce\Samples\AXMrquis"
  47. ;---------------------------------------------------------------------------------------------------
  48.