home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-06-18 | 1.4 KB | 55 lines |
- [Application]
- ;Installation Directory Name
- ;created in the Windows CE Services directory
- ;the InstallDirectoryName
- ;Default value is 'UNSS 1.0'
-
- InstallDirectoryName="Conduits Pocket Artist"
-
- ;Information for the Titlebar of SetupCE
- ;Default value is 'UNSS'
-
- ApplicationName="Pocket Artist"
-
- ;Default value is '1.0'
- ApplicationVersion="1.21"
-
- ;The INI file to pass to CEAppMgr
- ;the default value is 'CeAppWiz.ini'
- AppWizINIFile="PocketArtist.ini"
-
- ;The Delay time between each step in the install
- ;process in seconds. If this is 1 or 0 then
- ;the copy and install process will be so fast
- ;the user won't see much
- ;default value is 2 if the key is not set
- Delay=1
-
- ;The EULA or Readme File to display
- ;if this key or the file is not present the
- ;EULA dialog will not be displayed
- EULA="EULA.txt"
-
- ;EULA window title text
- ;This can anything up to 245 characters
- EULATitle="End User License Agreement"
-
- ;This key will put your custom caption on
- ;the Default or OK button
- ;Caption for Button number 1
- Button1Caption="I Agree"
-
- ;This key will show the default button
- ;Options are "Yes" or anything else for "No"
- :Default value is "Yes"
- Button1Visible="Yes"
-
- ;This key will put your custom caption on
- ;the Escape or Cancel button
- ;Caption for Button number 2
- Button2Caption="I Don't Agree"
-
- ;This key will show the cancel button
- ;Options are "Yes" or anything else for "No"
- :Default value is "Yes"
- Button2Visible="Yes"