home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 1996 November / PC_ADVISOR.ISO / sidekick / install.inf < prev    next >
Encoding:
INI File  |  1995-05-12  |  4.4 KB  |  118 lines

  1. ;******************************************************************************
  2. ; install.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. ;    International=yes/no - if set to yes, "Country" will automatically
  12. ;                  default to "Other"
  13. ;    Logo=logo file to be displayed
  14. ;    * temporary
  15. ;     TextRed=128    color values to use in "available space" meters
  16. ;     TextGreen=128
  17. ;     TextBlue=128
  18. ;     BGRed=192
  19. ;     BGGreen=192
  20. ;     BGBlue=0
  21. ;******************************************************************************
  22. [Application]
  23. AppName=Sidekick for Windows
  24. DefDir=C:\SKW2
  25. SpaceNeeded=3000
  26. DefPMGroup=sidekck2.grp,Sidekick for Windows 2.0
  27. International=no
  28. SkipRegister=yes
  29. SkipQuickTour=yes
  30.  
  31. ;******************************************************************************
  32. ; Disks Section - describe each diskette in the install set
  33. ;  #=printed label on diskette
  34. ;******************************************************************************
  35. [Disks]
  36. 1=Sidekick Disk #1
  37.  
  38. ;******************************************************************************
  39. ; Dirs Section - describe each directory we'll install into
  40. ;     #=directory name
  41. ;     use . for home directory (user specified)
  42. ;         .\dirname for sub-directories within the home directory
  43. ;******************************************************************************
  44. [Dirs]
  45. 1=.
  46. 2=.\DATA
  47. 3=.\SAMPLES
  48. 4=.\USERDATA
  49.  
  50. ;******************************************************************************
  51. ; Files Section - describe each file to be installed
  52. ;     Description,FileName,Directory#,Diskette#,Compressed?[,expandname]
  53. ;     For now, files should be entered in diskette# order (might sort later).
  54. ;******************************************************************************
  55. [Files]
  56. Program Files 1,EXE.PAK,   1,1,Y,
  57. Program Files 2,EXE2.PAK,   1,1,Y,
  58. Program Files 3,EXE3.PAK,   1,1,Y,
  59. ;Program Files 4,EXPCAL.PAK, 1,1,Y,
  60. DLLS 1,DLL.PAK,   1,1,Y,
  61. DLLS 2,DLL2.PAK,   1,1,Y,
  62. Help Files,HELP.PAK,   1,1,Y,
  63. Readme File,README.TXT,1,1,N,
  64. Packgo Files,PACKGO.PAK,   1,1,Y,
  65. Font Files,SKWFONTS.PAK,1,1,Y,
  66. Registration Files 1,REG.PAK,1,1,Y,
  67. Registration Files 2,REG3.PAK,1,1,Y,
  68. Printing Files,PRINTING.PAK,2,1,Y,
  69. Text Files,DATA.PAK,2,1,Y,
  70. Sample Files,SAMPLES.PAK,3,1,Y,
  71. User_data Files,USERDATA.PAK,4,1,Y,
  72.  
  73. ; Note Files,NOTES.PAK,2,1,Y,
  74. ; Button Files,BUTTONS.PAK,2,1,Y,
  75. ; Report Files,REPORT.PAK,3,1,Y,
  76.  
  77. ;******************************************************************************
  78. ; PM Info Section - describe each item to be installed into the PM group
  79. ;     CommandLine,Description[,IconFile,Icon#]
  80. ;******************************************************************************
  81. [PM Info]
  82. $(home)\SIDEKICK.EXE,Sidekick
  83. $(home)\QUIKMENU.EXE,Quick Menu
  84. $(home)\IMPORT.EXE,Import Cardfile
  85. $(home)\EXPORT.EXE,Export Cardfile
  86. $(home)\SKPACKGO.EXE,Backup & Restore 
  87. $(home)\README.TXT,Sidekick Readme File
  88.  
  89.  
  90. ;******************************************************************************
  91. ; Ini Section - describe each item to be created in the products INI file
  92. ;     Section,Item,Value
  93. ;
  94. ;     Macros:
  95. ;        $(home) = base install directory
  96. ;        $(username)
  97. ;        $(company)
  98. ;        $(initials)
  99. ;******************************************************************************
  100.  
  101. [Ini]
  102. ;INI should be in Windows directory
  103. Name=sidekick.ini
  104. 1=SIDEKICK,DATA,$(home)\DATA
  105. 2=Calendar\Task,DefUserName,$(home)\USERDATA\$(initials)
  106. 3=UserName,User,$(UserName)
  107. 4=UserName,Company,$(company)
  108. 5=Cardfile,default_cardfile,$(home)\USERDATA\business.sdb
  109. 6=Note,DefNoteFile,$(home)\USERDATA\sidekick
  110. 7=Preference,ButtonBar,4
  111. 8=Preference,IconBar,40
  112. 9=Dial,Modem,com2,2,T
  113.  
  114. ;******************************************************************************
  115. ; End Section - nothing here, just indicates end of information
  116. ;******************************************************************************
  117. [End]
  118.