home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VBCCE / SAMPLES / AXLstPck / AXLstPck.EXE / RCDATA / CABINET / AXLst.inf < prev    next >
Windows Setup INFormation  |  1996-10-22  |  1KB  |  44 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. AXLstPik.ctl
  27. AXLstPik.ctx
  28. AXLstPik.pag
  29. AXLstPik.pgx
  30. AXLstPik.vbp
  31. Form1.frm
  32. Group1.vbg
  33. Test.vbp
  34.  
  35. ;---------------------------------------------------------------------------------------------------
  36. [SourceDisksNames]
  37. 1="default",,1
  38.  
  39. [Strings]
  40. ;---------------------------------------------------------------------------------------------------
  41. PROMPT = "Please enter the directory to which you will be installing the AXListPick sample: "
  42. DEFAULT = "Vb5cce\Samples\AXLstPik"
  43. ;---------------------------------------------------------------------------------------------------
  44.