home *** CD-ROM | disk | FTP | other *** search
/ WinTools & DOS Utilities / YS.ISO / prog / sidekick / demo / install.inf < prev    next >
Encoding:
INI File  |  1994-08-24  |  4.1 KB  |  108 lines

  1. ;******************************************************************************
  2. ; setup.inf - sample setup information file for Pipeline installation program
  3. ;******************************************************************************
  4.  
  5. ;******************************************************************************
  6. ; Application Section - describes stuff about the application
  7. ;    AppName=a description of the product we are installing
  8. ;    DefDir=the default installation drive/directory
  9. ;    SpaceNeeded=the estimated number of kilobytes we require
  10. ;    DefPMGroup=program manager group file name and group title
  11. ;    Logo=logo file to be displayed
  12. ;    * temporary
  13. ;     TextRed=128    color values to use in "available space" meters
  14. ;     TextGreen=128
  15. ;     TextBlue=128
  16. ;     BGRed=192
  17. ;     BGGreen=192
  18. ;     BGBlue=0
  19. ;******************************************************************************
  20. [Application]
  21. AppName=Sidekick for Windows
  22. DefDir=C:\SKW
  23. SpaceNeeded=3000
  24. DefPMGroup=sidekick.grp,Sidekick for Windows
  25.  
  26. ;******************************************************************************
  27. ; Disks Section - describe each diskette in the install set
  28. ;  #=printed label on diskette
  29. ;******************************************************************************
  30. [Disks]
  31. 1=Sidekick Disk #1
  32.  
  33. ;******************************************************************************
  34. ; Dirs Section - describe each directory we'll install into
  35. ;     #=directory name
  36. ;     use . for home directory (user specified)
  37. ;         .\dirname for sub-directories within the home directory
  38. ;******************************************************************************
  39. [Dirs]
  40. 1=.
  41. 2=.\DATA
  42. 3=.\SAMPLES
  43.  
  44. ;******************************************************************************
  45. ; Files Section - describe each file to be installed
  46. ;     Description,FileName,Directory#,Diskette#,Compressed?[,expandname]
  47. ;     For now, files should be entered in diskette# order (might sort later).
  48. ;******************************************************************************
  49. [Files]
  50. Program Files 1,EXE.PAK,   1,1,Y,
  51. Program Files 2,EXE2.PAK,   1,1,Y,
  52. Program Files 3,EXE3.PAK,   1,1,Y,
  53. DLLS 1,DLL.PAK,   1,1,Y,
  54. DLLS 2,DLL2.PAK,   1,1,Y,
  55. Tour Files,TOUR.PAK,   1,1,Y,
  56. Help Files,HELP.PAK,   1,1,Y,
  57. Readme File,README.TXT,1,1,N
  58. Printing Files,PRINTING.PAK,2,1,Y,
  59. Button Files,BUTTONS.PAK,2,1,Y,
  60. Text Files,TEXT.PAK,2,1,Y,
  61. Note Files,NOTES.PAK,2,1,Y,
  62. Sample Files,SAMPLES.PAK,3,1,Y,
  63. Report Files,REPORT.PAK,3,1,Y,
  64. Registration Files 1,REG.PAK,1,1,Y,
  65. Registration Files 2,REG2.PAK,1,1,Y,
  66. Registration Files 3,REG3.PAK,1,1,Y,
  67.  
  68. ;******************************************************************************
  69. ; PM Info Section - describe each item to be installed into the PM group
  70. ;     CommandLine,Description[,IconFile,Icon#]
  71. ;******************************************************************************
  72. [PM Info]
  73. $(home)\SIDEKICK.EXE,Sidekick
  74. $(home)\QUIKMENU.EXE,Quick Menu
  75. $(home)\IMPORT.EXE,Import Cardfile
  76. $(home)\EXPORT.EXE,Export Cardfile
  77. $(home)\QKTOUR.EXE,Quick Tour
  78. $(home)\README.TXT,Sidekick Readme File
  79. $(home)\REGISTER.EXE,Automatic Registration
  80. $(home)\SKORDER.EXE,Unlock Sidekick
  81.  
  82. ;******************************************************************************
  83. ; Ini Section - describe each item to be created in the products INI file
  84. ;     Section,Item,Value
  85. ;
  86. ;     Macros:
  87. ;        $(home) = base install directory
  88. ;        $(username)
  89. ;        $(company)
  90. ;        $(initials)
  91. ;******************************************************************************
  92.  
  93. [Ini]
  94. ;INI should be in Windows directory
  95. Name=sidekick.ini
  96. 1=SIDEKICK,DATA,$(home)\DATA
  97. 2=Calendar\Task,DefUserName,$(home)\DATA\$(initials)
  98. 3=UserName,User,$(UserName)
  99. 4=UserName,Company,$(company)
  100. 5=Cardfile,default_cardfile,$(home)\DATA\address.sdb
  101. 6=Preference,ButtonBar,4
  102. 7=Preference,IconBar,40
  103.  
  104. ;******************************************************************************
  105. ; End Section - nothing here, just indicates end of information
  106. ;******************************************************************************
  107. [End]
  108.