home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.11 / 2002-01_-_Disc_7.11.iso / Software / Demos / UltimateRide / setup / Install.ini < prev    next >
INI File  |  2001-11-05  |  50KB  |  1,170 lines

  1. ; Instructions for Disney's Standard Installer
  2. ;
  3. ;;;;;;;;;;;;
  4. ;; Step 1 ;;
  5. ;;;;;;;;;;;;
  6. ;
  7. ; Identify the type of disk to be created, there are 2 main types
  8. ;     Single language product
  9. ;            This is for a product that is targeted for a specific region
  10. ;            NB: Ereg and web access will not be available outside of the specified region
  11. ;            SET:       GetLanguageByOS=0                        Fixed language
  12. ;                       Language=ISLANG_REGION_SUBREGION         Language setting
  13. ;         DELETE:    shortcut.ini
  14. ;
  15. ;            Electronic Registration and Website access may be enabled in regions
  16. ;            outside of the specified Language region, normally this only applies to
  17. ;            Canada when creating US Domestic product.
  18. ;         
  19. ;
  20. ;     Multiple language product
  21. ;            This is for product with multiple languages on one disk.
  22. ;            Ereg and Web access can be enabled on a per language basis
  23. ;
  24. ;            SET:       GetLanguageByOS=2                        User selects language
  25. ;                       Language=ISLANG_REGION_SUBREGION         Default Language setting
  26. ;        =>  ENSURE:    shortcut.ini is up to date for all languages
  27. ;         ENSURE:    setup.ini has a Y for the user to select the language
  28.  
  29. [LOCALIZATION]
  30. Language=ISLANG_ENGLISH_UNITEDSTATES
  31. GetLanguageByOS=0
  32. DEFAULT_FILE=usaeng.lag
  33.  
  34.  
  35.  
  36. ;;;;;;;;;;;;
  37. ;; Step 2 ;;
  38. ;;;;;;;;;;;;
  39. ; Set up the Title specific data.
  40. ;
  41. ;COMPANY=                     Should be set to Disney Interactive
  42. ;APPNAME=                     Root Key Name to be used in the registry
  43. ;VERSION=                     Version number of title, starts at 1.0
  44. ;
  45. ;EXE_ENTRY=                   Filename for executable file to launch product
  46. ;TITLE_ICON=                  Icon to use for title shortcut
  47. ;HELP_FILE=                   Filename for help file
  48. ;HELP_FILE_ICON=              Icon to use for help file shortcut (may be omitted)
  49. ;README_FILE=                 May be used for readme or local html page
  50. ;README_ICON=                 Icon to be used for readme shortcut (may be omitted)
  51. ;README_FILE2=                May be used for readme or local html page
  52. ;README_ICON2=                Icon to be used for readme2 shortcut (may be omitted)
  53. ;UNINSTALL_ICON=              Icon to be used for uninstall shortcut
  54. ;UNINSTALL_EXTENSION=         Extra DLL to be called at end of uninstall process
  55. ;RUN_SOURCE=                  HD:       Indicates executable will reside on Hard Drive
  56. ;                             CD ONLY:  Indicates executable will reside only on CD
  57. ;                             CD PLUS:  Indicates executable will reside on CD,
  58. ;                                       but files will still be installed onto the HD.
  59. ;ICONS_ON_HD=                 (1 or 0): Indicates if icons are going to be copied to the HD.
  60. ;FORCE_REBOOT=                (1 or 0): Indicates if a system reboot is to be forced.
  61. ;DisplayShortcutWindow=       (1 or 0): Indicates if the start menu folder should be opened.
  62. ;INSTALL_METHOD=              ADVANCED: Indicates all optional dialog boxes are displayed.
  63. ;                             HIDDEN:   Indicates, minimum dialog boxes displayed
  64. ;
  65. ; Language specific entries:
  66. ;     For a multi-language product these are over-ridden by entries in shortcut.ini
  67. ;
  68. ;TITLE                        Installer splash screen title bar text.
  69. ;INSTALLER_TITLE_BAR_LABEL=   Installer general title bar text
  70. ;APPFOLDER=                   Default start menu folder
  71. ;APPPATH=                     Default hard drive path
  72. ;TITLE_SHORTCUT_LABEL=        42 Character shortcut name title shortcut
  73. ;HELP_FILE_SHORTCUT_LABEL=    42 Character shortcut name for help file shortcut
  74. ;UNINSTALL_SHORTCUT_LABEL=    42 Character shortcut name for uninstall shortcut
  75. ;README_SHORTCUT_LABEL=          42 Character shortcut name for readme or web shortcut
  76. ;README_SHORTCUT_LABEL2=      42 Character shortcut name for readme2 or web shortcut
  77. ;EREG_SHORTCUT_LABEL=         42 Character shortcut name for EREG shortcut
  78.  
  79. [COPPA]
  80. COPPA_INITIATE_SCENARIO_0=0
  81. COPPA_DISCLAIMER_RESPOND_FILE_PATH=profile\
  82. COPPA_DISCLAIMER_RESPOND_FILE_NAME=profile.txt
  83. COPPA_DISCLAIMER_RESPOND_SECTION=Network
  84. COPPA_DISCLAIMER_RESPOND_VARIABLE=AgreedToCoppa
  85. COPPA_DISCLAIMER_RESPOND_YES=yes
  86. COPPA_DISCLAIMER_RESPOND_NO=no
  87.  
  88. COPPA_AGE_RESPOND_FILE_PATH=profile\
  89. COPPA_AGE_RESPOND_FILE_NAME=profile.txt
  90. COPPA_AGE_RESPOND_SECTION=Network
  91. COPPA_AGE_RESPOND_VARIABLE=Over13
  92. COPPA_AGE_RESPOND_YES=yes
  93. COPPA_AGE_RESPOND_NO=no
  94.  
  95. COPPA_RESPONSE_FILE_ADDITION_FILE_PATH=profile\
  96. COPPA_RESPONSE_FILE_ADDITION_FILE_NAME=profile.txt
  97. COPPA_NUM_RESPONSE_FILE_ADDITIONS=2
  98. COPPA_RESPONSE_FILE_ADDITION_SECTION_0=Network
  99. COPPA_RESPONSE_FILE_ADDITION_VARIABLE_0=host
  100. COPPA_RESPONSE_FILE_ADDITION_VALUE_0=209.111.111.111
  101. COPPA_RESPONSE_FILE_ADDITION_SECTION_1=Network
  102. COPPA_RESPONSE_FILE_ADDITION_VARIABLE_1=port
  103. COPPA_RESPONSE_FILE_ADDITION_VALUE_1=4000
  104.  
  105.  
  106. [TITLE COMPONENTS]
  107. COMPANY=Disney Imagineering
  108. APPNAME=Ultimate Ride Preview
  109. VERSION=1.0
  110. INSTALL_SPLASH_FILENAME=SPLASH.BMP
  111.  
  112. NUM_EXECUTABLES=1
  113. LAUNCHEXE_FILE_0=Support\win95\dcom95.exe
  114. LAUNCHEXE_OPTIONS_0=/r:n /q:u
  115. LAUNCHEXE_PLATFORM_0=95
  116.  
  117.  
  118. ; Main files (applies for all languages)
  119. EXE_ENTRY=UltRide.exe
  120. TITLE_ICON=ult.ico
  121. HELP_FILE_ICON=
  122. README_FILE=
  123. README_ICON=
  124. README_FILE2=
  125. README_ICON2=
  126. UNINSTALL_ICON=UnRide.ico
  127. UNINSTALL_EXTENSION=remove.dll
  128. RUN_SOURCE=HD
  129. ICONS_ON_HD=1
  130. FORCE_REBOOT=0
  131. DisplayShortcutWindow=1
  132. INSTALL_METHOD=HIDDEN              
  133.  
  134. ; shortcuts and tooltips (over ridden in shortcut.ini if multi-language)
  135. ;
  136. ; NOTES: Do NOT use " , / & ' in APPFOLDER or APPPATH 
  137. ;        Do NOT use / or  &  in any shortcut names
  138.  
  139.  
  140.  
  141.  
  142. APPFOLDER=Disney Imagineering\Ultimate Ride Preview
  143. APPPATH=Program Files\Disney Imagineering\Ultimate Ride Preview\
  144. TITLE_SHORTCUT_LABEL=Ultimate Ride Preview
  145. INSTALLER_TITLE_BAR_LABEL=Ultimate Ride Preview
  146. HELP_SHORTCUT_LABEL=Ultimate Ride Preview Help
  147. HELP_FILENAME=Ultimate Ride Preview.chm
  148. HELP_FILENAME_ALTERNATE=UltimateRideHelp.wri
  149.  
  150. UNINSTALL_SHORTCUT_LABEL=Uninstall Ultimate Ride Preview
  151. README_SHORTCUT_LABEL=
  152. ;EREG_SHORTCUT_LABEL=Register Ultimate Ride Demo
  153. URL=http://www.ultimateridegame.com/demo
  154. OptionalURL=
  155. IPAddress=208.218.3.6
  156.  
  157.  
  158. PlayToolTip=Play Ultimate Ride Preview
  159. ExitToolTip=Quit to the desktop
  160. InstallToolTip=Installs Ultimate Ride Preview
  161. ReinstallToolTip=This is the reinstall tool tip
  162. UninstallToolTip=Remove Ultimate Ride Preview
  163. RegisterToolTip=Register for a free screen saver!
  164. InternetToolTip=Ultimate Ride on the Web
  165. HelpToolTip=Ultimate Ride Preview Help
  166.  
  167. OptionalToolTip=
  168. DemoToolTip=Other Demos
  169. ConfigToolTip=
  170.  
  171. DXWarnDisplay=1
  172. DXWarningFilename=warnUS.txt
  173. InternetWarningFilename=netUS.txt
  174.  
  175.  
  176. QuickTime=0
  177. QuickTimeDir=QT\
  178. QuickTime32Bit=QuickTimeInstaller.exe
  179. QuickTimeMakeUpdaterWritable=1
  180.  
  181.  
  182. NUM_EXTRA_START_MENU_SHORTCUTS=0
  183. EXTRA_START_MENU_SHORTCUT_LABEL0=happy
  184. EXTRA_START_MENU_SHORTCUT_ICON0=102DAL.ICO
  185. EXTRA_START_MENU_SHORTCUT_FILENAME0=setbrows.exe
  186. EXTRA_START_MENU_SHORTCUT_PARAMETERS0=
  187. EXTRA_START_MENU_SHORTCUT_LABEL1=trails
  188. EXTRA_START_MENU_SHORTCUT_ICON1=unin102.ICO
  189. EXTRA_START_MENU_SHORTCUT_FILENAME1=girlfriends.exe
  190. EXTRA_START_MENU_SHORTCUT_PARAMETERS1=-b -w -p:333
  191.  
  192.  
  193. NUM_FILE_ASSOCIATIONS=0
  194. FILE_ASSOCIATION_EXTENSION_0=xxx
  195. FILE_ASSOCIATION_BACKUP_KEY_0=RadioDisneyDesktopPlayerBackup
  196. FILE_ASSOCIATION_CLASS_0=xxxRadioDisneyDesktopPlayer
  197. FILE_ASSOCIATION_COMMAND_0=open
  198. FILE_ASSOCIATION_COMMAND_LAUNCHER_0=desktop.exe %1
  199. FILE_ASSOCIATION_EXTENSION_1=zzz
  200. FILE_ASSOCIATION_BACKUP_KEY_1=RadioDisneyDesktopPlayerBackup
  201. FILE_ASSOCIATION_CLASS_1=zzzRadioDisneyDesktopPlayer
  202. FILE_ASSOCIATION_COMMAND_1=open
  203. FILE_ASSOCIATION_COMMAND_LAUNCHER_1=try.exe %1
  204.  
  205. DaisyChainInstaller=0
  206. DaisyChainInstallerQuestion=Would you like to install the Radio Disney Music Mix Studio Desktop Player?
  207. DaisyChainInstallerPath=desktop
  208.  
  209.  
  210. ;;;;;;;;;;;;
  211. ;; Step 3 ;;
  212. ;;;;;;;;;;;;
  213. ; Set up controls for Electronic Registration
  214. ; Note this will only be enabled when in the Fixed region unless explicitly enabled in
  215. ; by setting up for other languages by defining specific language shortcuts in shortcut.ini
  216. ;
  217. ; DisplayEREG=0               (1 or 0) Indicates whether to include the EREG
  218. ; EREG_ENTRY=                 Name of the executable
  219. ; EREG_ICON=                  Icon to use for shortcut
  220. ;                             distribution list (See [FILE COPY]). Valid entry: eREG.ico
  221. ;
  222. ; ICONS_ON_HD=0               Indicates whether the shortcut icon is on the hard drive.
  223.  
  224. [EREG COMPONENTS]
  225. RUN_SOURCE=CD
  226. DisplayEREG=0
  227. EREG_ENTRY=register.exe
  228. EREG_ICON=register.ico
  229. ICONS_ON_HD=1
  230.  
  231. [QUESTIONS]
  232. NUM_QUESTIONS=0
  233.  
  234.  
  235. ;Q0_TYPE=2BUTTON
  236. ;Q0_ANSWER_DESTINATION_MECHANISM=FILE
  237.  
  238. Q0_TYPE=INPUT_FIELD
  239. Q0_QUESTION=Please enter an adult's email address.
  240. Q0_DEFAULT_TEXT=guest@disney.com
  241. Q0_ANSWER_ALSO_GOES_TO_FILE=1
  242. Q0_ANSWER_FILE_PATH=profile\
  243. Q0_ANSWER_FILE_NAME=profile.txt
  244. Q0_ANSWER_FILE_SECTION=PARAMETERS
  245. Q0_ANSWER_FILE_VARIABLE=EmailAddress
  246. Q0_ANSWER_VALIDATION_ALGORITHM=EMAIL
  247. Q0_ANSWER_VALIDATION_FAIL=Please enter a valid adult email address.
  248. Q0_BLANK_ANSWER_OK=1
  249. Q0_ASK_OUTRIGHT=0
  250.  
  251.  
  252. Q1_TYPE=2BUTTON
  253. Q1_QUESTION=Want to place a shortcut to the JPEGS folder on your desktop?
  254.  
  255.  
  256.  
  257. ;;;;;;;;;;;;
  258. ;; STEP 4 ;;
  259. ;;;;;;;;;;;;
  260. ; Define the minimum installation requirements
  261.  
  262. [BASE PLATFORM]
  263. RAM=32000
  264. OS=WINDOWS 95,WINDOWS 98
  265. CPU=PENTIUM
  266. CDSPEED=8X
  267. CPUSPEED=333
  268. COLORS=16
  269. OPTIONAL_MIN_COLORS=16
  270. SOUND=16
  271. RESOLUTION=640X480
  272. VRAM=8000
  273. 3DVIDEO=1
  274.  
  275. ; enable or disable the checks
  276. SKIP_RAM_TEST=0
  277. SKIP_CDROM_TEST=1
  278. SKIP_CPU_TEST=1
  279. SKIP_CPUSPEED_TEST=0
  280. SKIP_OS_TEST=0
  281. SKIP_COLOR_CHECK=1
  282. SKIP_OPTIONAL_COLOR_CHECK=1
  283. SKIP_RESOLUTION_CHECK=1
  284. SKIP_SOUND_TEST=0
  285.  
  286. RAM_TEST_FAIL_OPTION=0
  287. CDROM_TEST_FAIL_OPTION=0
  288. CPU_TEST_FAIL_OPTION=0
  289. CPUSPEED_TEST_FAIL_OPTION=0
  290. OS_TEST_FAIL_OPTION=0
  291. SOUND_TEST_FAIL_OPTION=0
  292. RESOLUTION_TEST_FAIL_OPTION=0
  293.  
  294. ;;;;;;;;;;;;
  295. ;; STEP 5 ;;
  296. ;;;;;;;;;;;;
  297. ;
  298. ; Define if music is to be played during installation
  299. ;
  300. ; Start indicates when to start playing the music. There are only two
  301. ; options:  FILE_TRANSFER: For during the file transfer section
  302. ;           BEGINNING:     For during the entire installer process
  303. ;
  304.  
  305. [MUSIC]
  306. Path=MEDIA\
  307. Start=BEGINNING
  308. FileName=INSTALL.WAV
  309.  
  310.  
  311. ;;;;;;;;;;;;
  312. ;; STEP 6 ;;
  313. ;;;;;;;;;;;;
  314. ; Add any extra registry keys required
  315. ;
  316. ; Note the Installer allways creates:
  317. ; HKEY_LOCAL_MACHINE\SOFTWARE\Disney Interactive\APPNAME\version
  318. ;            
  319. ;UseCustomPath=0    This key will allow the user to specify a custom registry key path
  320. ;            under the default root directory.
  321. ;                       Leaving this value at 0 will invoke the following uses:
  322. ;                <ROOT VALUES>/SOFTWARE/<COMPANY NAME>/<APP NAME>/    <---- What about <VERSION>?
  323. ;            if value is set to 1 or greater, then FULL path from the ROOT must
  324. ;            be included with registry.                   
  325. ;
  326. ;ROOT VALUES:
  327. ; HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, 
  328. ; HKEY_LOCAL_MACHINE, HKEY_USERS, HKEY_CURRENT_CONFIG
  329. ; HKEY_DYN_DATA, HKEY_LOCAL_MACHINE
  330. ;
  331. ;<DATA TYPE>       = PATH, PATH PLUS, PATH WITH EXE,DATA, UNINSTALL,
  332. ;                    HELPFILE, VERSION, CDROM DRIVE, CDROM DRIVE PLUS, DIRECTORY, CUSTOM
  333. ; PATH             = Hard drive location
  334. ; PATH_PLUS        = Hard drive location with an extension as listed in
  335. ;                    the initalize value section
  336. ; PATH_WITH_EXE    = Hard drive location with exe file
  337. ; DATA             = Location of CDROM based data as described in the group
  338. ;                    "[CDROM LAYOUT]" subkey "TITLE_PATH"                     <---- wrong
  339. ; UNINSTALL        = Full uninstall shortuct
  340. ; HELPFILE         = File name of help file
  341. ; VERSION          = Application version as specified in [TITLE COMPONENTS] subkey "VERSION"
  342. ; CDROM_DRIVE      = CDROM DRIVE letter
  343. ; CDROM_DRIVE_PLUS = CDROM DRIVE Plus any addtional directory as specified
  344. ;                    in the inialize value section
  345. ; DIRECTORY        = Creates a directory folder, Initalize value section is not used.
  346. ; CUSTOM           = Key Name is created with initalized value string.
  347. ;
  348. ;<VALUE TYPE> = STRING, BINARY
  349. ; Value type indicates HOW the initalization value will be stored
  350. ; as a string or in binary form
  351. ;
  352. ; FORMAT OF KEY VALUES:
  353. ; <KEY NAME>,<DATA TYPE>,<SUBKEY PARENT>,<INITALIZE VALUE>,<VALUE TYPE> 
  354. ;
  355.  
  356. [REGISTRY KEYS]
  357. KEYCOUNT=0
  358. UseCustomPath=0
  359. ROOT_DIR=HKEY_LOCAL_MACHINE
  360.  
  361. ; RMW: DATA comes from [CDROM LAYOUT] which points to DEMO\ 
  362. ; and it's in the "don't touch" section.
  363. ; I either have to change that (To "Dino\CD") or put my data in the demo directory ;(
  364. ; And shouldn't DATA use the DATA_PATH rather than the TITLE_PATH?
  365. ;KEY2=CD Path,DATA,1.0\,,STRING
  366.  
  367.  
  368.  
  369. ;;;;;;;;;;;;
  370. ;; STEP 7 ;;
  371. ;;;;;;;;;;;;
  372. ; Define the files to be installed for each language
  373. ;
  374. ; This section CONTROLS what files get copied to the user's hard drive and
  375. ; and specifies under what conditions.
  376. ;
  377. ; RequiredFilesSize=   Hard drive space required for the title
  378. ; OptionalFileSize=    Optional space required in addition to Required file size
  379. ;
  380. ; FileCount=61           Total number of files in the list
  381. ;
  382. ; Format for files <file name>,<FILE TYPE>,<FONT NAME>,<source>,<dest>,<code>,<code>
  383. ;
  384. ; <file name>   = Literal name of file on CDROM
  385. ; <FILE TYPES>  = FILE, FILE_DESKTOP, DIRECTORY, FONT,ENTRYPOINT,SCREENSAVER,WINFILE,WINSYSFILE
  386. ; <FONT NAME>   = When installing fonts, this is the font text name for windows.
  387. ; <source>      = Relative path from the installer executable to the source file.
  388. ; <dest>        = Relative path on hard drive from main install path for destination
  389. ; <CODE>        = P=Perminant
  390. ;                 U=Uninstall
  391. ;                 R=Required file  
  392. ;                 O=Optional file
  393. ;                 E=Extra files
  394. ;                 N=Rename file on install.     format: N=<new file name>
  395. ;                 B=Build Revision              format: B=<revision code>
  396. ;                 X=Set file date and time      format: X=<date> <time>
  397. ;                 S=Set File Size, in bytes     format: S=<bytes>
  398. ;                 L=Only copy for one language  format: L=<language>
  399. ;                 H=Only copied when operating in the home locale (use with L)
  400.  
  401. [FILE COPY]
  402.  
  403. MinimumSpaceRequired=180000
  404. MediumSpaceRequired=52000
  405. MaximumSpaceRequired=347419
  406.  
  407. FileCount=282
  408.  
  409. 1=*.*,FILE,,game\,,U,1
  410.  
  411. ;;;;;;;DATA Directories;;;;;;;
  412. ;2=*.*,FILE,,game\Data\,Data\,U,1
  413. ;3=*.*,FILE,,game\Data\Effects\,Data\Effects\,U,1
  414. 4=*.*,FILE,,game\Data\Effects\Particle\,Data\Effects\Particle\,U,1
  415. 5=*.*,FILE,,game\Data\Effects\Texture\,Data\Effects\Texture\,U,1
  416.  
  417. 6=*.*,FILE,,game\Data\GUI\,Data\GUI\,U,1
  418. 7=*.*,FILE,,game\Data\GUI\Sound\,Data\GUI\Sound\,U,1
  419. ;8=*.*,FILE,,game\Data\GUI\Themes\,Data\GUI\Themes\,U,1
  420. ;9=*.*,FILE,,game\Data\GUI\Themes\Dragons Realm\,Data\GUI\Themes\Dragons Realm\,U,1
  421. ;10=*.*,FILE,,game\Data\GUI\Themes\Environment\,Data\GUI\Themes\Environment\,U,1
  422. ;11=*.*,FILE,,game\Data\GUI\Themes\Jules Verne\,Data\GUI\Themes\Jules Verne\,U,1
  423. 12=*.*,FILE,,game\Data\GUI\Themes\Space Theme\,Data\GUI\Themes\Space Theme\,U,1
  424. 13=*.*,FILE,,game\Data\GUI\uicc\,Data\GUI\uicc\,U,1
  425. ;14=*.*,FILE,,game\Data\GUI\uicd\,Data\GUI\uicd\,U,1
  426. ;15=*.*,FILE,,game\Data\GUI\uicm\,Data\GUI\uicm\,U,1
  427. 16=*.*,FILE,,game\Data\GUI\uiex\,Data\GUI\uiex\,U,1
  428. ;17=*.*,FILE,,game\Data\GUI\uikd\,Data\GUI\uikd\,U,1
  429. 18=*.*,FILE,,game\Data\GUI\uild\,Data\GUI\uild\,U,1
  430. 19=*.*,FILE,,game\Data\GUI\uilm\,Data\GUI\uilm\,U,1
  431. 20=*.*,FILE,,game\Data\GUI\uimm\,Data\GUI\uimm\,U,1
  432. 21=*.*,FILE,,game\Data\GUI\uimp\,Data\GUI\uimp\,U,1
  433. 22=*.*,FILE,,game\Data\GUI\uiom\,Data\GUI\uiom\,U,1
  434. 23=*.*,FILE,,game\Data\GUI\uiop\,Data\GUI\uiop\,U,1
  435. 24=*.*,FILE,,game\Data\GUI\uipa\,Data\GUI\uipa\,U,1
  436. 25=*.*,FILE,,game\Data\GUI\uipp\,Data\GUI\uipp\,U,1
  437. 26=*.*,FILE,,game\Data\GUI\uirp\,Data\GUI\uirp\,U,1
  438. ;27=*.*,FILE,,game\Data\GUI\uisi\,Data\GUI\uisi\,U,1
  439. 28=*.*,FILE,,game\Data\GUI\uisp\,Data\GUI\uisp\,U,1
  440. 29=*.*,FILE,,game\Data\GUI\uitm\,Data\GUI\uitm\,U,1
  441. ;;;;;;;;;;;skip to 35 to leave some numbers for expansion of this group
  442.  
  443. ;35=*.*,FILE,,game\Data\Missions\,Data\Missions\,U,1
  444. ;36=*.*,FILE,,game\Data\Missions\Final\,Data\Missions\Final\,U,1
  445. ;37=*.*,FILE,,game\Data\Missions\Hanging\,Data\Missions\Hanging\,U,1
  446. ;38=*.*,FILE,,game\Data\Missions\Steel\,Data\Missions\Steel\,U,1
  447. ;39=*.*,FILE,,game\Data\Missions\Wooden\,Data\Missions\Wooden\,U,1
  448.  
  449. ;40=*.*,FILE,,game\Data\Text\,Data\Text\,U,1
  450. 41=*.*,FILE,,game\Data\Text\Eng\,Data\Text\Eng\,U,1
  451. ;42=*.*,FILE,,game\Data\Text\Eng\Dragons Realm\,Data\Text\Eng\Dragons Realm\,U,1
  452. ;43=*.*,FILE,,game\Data\Text\Eng\Environment\,Data\Text\Eng\Environment\,U,1
  453. ;44=*.*,FILE,,game\Data\Text\Eng\Jules Verne\,Data\Text\Eng\Jules Verne\,U,1
  454. 45=*.*,FILE,,game\Data\Text\Eng\Space Theme\,Data\Text\Eng\Space Theme\,U,1
  455.  
  456. 46=*.*,FILE,,game\Data\Music\,Data\Music\,U,1
  457. ;47=*.*,FILE,,game\Data\Video\,Data\Video\,U,1
  458. ;;;;;;;;;;;skip to 55 to leave some numbers for expansion of this group
  459.  
  460.  
  461. ;;;;;;;Environment Directories;;;;;;;
  462. 55=*.*,FILE,,game\Environments\,Environments\,U,1
  463. ;56=*.*,FILE,,game\Environments\Asteroid\,Environments\Asteroid\,U,1
  464. 57=*.*,FILE,,game\Environments\Asteroid\Data\,Environments\Asteroid\Data\,U,1
  465. 58=*.*,FILE,,game\Environments\Asteroid\Model\,Environments\Asteroid\Model\,U,1
  466. ;59=*.*,FILE,,game\Environments\Asteroid\Sound\,Environments\Asteroid\Sound\,U,1
  467. 60=*.*,FILE,,game\Environments\Asteroid\Texture\,Environments\Asteroid\Texture\,U,1
  468. ;61=*.*,FILE,,game\Environments\Asteroid\Tracks\,Environments\Asteroid\Tracks\,U,1
  469. 62=*.*,FILE,,game\Environments\Asteroid\Tracks\Steel\,Environments\Asteroid\Tracks\Steel\,U,1
  470. 63=*.*,FILE,,game\Environments\Asteroid\Tracks\Hanging\,Environments\Asteroid\Tracks\Hanging\,U,1
  471. 64=*.*,FILE,,game\Environments\Asteroid\Tracks\Wooden\,Environments\Asteroid\Tracks\Wooden\,U,1
  472.  
  473. ;65=*.*,FILE,,game\Environments\Cavern\,Environments\Cavern\,U,1
  474. 66=*.*,FILE,,game\Environments\Cavern\Data\,Environments\Cavern\Data\,U,1
  475. 67=*.*,FILE,,game\Environments\Cavern\Model\,Environments\Cavern\Model\,U,1
  476. ;68=*.*,FILE,,game\Environments\Cavern\Sound\,Environments\Cavern\Sound\,U,1
  477. 69=*.*,FILE,,game\Environments\Cavern\Texture\,Environments\Cavern\Texture\,U,1
  478. ;70=*.*,FILE,,game\Environments\Cavern\Tracks\,Environments\Cavern\Tracks\,U,1
  479. 71=*.*,FILE,,game\Environments\Cavern\Tracks\Steel\,Environments\Cavern\Tracks\Steel\,U,1
  480. 72=*.*,FILE,,game\Environments\Cavern\Tracks\Hanging\,Environments\Cavern\Tracks\Hanging\,U,1
  481. 73=*.*,FILE,,game\Environments\Cavern\Tracks\Wooden\,Environments\Cavern\Tracks\Wooden\,U,1
  482.  
  483. ;74=*.*,FILE,,game\Environments\Mountain\,Environments\Mountain\,U,1
  484. 75=*.*,FILE,,game\Environments\Mountain\Data\,Environments\Mountain\Data\,U,1
  485. 76=*.*,FILE,,game\Environments\Mountain\Model\,Environments\Mountain\Model\,U,1
  486. ;77=*.*,FILE,,game\Environments\Mountain\Sound\,Environments\Mountain\Sound\,U,1
  487. 78=*.*,FILE,,game\Environments\Mountain\Texture\,Environments\Mountain\Texture\,U,1
  488. ;79=*.*,FILE,,game\Environments\Mountain\Tracks\,Environments\Mountain\Tracks\,U,1
  489. 80=*.*,FILE,,game\Environments\Mountain\Tracks\Steel\,Environments\Mountain\Tracks\Steel\,U,1
  490. 81=*.*,FILE,,game\Environments\Mountain\Tracks\Hanging\,Environments\Mountain\Tracks\Hanging\,U,1
  491. 82=*.*,FILE,,game\Environments\Mountain\Tracks\Wooden\,Environments\Mountain\Tracks\Wooden\,U,1
  492.  
  493. ;83=*.*,FILE,,game\Environments\Grid\,Environments\Grid\,U,1
  494. 84=*.*,FILE,,game\Environments\Grid\Data\,Environments\Grid\Data\,U,1
  495. 85=*.*,FILE,,game\Environments\Grid\Model\,Environments\Grid\Model\,U,1
  496. ;86=*.*,FILE,,game\Environments\Grid\Sound\,Environments\Grid\Sound\,U,1
  497. 87=*.*,FILE,,game\Environments\Grid\Texture\,Environments\Grid\Texture\,U,1
  498. ;88=*.*,FILE,,game\Environments\Grid\Tracks\,Environments\Grid\Tracks\,U,1
  499. 89=*.*,FILE,,game\Environments\Grid\Tracks\Steel\,Environments\Grid\Tracks\Steel\,U,1
  500. 90=*.*,FILE,,game\Environments\Grid\Tracks\Hanging\,Environments\Grid\Tracks\Hanging\,U,1
  501. 91=*.*,FILE,,game\Environments\Grid\Tracks\Wooden\,Environments\Grid\Tracks\Wooden\,U,1
  502. ;;;;;;;;;;;skip to 115 to leave some numbers for expansion of this group
  503.  
  504. ;;;;;;;Saves Directories;;;;;;;
  505. 115=*.*,FILE,,game\Saves\,Saves\,U,1
  506. ;;;;;;;;;;;skip to 135 to leave some numbers for expansion of this group
  507.  
  508. ;;;;;;;Themes Directories;;;;;;;
  509. ;135=*.*,FILE,,game\Themes\,Themes\,U,1
  510. ;136=*.*,FILE,,game\Themes\Dragons Realm\,Themes\Dragons Realm\,U,1
  511. ;137=*.*,FILE,,game\Themes\Dragons Realm\Data\,Themes\Dragons Realm\Data\,U,1
  512. ;138=*.*,FILE,,game\Themes\Dragons Realm\Model\,Themes\Dragons Realm\Model\,U,1
  513. ;139=*.*,FILE,,game\Themes\Dragons Realm\Sound\,Themes\Dragons Realm\Sound\,U,1
  514. 140=*.*,FILE,,game\Themes\Dragons Realm\Texture\,Themes\Dragons Realm\Texture\,U,1
  515. ;141=*.*,FILE,,game\Themes\Dragons Realm\Tracks\,Themes\Dragons Realm\Tracks\,U,1
  516. ;142=*.*,FILE,,game\Themes\Dragons Realm\Tracks\Hanging\,Themes\Dragons Realm\Tracks\Hanging\,U,1
  517. 143=*.*,FILE,,game\Themes\Dragons Realm\Tracks\Hanging\Model\,Themes\Dragons Realm\Tracks\Hanging\Model\,U,1
  518. ;144=*.*,FILE,,game\Themes\Dragons Realm\Tracks\Steel\,Themes\Dragons Realm\Tracks\Steel\,U,1
  519. 145=*.*,FILE,,game\Themes\Dragons Realm\Tracks\Steel\Model\,Themes\Dragons Realm\Tracks\Steel\Model\,U,1
  520. ;146=*.*,FILE,,game\Themes\Dragons Realm\Tracks\Wooden\,Themes\Dragons Realm\Tracks\Wooden\,U,1
  521. 147=*.*,FILE,,game\Themes\Dragons Realm\Tracks\Wooden\Model\,Themes\Dragons Realm\Tracks\Wooden\Model\,U,1
  522.  
  523. ;148=*.*,FILE,,game\Themes\Environment\,Themes\Environment\,U,1
  524. ;149=*.*,FILE,,game\Themes\Environment\Data\,Themes\Environment\Data\,U,1
  525. ;150=*.*,FILE,,game\Themes\Environment\Model\,Themes\Environment\Model\,U,1
  526. ;151=*.*,FILE,,game\Themes\Environment\Sound\,Themes\Environment\Sound\,U,1
  527. ;152=*.*,FILE,,game\Themes\Environment\Texture\,Themes\Environment\Texture\,U,1
  528. ;;;;;;;;;;;skip to 175 to leave some numbers for expansion of this group
  529.  
  530. ;175=*.*,FILE,,game\Themes\Jules Verne\,Themes\Jules Verne\,U,1
  531. ;176=*.*,FILE,,game\Themes\Jules Verne\Data\,Themes\Jules Verne\Data\,U,1
  532. ;178=*.*,FILE,,game\Themes\Jules Verne\Model\,Themes\Jules Verne\Model\,U,1
  533. ;179=*.*,FILE,,game\Themes\Jules Verne\Sound\,Themes\Jules Verne\Sound\,U,1
  534. 180=*.*,FILE,,game\Themes\Jules Verne\Texture\,Themes\Jules Verne\Texture\,U,1
  535. ;181=*.*,FILE,,game\Themes\Jules Verne\Tracks\,Themes\Jules Verne\Tracks\,U,1
  536. ;182=*.*,FILE,,game\Themes\Jules Verne\Tracks\Hanging\,Themes\Jules Verne\Tracks\Hanging\,U,1
  537. 183=*.*,FILE,,game\Themes\Jules Verne\Tracks\Hanging\Model\,Themes\Jules Verne\Tracks\Hanging\Model\,U,1
  538. ;184=*.*,FILE,,game\Themes\Jules Verne\Tracks\Steel\,Themes\Jules Verne\Tracks\Steel\,U,1
  539. 185=*.*,FILE,,game\Themes\Jules Verne\Tracks\Steel\Model\,Themes\Jules Verne\Tracks\Steel\Model\,U,1
  540. ;186=*.*,FILE,,game\Themes\Jules Verne\Tracks\Wooden\,Themes\Jules Verne\Tracks\Wooden\,U,1
  541. 187=*.*,FILE,,game\Themes\Jules Verne\Tracks\Wooden\Model\,Themes\Jules Verne\Tracks\Wooden\Model\,U,1
  542.  
  543. ;188=*.*,FILE,,game\Themes\Space Theme\,Themes\Space Theme\,U,1
  544. 189=*.*,FILE,,game\Themes\Space Theme\Data\,Themes\Space Theme\Data\,U,1
  545. 190=*.*,FILE,,game\Themes\Space Theme\Model\,Themes\Space Theme\Model\,U,1
  546. ;191=*.*,FILE,,game\Themes\Space Theme\Sound\,Themes\Space Theme\Sound\,U,1
  547. 192=*.*,FILE,,game\Themes\Space Theme\Texture\,Themes\Space Theme\Texture\,U,1
  548. ;193=*.*,FILE,,game\Themes\Space Theme\Tracks\,Themes\Space Theme\Tracks\,U,1
  549. ;194=*.*,FILE,,game\Themes\Space Theme\Tracks\Hanging\,Themes\Space Theme\Tracks\Hanging\,U,1
  550. 195=*.*,FILE,,game\Themes\Space Theme\Tracks\Hanging\Model\,Themes\Space Theme\Tracks\Hanging\Model\,U,1
  551. ;196=*.*,FILE,,game\Themes\Space Theme\Tracks\Steel\,Themes\Space Theme\Tracks\Steel\,U,1
  552. 197=*.*,FILE,,game\Themes\Space Theme\Tracks\Steel\Model\,Themes\Space Theme\Tracks\Steel\Model\,U,1
  553. ;198=*.*,FILE,,game\Themes\Space Theme\Tracks\Wooden\,Themes\Space Theme\Tracks\Wooden\,U,1
  554. 199=*.*,FILE,,game\Themes\Space Theme\Tracks\Wooden\Model\,Themes\Space Theme\Tracks\Wooden\Model\,U,1
  555. ;;;;;;;;;;;skip to 225 to leave some numbers for expansion of this group
  556.  
  557. ;;;;;;;Tracks Directories;;;;;;;
  558. ;200=*.*,FILE,,game\Tracks\,Tracks\,U,1
  559. 201=*.*,FILE,,game\Tracks\Hanging\,Tracks\Hanging\,U,1
  560. 202=*.*,FILE,,game\Tracks\Steel,Tracks\Steel,U,1
  561. 203=*.*,FILE,,game\Tracks\Wooden,Tracks\Wooden,U,1
  562.  
  563. ;;;;;;;DLLs;;;;;;;;;;;;;;;;;;;;;
  564. 279=Ws2_32.dll,FILE,,game\Dlls\,,U,1,5
  565. 280=Ws2help.dll,FILE,,game\Dlls\,,U,1,5
  566.  
  567. ; Help related files
  568. 281=Ultimate Ride Preview.chm,FILE,,..\,,U,1
  569. 282=UltimateRideHelp.wri,FILE,,..\,,U,1
  570.  
  571.  
  572.  
  573. ;;;;;;;;;;;;
  574. ; STEP 8  ;;
  575. ;;;;;;;;;;;;
  576. ;
  577. ; Install Direct X and DX Media if required
  578. ;
  579. ; DirectX=1                     (1 or 0) Indicates whether Directx is required
  580. ; DirectXMedia=1                (1 or 0) Indicates whether Directx Media is required
  581. ; DirectXInRoot=1               Indicates location of Directx installation files
  582. ; DirectXLevel=
  583. ; DirectXVersion=6.0            Version of directx on the cdrom
  584. ; MinDxVersion=6.0              Minimum version of directx required by the title.  
  585. ; SkipDXVersionTest=            (1 or 0) Allows skip of the version comparision.
  586. ; DirectXSize =                 Approx size required for a DirectX install (KB)
  587. ; DirectXMediaInstallLocation=  (1 OR 0) Indicates when the directx media is installed.
  588. ;                               1 implies at end of installer
  589. ;                               0 implies after the directx install.
  590. ; DirectXMedia=                 Name of DirectX media exe installer launch file.
  591. ; DirectXMediaParemeter=        Additional parameters to be passed into the Directx Media
  592. ;                               exe file.  REQUIRED!!!
  593.  
  594.  
  595. [OS EXTENSIONS]
  596. DirectX=1
  597. DirectXMedia=0
  598. DirectXInRoot=1
  599. DirectXLevel=8.0
  600. DirectXVersion=8.0
  601. MinDxVersion=8.0
  602. MinDxRevision=716
  603. SkipDXVersionTest=0
  604. SkipDXCheckW95=1
  605. ViewDXVersion=0
  606. DirectXSize=0
  607. DirectXMediaInstallLocation=0
  608. DirectXMediaExe=
  609. DirectXMediaParemeters=-NQ -id:unknown
  610.  
  611. ; Certain files may be required to be on the users system BEFORE directX can be installed.
  612. ; The List below is each of the files and where they reside within the windows folder
  613. ;
  614. ; CheckFileCount=        Number of files to check for
  615. ; Path1=                 Path name relative to the windows directory.
  616. ;                        DO NOT PUT THE WINDOWS FOLDER NAME HERE.
  617. ;                        It may be different from user to user.
  618. ;
  619.  
  620. [DIRECX SYSTEM CHECK]
  621. CheckFileCount=0
  622. 1=SNDREC32.EXE
  623. Path1=
  624.  
  625. ;;;;;;;;;;;;
  626. ;; Step 9 ;;
  627. ;;;;;;;;;;;;
  628. ;; Open up autoplay.ini and follow instructions for step 9
  629.  
  630. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  631. ;; IT SHOULD NOT BE NECESSARY TO CHANGE ANYTHING BELOW THIS POINT
  632. ;; Please contact Disney if you wish to make any changes
  633. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  634. ;****************** INFO  *********************
  635. ; The following is a list of all POSSIBLE languges as recongized by InstallShield. However,
  636. ; this list does not represent a up to date list of implemented InstallShield installs.
  637. ; This is a different process.  The script is written to allow the usage of future implemenations
  638. ; with out the need to rewrite the script.  PLUS, if the Operating System Technique is used,
  639. ; will provided for a systematic way to control what is presented to the user, IF a language is not
  640. ; directly supported.
  641. ;**********************************************
  642. ;
  643. ; LANGUAGE=ENGLISH      VALID ENTRIES ARE ANY ONE:
  644. ;
  645. ; ISLANG_ARABIC,                    ISLANG_ARABIC_SAUDIARABIA, ISLANG_ARABIC_IRAQ,          ISLANG_ARABIC_EGYPT, ISLANG_ARABIC_LIBYA
  646. ; ISLANG_ARABIC_ALGERIA,            ISLANG_ARABIC_MOROCCO,     ISLANG_ARABIC_TUNISIA,       ISLANG_ARABIC_OMAN
  647. ; ISLANG_ARABIC_YEMEN,              ISLANG_ARABIC_SYRIA,       ISLANG_ARABIC_JORDAN,        ISLANG_ARABIC_LEBANON
  648. ; ISLANG_ARABIC_KUWAIT,             ISLANG_ARABIC_UAE,         ISLANG_ARABIC_BAHRAIN,       ISLANG_ARABIC_QATAR
  649. ; ISLANG_AFRIKAANS,                 ISLANG_AFRIKAANS_STANDARD, ISLANG_ALBANIAN,             ISLANG_ALBANIAN_STANDARD
  650. ; ISLANG_BASQUE,                    ISLANG_BASQUE_STANDARD,    ISLANG_BULGARIAN,            ISLANG_BULGARIAN_STANDARD 
  651. ; ISLANG_BELARUSIAN,                ISLANG_BELARUSIAN_STANDARD,ISLANG_CATALAN,              ISLANG_CATALAN_STANDARD
  652. ; ISLANG_CHINESE,                   ISLANG_CHINESE_TAIWAN,     ISLANG_CHINESE_PRC,          ISLANG_CHINESE_HONGKONG
  653. ; ISLANG_CHINESE_SINGAPORE,         ISLANG_CROATIAN,           ISLANG_CROATIAN_STANDARD,    ISLANG_CZECH
  654. ; ISLANG_CZECH_STANDARD,            ISLANG_DANISH,             ISLANG_DANISH_STANDARD,      ISLANG_DUTCH
  655. ; ISLANG_DUTCH_STANDARD,            ISLANG_DUTCH_BELGIAN,      ISLANG_ENGLISH,              ISLANG_ENGLISH_UNITEDSTATES
  656. ; ISLANG_ENGLISH_UNITEDKINGDOM,     ISLANG_ENGLISH_AUSTRALIAN, ISLANG_ENGLISH_CANADIAN
  657. ; ISLANG_ENGLISH_NEWZEALAND,        ISLANG_ENGLISH_IRELAND,    ISLANG_ENGLISH_SOUTHAFRICA
  658. ; ISLANG_ENGLISH_JAMAICA,           ISLANG_ENGLISH_CARIBBEAN,  ISLANG_ESTONIAN
  659. ; ISLANG_ESTONIAN_STANDARD,         ISLANG_FAEROESE,           ISLANG_FAEROESE_STANDARD
  660. ; ISLANG_FARSI,                     ISLANG_FINNISH,            ISLANG_FINNISH_STANDARD
  661. ; ISLANG_FRENCH,                    ISLANG_FRENCH_STANDARD,    ISLANG_FRENCH_BELGIAN,       ISLANG_FRENCH_CANADIAN
  662. ; ISLANG_FRENCH_SWISS,              ISLANG_FRENCH_LUXEMBOURG,  ISLANG_GERMAN,               ISLANG_GERMAN_STANDARD
  663. ; ISLANG_GERMAN_SWISS,              ISLANG_GERMAN_AUSTRIAN,    ISLANG_GERMAN_LUXEMBOURG,    ISLANG_GERMAN_LIECHTENSTEIN
  664. ; ISLANG_GREEK,                     ISLANG_GREEK_STANDARD,     ISLANG_HEBREW,               ISLANG_HEBREW_STANDARD
  665. ; ISLANG_HUNGARIAN,                 ISLANG_HUNGARIAN_STANDARD, ISLANG_ICELANDIC,            ISLANG_ICELANDIC_STANDARD
  666. ; ISLANG_INDONESIAN,                ISLANG_INDONESIAN_STANDARD,ISLANG_ITALIAN,              ISLANG_ITALIAN_STANDARD
  667. ; ISLANG_ITALIAN_SWISS,             ISLANG_JAPANESE,           ISLANG_JAPANESE_STANDARD ,   ISLANG_KOREAN
  668. ; ISLANG_KOREAN_STANDARD ,          ISLANG_KOREAN_JOHAB,       ISLANG_LATVIAN,              ISLANG_LATVIAN_STANDARD 
  669. ; ISLANG_LITHUANIAN,                ISLANG_LITHUANIAN_STANDARD,ISLANG_NORWEGIAN,            ISLANG_NORWEGIAN_BOKMAL
  670. ; ISLANG_NORWEGIAN_NYNORSK,         ISLANG_POLISH,             ISLANG_POLISH_STANDARD,      ISLANG_PORTUGUESE
  671. ; ISLANG_PORTUGUESE_BRAZILIAN,      ISLANG_PORTUGUESE_STANDARD,ISLANG_ROMANIAN
  672. ; ISLANG_ROMANIAN_STANDARD,         ISLANG_RUSSIAN,            ISLANG_RUSSIAN_STANDARD,     ISLANG_SLOVAK
  673. ; ISLANG_SLOVAK_STANDARD,           ISLANG_SLOVENIAN,          ISLANG_SLOVENIAN_STANDARD,   ISLANG_SERBIAN
  674. ; ISLANG_SERBIAN_LATIN,             ISLANG_SERBIAN_CYRILLIC,   ISLANG_SPANISH,              ISLANG_SPANISH_ARGENTINA
  675. ; ISLANG_SPANISH_BOLIVIA,           ISLANG_SPANISH_CHILE,      ISLANG_SPANISH_COLOMBIA,     ISLANG_SPANISH_COSTARICA
  676. ; ISLANG_SPANISH_DOMINICANREPUBLIC, ISLANG_SPANISH_ECUADOR,    ISLANG_SPANISH_ELSALVADOR
  677. ; ISLANG_SPANISH_GUATEMALA,         ISLANG_SPANISH_HONDURAS,   ISLANG_SPANISH_MEXICAN,      ISLANG_SPANISH_MODERNSORT
  678. ; ISLANG_SPANISH_NICARAGUA,         ISLANG_SPANISH_PANAMA,     ISLANG_SPANISH_PARAGUAY
  679. ; ISLANG_SPANISH_PERU,              ISLANG_SPANISH_PUERTORICO, ISLANG_SPANISH_TRADITIONALSORT
  680. ; ISLANG_SPANISH_VENEZUELA,         ISLANG_SPANISH_URUGUAY,    ISLANG_SWEDISH
  681. ; ISLANG_SWEDISH_FINLAND,           ISLANG_SWEDISH_STANDARD ,  ISLANG_THAI,                 ISLANG_THAI_STANDARD
  682. ; ISLANG_TURKISH,                   ISLANG_TURKISH_STANDARD,   ISLANG_UKRAINIAN,            ISLANG_UKRAINIAN_STANDARD
  683. ; ISLANG_VIETNAMESE,                ISLANG_VIETNAMESE_STANDARD
  684. ;
  685.  
  686. ;---------------------------------
  687. ; This section describes the language to be implemented
  688. ;
  689. ;  Format for all entries in this group is: <DIR>\    Example: LEGAL_PATH=LEGAL\
  690. ;
  691. ; INSTALLER_FILES_PATH=    Describes the location of the installer files
  692. ; INSTALLER_ART_PATH=       Location of Art used in the installer or CDROM icon location
  693. ; LEGAL_PATH=           Location of legal text fils    
  694. ; TITLE_PATH=              Location of Title files
  695. ; DATA_PATH=               Location of Title Data files, if different from Title files
  696. ; EREG_PATH=               Location of Electronic Registration
  697. ; ECAT_PATH=               Location of Electronic Catalog
  698. ; DIRECTX_PATH=            Location of DirectX
  699. ; DIRECTX_MEDIA_PATH       Location of DirectX Media installer
  700. ; EXTERNAL_APPS=           Location of External Installer Applications
  701. ; TEST_UTILITIES=          Location of the test utilities
  702. ;
  703.  
  704. [CDROM LAYOUT]
  705. INSTALLER_FILES_PATH=\
  706. INSTALLER_ART_PATH=MEDIA\
  707. LEGAL_PATH=LEGAL\
  708. ; RMW: I changed the following line from DEMO\ to Dino\CD way back when. Now I have changed it back
  709. ;TITLE_PATH=Dino\CD
  710. TITLE_PATH=DEMO\
  711. DATA_PATH=DEMO\
  712. EREG_PATH=EREG\
  713. ECAT_PATH=ECAT\
  714. DOL_PATH=DOL\
  715. DIRECTX_PATH=DIRECTX\
  716. DIRECTX_MEDIA_PATH=DXMEDIA\
  717. EXTERNAL_APPS=support\win95\
  718. CUSTOM_STRINGS=STRINGS\
  719. TEST_UTILITIES=UTILS\
  720.  
  721. ;
  722. ; Test cases, to verify installer setup and files name compliance
  723. ; IniLoop                = Checks for install.ini numeric sequence
  724. ; FileLoop               = Checks for install.ini numeric sequence
  725. ; RegistryLoop           = Checks for install.ini numeric sequence
  726. ; LongFileNameCk         = Checks the files to be copied for ISSO 9660 compliance
  727. ; LongFileFolderNameCk   = Checks the folders of files to be copied for ISSO 9660 compliance
  728. ; CheckCDForLongFileName = Checks the entire CD for ISSO 9660 compliance.   
  729. ; ErrorReportFile        = Name of ASCII file that lists all files that are non-ISSO 9660 compliant
  730. ; SkipErrorMessage       = Do not display the error message, but continue to list items in the Report File.
  731. ;
  732. [TEST]
  733. IniLoop=0
  734. FileLoop=0
  735. RegistryLoop=0
  736. LongFileNameCk=0
  737. LongFileFolderNameCk=0
  738. CheckCDForLongFileNames=0
  739. ErrorReportFile=
  740. SkipErrorMessage=
  741. ReportLanguage=0
  742.  
  743.  
  744.  
  745. ; Choose to enable the internet and optional buttons
  746. ; the IPAddress is used to check if the connection is valid
  747. ; THIS SHOULD NOT BE USED.
  748. ;
  749. [INTERNET PERMISSION]
  750. URL=
  751. IPAddress=
  752. OptionalURL=
  753.  
  754. SLICE_ART_FILE=
  755. ColorBits=
  756. IniFileName=
  757. IniKeyName=
  758. IniGroupName=
  759.  
  760.  
  761. ; This can be used to force install of Demos during the main installation
  762. ; This is generally not used as access is provided through the burst screen
  763. ; [DEMOS]
  764. ; DemoInstallType    Indicates whether to acutally launch the demo or just place a short cut:  
  765. ;                    Valid parameters: LAUNCH, SHORTCUT
  766. ; DemoCount :        Number of independent demos on the primary CD.
  767. ; 1=<NAME OF DEMO>   (Default name, if demo does not use Kanga) Demo name
  768. ;                    Example:  POOH PRINT STUDIO
  769. ; 2=
  770. ;
  771. ; [DEMOPATHS]
  772. ; 1=<PATH>\          Path (FROM ROOT OF CD) of each of the demos listed in [DEMOS]
  773. ;                    Please note path MUST end in a '\'
  774. ;                    Example:  DEMOS\POOH PRINT STUDIO\ 
  775. ;
  776. [DEMOS]
  777. DemoInstallType=SHORTCUT
  778. DemoCount=0
  779. 1=Demo Sample
  780. 2=
  781. 3=
  782. 4=
  783.  
  784. [DEMO SHORTCUTS]
  785. 1=Demo Sample Default
  786.  
  787. [DEMOPATHS]
  788. 1=DEMOS\
  789. 2=
  790.  
  791. ;---------------------------------
  792. ; This section describes the location and options of Disney Online Software
  793. ; Where:
  794. ;
  795. ; DisplayDOL=0                Indicates whether to create a shortcut to the Disney Online
  796. ;                             Software. Assumes files are available.
  797. ;                            Valid entries:  1=TRUE  0=FALSE
  798. ; DOL_ENTRY=                  exe entry point to the Disney Online Software.  Shortcut file
  799. ;                             Valid entries are, example:   DOL.EXE
  800. ; DOL_ICON=                   Name of independent icon, used in the creation of a shortcut
  801. ;                             Icon MUST be copied to the hard drive, thus must be in the file
  802. ;                             distribution list. Example: dol.ico
  803. ; ICONS_ON_HD=0            Indicates whether the shortcut icon is on the hard drive.
  804. ;                             Must be set to 1.
  805.  
  806. [DOL COMPONENTS]
  807. DisplayDOL=0
  808. DOL_ENTRY=
  809. DOL_ICON=
  810. ICONS_ON_HD=0
  811.  
  812.  
  813.  
  814.  
  815. ;---------------------------------
  816. ; This section describes the location and options of Electronic Catalog
  817. ; Where:
  818. ; DisplayECAT=0               Indicates whether to create a shortcut to the Electronic Catalog.
  819. ;                             Valid entries:  1=TRUE  0=FALSE
  820. ; ECAT_ENTRY=                 exe entry point to the electronic catalog.  Shortcut file
  821. ;                             Valid entries are, example:   CATALOG.EXE
  822. ; ECAT_ICON=                  Name of independent icon, used in the creation of a shortcut
  823. ;                             Icon MUST be copied to the hard drive, thus must be in the file
  824. ;                             distribution list (See [FILE COPY]). Valid entry: ecat.ico
  825. ; ICONS_ON_HD=0               Indicates whether the shortcut icon is on the hard drive.  Must
  826. ;                             be set to 1.
  827.  
  828. [ECAT COMPONENTS]
  829. DisplayECAT=0
  830. ECAT_ENTRY=
  831. ECAT_ICON=
  832. ICONS_ON_HD=0
  833.  
  834. ;---------------------------------
  835. ; This section enables or disables the various dialogs within installshield
  836. ; 1=DISPLAY DIALOG BOX
  837. ; 0=DO NOT DISPLAY DIALOG BOX
  838. ;
  839. ; MinMax,InstallType, CustomInstallType, Path, Folder can all be overridden by setting
  840. ; the value INSTALL_METHOD=HIDDEN.  Which dispite the selection of dialogs, will force
  841. ; a form of blind install.  INSTALL_METHOD, has the following options: 
  842. ; HIDDEN = A FORM OF BLIND INSTALL
  843. ; ADVANCED = DEFAULT, USES Indivdual dialog controls.
  844. ;
  845. ; SkipMicrophoneSoundCardCk  is a extension of the microphone call.  It allows the user
  846. ; to check if the attached sound card is a full duplex card and thus microphone available.
  847. ; This does require that DirectX be on the CD and the utility called CKSOUND.EXE be present
  848. ; in the DIRECTX folder.  To skip this process, set this value to 1. Else, set it to 0.
  849. ;
  850. ; PLEASE NOTE THAT CKSOUND.EXE MUST BE RECOMPILED FOR EACH VERSION OF DIRECTX BEING
  851. ; DISTRIBUTED.  FAILURE TO DO SO WILL CAUSE PROBLEMS.
  852. ;
  853. ;INSTALL_METHOD=HIDDEN             Install type as described above
  854. ;License=0                         Display text EULA
  855. ;SplashScreen=1                    Display Splash Screen
  856. ;MinMax=0                          Display Min and Max file option
  857. ;InstallType=0                     Display type of install dialog        
  858. ;Path=1                            Display hard drive path
  859. ;Folder=1                          Display folder
  860. ;ISP=0                             Display ISP information
  861. ;InternetPermisson=0               Display Internet Permission
  862. ;Finish=0                          Display finish dialog
  863. ;Microphone=1                      Display Microphone quesiton        
  864. ;
  865.  
  866. [DIALOGS]
  867. INSTALL_METHOD=ADVANCED
  868. MinMedMax=0
  869. MinimumInstallAvailable=1
  870. MediumInstallAvailable=0
  871. MaximumInstallAvailable=0
  872. InstallDefault=MIN
  873.  
  874. InstallType=0
  875. Path=1
  876. Folder=1
  877. Finish=0
  878. DisplayExitF3Icon=0
  879. CustomInstallType=0
  880.  
  881. ;
  882. ; These dialogs will appear if selected, even when the install method is set to hidden
  883. ;
  884. [ADVANCED DIALOGS]
  885. License=1
  886. SplashScreen=1
  887. EmailServer=0
  888. InternetPermisson=0
  889. ISP=0
  890. Microphone=0
  891.  
  892. ;--------------------------
  893. ;  EnableControlPanelIcon            Enables the placement of a executable in the Control Panel  0=OFF  1=ON  
  894.  
  895. ;-------------------------------------------------------------------------------
  896. ;This section is used when a update is required for installation
  897. ;
  898. ;  SkipShortCutInstall=   Indicates whether to skip the shortcut process  1=TRUE 0=FALSE
  899. ;  UsePreviousPath    =   Indicates whether to look for the path in disney.ini instead of the default 1=TRUE 0=FALSE
  900. ;                         NOTE: Path in [DIALOGS]  MUST be set to 1 for this to work.
  901.  
  902. [UPDATE]
  903. SkipShortCutInstall=0
  904. UsePreviousPath=0
  905. TurnOffUninstall=0
  906. ReplaceUninstall=0
  907.  
  908.  
  909. ;BACKGROUND_COLOR_TYPE = Valid Entries:  RGB = Use RGB valuessssss
  910. ;                                    BK_BLUE= Produces a gradient blue background color. 
  911. ;                                    BK_GREEN=Produces a gradient blue background color. 
  912. ;                                    BK_MAGENTA=Produces a gradient blue background color. 
  913. ;                                    BK_RED=Produces a gradoemt red background color. 
  914. ;                                    BK_YELLOW=Produces a solid yellow background color. 
  915. ;                                    BK_SOLIDBLUE=Produces a solid blue background color. 
  916. ;                                    BK_SOLIDGREEN=Produces a solid green background color. 
  917. ;                                    BK_SOLIDMAGENTA=Produces a solid magenta background color. 
  918. ;                                    BK_SOLIDRED=Produces a solid red background color. 
  919. ;                                    BK_SOLIDYELLOW=Produces a solid yellow background color.                         
  920. ;                                    BITMAP=Displays Bitmap file...
  921. ; BACKGROUNDPosition=                CENTERED, TILED, FULL SCREEN, FULL SCREEN STRETCH    
  922. ; BACKGROUNDBitmapPositionX=         #
  923. ; BACKGROUNDBitmapPositionY=         # 
  924. ;
  925. ;
  926. ; RED=                               # RGB value of background (Red)
  927. ; GREEN=                             # RGB value of background (Green)
  928. ; BLUE=                              # RGB value of background (BLUE)
  929. ;
  930. ; PROGRESS_BAR_COLOR= Valid Entries: RGB = Use RGB valuessssss
  931. ;                                    RED,GREEN, BLUE,YELLOW MAGENTA    
  932. ; PROGRESS_BAR_RED=                  # Progress bar RGB values
  933. ; PROGRESS_BAR_GREEN=                #
  934. ; PROGRESS_BAR_BLUE=                 #
  935. ; PROGRESS_BAR_POSITION=             Technique of how to position progress bar:
  936. ;                                    Values:CENTERED, XY
  937. ; PROGRESS_BAR_X=                    Position of Progress bar relative to upper left corner - X value, Only used with XY "PROGRESS_BAR_POSITION" state
  938. ; PROGRESS_BAR_Y=                    Position of Progress bar relative to upper left corner - Y value, Only used with XY "PROGRESS_BAR_POSITION" state
  939. ; DILogoBitmap=logo.bmp              Bitmap to be displayed in the upper left corner
  940. ; DILogoBitmapBits=4                 Color bits of bitmap
  941. ; MinInstallColors=8                 InstallShield min colors warning.
  942. ;                                    Valid entries: 2,4,8,16,24,32    
  943. ; Position =                         How to position the Bitmap:  
  944. ;                                    Valid Entries: TRANSPARENT_XY, TRANSPARENT_CENTERED, CENTERED, XY,
  945. ;                                                   TILED, FULL SCREEN, FULL SCREEN STRETCH
  946. ; ******** WARNING:  Transparent Bitmap useage sometimes causes "flashing",
  947. ; ******** when displaying or moving the dialog box. 
  948. ;
  949. ; TransparentRed=                    # Red
  950. ; TransparentGreen=                  # Green
  951. ; TransparentBlue=                   # Blue
  952. ;
  953. ; Effect=                            How to display the bitmap when it first becomes visible
  954. ;                                    Valid Entries: 
  955. ;                                    CUT, DISSOLVE, HORZ WIPE, STRIPE WIPE, VERT STRIPE WIPE,
  956. ;                                    BOX WIPE, WIPE
  957. ; BitmapPositionX=                   Position of logo bitmap (DILOGOBITMAP) relative to upper left corner. Only used with XY position state
  958. ; BitmapPositionY=                   Only used with XY "Position" state
  959.  
  960. [BACKGROUND]
  961. BACKGROUND_COLOR_TYPE=BITMAP
  962. BACKGROUNDPosition=FULL SCREEN STRETCH
  963. BACKGROUNDBitmapPositionX=120
  964. BACKGROUNDBitmapPositionY=120
  965. BITMAP=bkgnd.bmp
  966. BackgroundBitmapBits=8
  967. RED=255
  968. GREEN=255
  969. BLUE=255
  970. PROGRESS_BAR_COLOR=BLUE
  971. PROGRESS_BAR_RED=0
  972. PROGRESS_BAR_GREEN=150
  973. PROGRESS_BAR_BLUE=0
  974. MinInstallColors=8
  975. DILogoBitmap=
  976. DILogoBitmapBits=8
  977. Position=TILED
  978. Effect=CUT
  979. TransparentRed=0
  980. TransparentGreen=0
  981. TransparentBlue=0
  982. BitmapPositionX=120
  983. BitmapPositionY=120
  984.  
  985.  
  986. ;----------------------------
  987. ; SPLASH_FILE=                      Name of bitmap to display in splash screen
  988. ; Title=                            Default Value for Subsitute title for splash screen.
  989. ;                                   If empty will use exe shortcut name
  990. ; ColorBits=8                       Number of bit colors used in splash screen file.
  991.  
  992. [SPLASH SCREEN OPTION]
  993. SPLASH_FILE=SPLASH.BMP
  994. ColorBits=8
  995.  
  996. [LEGAL LANGUAGE]
  997. SLICE_ART_FILE=
  998. ColorBits=
  999.  
  1000. [MINMAX OPTION]
  1001. SLICE_ART_FILE=
  1002. ColorBits=8
  1003. InstallDefault=MIN
  1004.  
  1005. [INSTALL TYPE OPTION]
  1006. SLICE_ART_FILE=
  1007. ColorBits=8
  1008.  
  1009. [PATH OPTION]
  1010. SLICE_ART_FILE=
  1011. ColorBits=8
  1012.  
  1013. [FOLDER OPTION]
  1014. SLICE_ART_FILE=
  1015. ColorBits=8
  1016.  
  1017. [ISP OPTION]
  1018. SLICE_ART_FILE=
  1019. ColorBits=
  1020. IniFileName=
  1021. IniKeyName=
  1022. IniGroupName=
  1023.  
  1024. [EMAIL OPTION]
  1025. SLICE_ART_FILE=
  1026. ColorBits=
  1027. IniFileName=
  1028. IniAddressKeyName=
  1029. EmailServerKeyName=
  1030. IniGroupName=
  1031.  
  1032.  
  1033. ;;--------------------------
  1034. ; SLICE_ART_FILE=NOT USED
  1035. ; ColorBits=NOT USED
  1036. ; DefaultResponse=         Used to specify the default answer to the qeustion: 0=NO 1=YES  
  1037. ; IniFileName=microph.ini  Used to indicate the name of the initalization file which holds response.  Ini file will be stored in directory of exe
  1038. ; IniKeyName=           Standard Ini file protocol.  Name of the key that holds the response within the ini file    
  1039. ; IniGroupName=            Standard Ini file protocol.  Name of the group that holds the response within the ini file    
  1040.  
  1041. [MICROPHONE OPTION]
  1042. DefaultResponse=
  1043. IniFileName=
  1044. IniKeyName=
  1045. IniGroupName=
  1046.  
  1047. [FINISH OPTION]
  1048. SLICE_ART_FILE=
  1049. ColorBits=
  1050.  
  1051.  
  1052. ;---------------------------------
  1053. ; This section describes the location and options of 
  1054. ;
  1055. ;
  1056. ; These values indicate whether the baseplatform test should be skipped completely.
  1057. ; 1=SKIP TEST  0=PERFORM TEST
  1058. ;
  1059. ; SKIP_RAM_TEST=0
  1060. ; SKIP_CDROM_TEST=0
  1061. ; SKIP_CPU_TEST=0
  1062. ; SKIP_CPUSPEED_TEST=0
  1063. ; SKIP_OS_TEST=0
  1064. ;
  1065. ;
  1066. ; TEST_UTILS=UTILS\                Indicates the location of the test utilties
  1067. ; CDROM_SPEED_UTIL=CDBENCH.EXE        Executable name of CDROM test utility    
  1068. ; CDROM_SPEED_TEST_FILE=            Test file on CD - relative path and file
  1069. ; CDROM_SPEED_OUTPUT_FILE=cdbench.ini    Output file - to be temp stored in windows directory
  1070. ; CDROM_SPEED_TEST_TIME=            Duration of test - in seconds
  1071. ;
  1072. ;
  1073. ; RESOLUTION=640x480 800x600
  1074. ;
  1075. ; TEST_UTILS=UTILS\                Location of installation utility checks
  1076. ; CDROM_SPEED_UTIL=CDBENCH.EXE        Name of CDROM test utility
  1077. ; CDROM_SPEED_TEST_FILE=_SYS1.CAB        Name of file used in cdrom test utility
  1078. ; CDROM_SPEED_OUTPUT_FILE=cdbench.ini    Name of output file for cdrom test utility
  1079. ; CDROM_SPEED_TEST_TIME=30            Length of test in seconds
  1080. ;
  1081. ; Name of test utilities.  Command lines have the following parameters:
  1082. ; %1%=Name of output file
  1083. ; %2%=Name of input file
  1084. ; Example:
  1085. ;  CDROM_COMMAND_LINE= /testfile=%1% /reportfile=%2% maxtime=10 /hideerrors 
  1086. ;
  1087. [TEST UTILTIES]
  1088. CDROM_SPEED_UTIL=
  1089. CDROM_INPUT_FILE=
  1090. CDROM_OUTPUT_FILE=cdtest.ini
  1091. CDROM_COMMAND_LINE= /testfile=%1% /reportfile=%2% maxtime=10 /hideerrors 
  1092.  
  1093. CPU_SPEED_UTIL=
  1094. CPU_INPUT_FILE=
  1095. CPU_SPEED_OUTPUT_FILE=
  1096. CPU_COMMAND_LINE=
  1097.  
  1098. SOUND_UTIL=
  1099. SOUND_OUTPUT_FILE=
  1100. SOUND_COMMAND_LINE=
  1101.  
  1102.  
  1103. ;---------------------------------
  1104. ; This section holds the name of the file used for the electronic license agreement.
  1105. ;  For directory  location, see [CDROM LAYOUT] 
  1106. ;               LEGAL_PATH=
  1107. ;
  1108. ; LICENSE_LANGUAGE=ISLANG_ENGLISH_UNITEDSTATES       VALID ENTRIES ARE the same as the in the [localization]
  1109. ;                                                    Section
  1110. ;
  1111. ; RetrieveByOS = Is a command to retrieve the EULA by the Localization Key instead of the OS
  1112. ;                0=Use Language Key 
  1113. ;                1=Use Operating System   (Note: if OS selected ALL possible languages must be available on the disk)
  1114. ;                2=Based on inital User selected  (Note: if user selected ALL possible languages must be available on the disk)
  1115. ;                3=Allow user to select no matter what lanuguage has been selected for the install type
  1116. ;
  1117. ; LicenseFile= Hold the file name of the electronic license.
  1118. ;
  1119. ;
  1120. ;  NOTE:  For License selection
  1121. ;
  1122.  
  1123. [LICENSE OPTION]
  1124. RetrieveByOS=3
  1125. LICENSE_LANGUAGE=ISLANG_ENGLISH
  1126. LicenseFile=license.txt
  1127.  
  1128. ;---------------------------------
  1129. ; This section describes the name of the external installshield file, if the primary installer is unable to  
  1130. ; complete some unique situtation.  External file should exist in same directory as setup.ins
  1131. ;
  1132. ;  Please note...that in IS 5.1, the launching of an external app seems to tak unduely long....
  1133. ;
  1134. [EXERNAL APP]
  1135. FileName=dcom95.exe
  1136.  
  1137. ;;-----------------------
  1138. ;
  1139. ; Turn on the custom checks...
  1140. ;; CirrusLogic 1=TRUE 0=FALSE    Indicates whether to check for a Cirrus Logic card and remove the double buffer initalization file.
  1141. [CUSTOM CHECKS]
  1142. CirrusLogic=0
  1143. CirrusLogicFileLocation=
  1144. DFsinglebuffer_STR=Cirrus Logic 5434
  1145.  
  1146.  
  1147. ;---------------------------------
  1148. ; Identical to windows registry...places equivalent values into one or more custom ini files
  1149. ;<DATA TYPE> = 
  1150. ; PATH             = Hard drive location
  1151. ; PATH_PLUS        = Hard drive location with an extension as listed in the initalize value section
  1152. ; PATH_WITH_EXE    = Hard drive location with exe file
  1153. ; DATA             = Location of CDROM based data as described in the group "[CDROM LAYOUT]" subkey "TITLE_PATH"
  1154. ; UNINSTALL        = Full uninstall shortuct
  1155. ; HELPFILE         = File name of help file
  1156. ; VERSION          = Application version as specified in [TITLE COMPONENTS] subkey "VERSION"
  1157. ; CDROM_DRIVE      = CDROM DRIVE letter
  1158. ; CDROM_DRIVE_PLUS = CDROM DRIVE Plus any addtional directory as specified in the inialize value section
  1159. ; CUSTOM           = Key Name is created with initalized value string.
  1160. ;
  1161. ; FORMAT OF KEY VALUES:
  1162. ; <DATA TYPE>,<GROUP KEY>,<INDEX KEY>,<DEFAULT VALUE>, <INI FILE NAME WITH PATH, if different from root> 
  1163.  
  1164. [CUSTOM INI]
  1165. KEYCOUNT=0
  1166.  
  1167.  
  1168.