home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-05-12 | 4.4 KB | 118 lines |
- ;******************************************************************************
- ; install.inf - sample setup information file for Pipeline installation program
- ;******************************************************************************
-
- ;******************************************************************************
- ; Application Section - describes stuff about the application
- ; AppName=a description of the product we are installing
- ; DefDir=the default installation drive/directory
- ; SpaceNeeded=the estimated number of kilobytes we require
- ; DefPMGroup=program manager group file name and group title
- ; International=yes/no - if set to yes, "Country" will automatically
- ; default to "Other"
- ; Logo=logo file to be displayed
- ; * temporary
- ; TextRed=128 color values to use in "available space" meters
- ; TextGreen=128
- ; TextBlue=128
- ; BGRed=192
- ; BGGreen=192
- ; BGBlue=0
- ;******************************************************************************
- [Application]
- AppName=Sidekick for Windows
- DefDir=C:\SKW2
- SpaceNeeded=3000
- DefPMGroup=sidekck2.grp,Sidekick for Windows 2.0
- International=no
- SkipRegister=yes
- SkipQuickTour=yes
-
- ;******************************************************************************
- ; Disks Section - describe each diskette in the install set
- ; #=printed label on diskette
- ;******************************************************************************
- [Disks]
- 1=Sidekick Disk #1
-
- ;******************************************************************************
- ; Dirs Section - describe each directory we'll install into
- ; #=directory name
- ; use . for home directory (user specified)
- ; .\dirname for sub-directories within the home directory
- ;******************************************************************************
- [Dirs]
- 1=.
- 2=.\DATA
- 3=.\SAMPLES
- 4=.\USERDATA
-
- ;******************************************************************************
- ; Files Section - describe each file to be installed
- ; Description,FileName,Directory#,Diskette#,Compressed?[,expandname]
- ; For now, files should be entered in diskette# order (might sort later).
- ;******************************************************************************
- [Files]
- Program Files 1,EXE.PAK, 1,1,Y,
- Program Files 2,EXE2.PAK, 1,1,Y,
- Program Files 3,EXE3.PAK, 1,1,Y,
- ;Program Files 4,EXPCAL.PAK, 1,1,Y,
- DLLS 1,DLL.PAK, 1,1,Y,
- DLLS 2,DLL2.PAK, 1,1,Y,
- Help Files,HELP.PAK, 1,1,Y,
- Readme File,README.TXT,1,1,N,
- Packgo Files,PACKGO.PAK, 1,1,Y,
- Font Files,SKWFONTS.PAK,1,1,Y,
- Registration Files 1,REG.PAK,1,1,Y,
- Registration Files 2,REG3.PAK,1,1,Y,
- Printing Files,PRINTING.PAK,2,1,Y,
- Text Files,DATA.PAK,2,1,Y,
- Sample Files,SAMPLES.PAK,3,1,Y,
- User_data Files,USERDATA.PAK,4,1,Y,
-
- ; Note Files,NOTES.PAK,2,1,Y,
- ; Button Files,BUTTONS.PAK,2,1,Y,
- ; Report Files,REPORT.PAK,3,1,Y,
-
- ;******************************************************************************
- ; PM Info Section - describe each item to be installed into the PM group
- ; CommandLine,Description[,IconFile,Icon#]
- ;******************************************************************************
- [PM Info]
- $(home)\SIDEKICK.EXE,Sidekick
- $(home)\QUIKMENU.EXE,Quick Menu
- $(home)\IMPORT.EXE,Import Cardfile
- $(home)\EXPORT.EXE,Export Cardfile
- $(home)\SKPACKGO.EXE,Backup & Restore
- $(home)\README.TXT,Sidekick Readme File
-
-
- ;******************************************************************************
- ; Ini Section - describe each item to be created in the products INI file
- ; Section,Item,Value
- ;
- ; Macros:
- ; $(home) = base install directory
- ; $(username)
- ; $(company)
- ; $(initials)
- ;******************************************************************************
-
- [Ini]
- ;INI should be in Windows directory
- Name=sidekick.ini
- 1=SIDEKICK,DATA,$(home)\DATA
- 2=Calendar\Task,DefUserName,$(home)\USERDATA\$(initials)
- 3=UserName,User,$(UserName)
- 4=UserName,Company,$(company)
- 5=Cardfile,default_cardfile,$(home)\USERDATA\business.sdb
- 6=Note,DefNoteFile,$(home)\USERDATA\sidekick
- 7=Preference,ButtonBar,4
- 8=Preference,IconBar,40
- 9=Dial,Modem,com2,2,T
-
- ;******************************************************************************
- ; End Section - nothing here, just indicates end of information
- ;******************************************************************************
- [End]
-