home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 1996-07-08 | 2.2 KB | 75 lines
; ; This is the configuration file for the installation of an Envelop application using ; the WinSetup utility. This file is modified by the Envelop Installer program. ; ; Copyright (c) 1996 Envelop ; Copyright (c) 1995 Benny Nissen ; === [Basic] Section ========================================== ; Purpose: General entries used when initializing the INSTALL program. ; ; Use WinSetup default desktop picture (in full screen) ; and don't display any text. ; [Basic] ShowDesktop=([r]\install.bmp,3) ; === [MainWindow] Section ===================================== ; Purpose: Options to select and first window objects. ; ; Specify text shown in main window and default target directory. ; Use 2 options (with checkboxes) for the end user to select. ; [MainWindow] WindowText="This program will install an Envelop Application in the following directory.[n][n]To install in this directory click 'Install'.[n][n]To install in a different directory, pick 'Browse'.[n][n]Click 'Exit' if you do not wish to install this software." ExtraWindowHight=60 ExtraWindowWidth=60 ; === [FileCopy] Section ======================================= ; Purpose: Lists all the files to copy. ; ; This section is created by the Envelop Installer program. ; [FileCopy] ; === [RegistrationFiles] Section ============================== ; Purpose: Files to update registration database with ; ; Updates the registration database with entries in the *.REG file(s). ; This section is created by the Envelop Installer program. ; [RegistrationFiles] ; === [IniModifications] Section =============================== ; Purpose: How to modify Windows initialization files. ; ; Nothing is required here. ; [IniModifications] ; === [PMOptions] Section ====================================== ; Purpose: DDE commands to the Program Manager. ; ; Create a group in Windows shell and show the editor as a item in this group ; This section is created by the Envelop Installer program. ; [PMOptions] ; === [ExecuteAfterInstall] Section ============================ ; Purpose: Define program to execute after the installation is completed. ; ; Nothing is required here. ; [ExecuteAfterInstall]