home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd1.bin / chplus / soutez / download / pulse_mp_full.exe / imdes / Install.ini < prev   
INI File  |  2004-06-29  |  11KB  |  605 lines

  1. [Variables]
  2.  
  3. Debug=boolean,0
  4. InstallSDK=boolean,0
  5. Help=boolean,1
  6.  
  7. ; page3 - select instalation type
  8.  
  9. Type_Full=boolean,1
  10. Type_Medium=boolean,0
  11. Type_Mini=boolean,0
  12. Customize=boolean,0
  13.  
  14. Des_Eonic=boolean,1
  15. Des_Dreams=boolean,1
  16. Des_Illuminator=boolean,1
  17. Des_OOC=boolean,1
  18. Des_Greenman=boolean,1
  19.  
  20. Vis_ForWork=boolean,1
  21. Vis_Digital=boolean,1
  22. Vis_OOC=boolean,1
  23.  
  24. ; page4 - Players
  25.  
  26. Player_OGG=boolean,1
  27. Player_MPEG=boolean,1
  28. Player_WAV=boolean,1
  29. Player_CDA=boolean,1
  30.  
  31. Player_MOD=boolean,1
  32. Player_OPL=boolean,1
  33. Player_IXS=boolean,0
  34. Player_NSF=boolean,1
  35.  
  36. Player_SID=boolean,1
  37. Player_SAP=boolean,1
  38. Player_FC=boolean,1
  39. Player_AHX=boolean,1
  40.  
  41. ; page5 - Components
  42.  
  43. Comp_WinVisuals=boolean,1
  44. Comp_WASkins=boolean,1
  45. Comp_WAPlugins=boolean,1
  46. Comp_Systray=boolean,1
  47. Comp_GlobalCtrl=boolean,1
  48. Comp_RegExt=boolean,1
  49.  
  50. ; page6 - After Installation
  51.  
  52. StartPulse=boolean,1
  53. RegisterExt=boolean,1
  54. AddStart=boolean,1
  55. AddDesktop=boolean,1
  56. StartQuickInfo=boolean,1
  57.  
  58. AddQLaunch=boolean,0
  59.  
  60. ; page7 - path
  61.  
  62. Destination=string,%StdAppDir%+\\Pulse MP
  63. Progress=integer,0
  64.  
  65. ; variables for installation
  66. sLine=string
  67. sProcess=string
  68. sPulsePath=string,%Register\\Software\\Unreal\\Pulse096@Path%
  69.  
  70. [Settings]
  71. Caption=Pulse MP installshield
  72. Design=Install.des,Installshield
  73. ShowProgressMax=false
  74.  
  75. ; window names translations (name used in commands -> physical names)
  76. [Windows]
  77. ErrorMessage=ErrorBox
  78. MessageBox=MessageBox
  79.  
  80. [Startup]
  81. Cmd=if,%FileExist@%%sPulsePath%%\\Pulse_MP.exe%
  82.   Cmd=UserMessage,ErrorBox,@Ins_Warning
  83. Cmd=endif
  84.  
  85. [BeforeCopy]
  86. Cmd=DeleteRegister,Software\\Unreal
  87. Cmd=MakeDir,%Destination%
  88. Cmd=MakeDir,%Destination%\\Designs
  89. Cmd=MakeDir,%Destination%\\Languages
  90. Cmd=MakeDir,%Destination%\\Manual
  91. Cmd=MakeDir,%Destination%\\Help
  92. Cmd=MakeDir,%Destination%\\Txt
  93.  
  94. [AfterCopy]
  95.  
  96. [CopyFiles]
  97. %Copy_DestinationBase%=%Destination%
  98. %sProcess%=@files_base
  99.  
  100. Cmd=if,%Debug%
  101.     %sProcess%=%sProcess%+@files_debug
  102. Cmd=endif
  103.  
  104. Cmd=if,%Help%
  105.     %sProcess%=%sProcess%+@files_help
  106. Cmd=endif
  107.  
  108. Cmd=if,%Player_OGG%
  109.     %sProcess%=%sProcess%+@files_plr_ogg
  110. Cmd=endif
  111.  
  112. Cmd=if,%Player_MPEG%
  113.     %sProcess%=%sProcess%+@files_plr_mpeg
  114. Cmd=endif
  115.  
  116. Cmd=if,%Player_WAV%
  117.     %sProcess%=%sProcess%+@files_plr_wav
  118. Cmd=endif
  119.  
  120. Cmd=if,%Player_CDA%
  121.     %sProcess%=%sProcess%+@files_plr_cda
  122. Cmd=endif
  123.  
  124. Cmd=if,%Player_MOD%
  125.     %sProcess%=%sProcess%+@files_plr_mod
  126. Cmd=endif
  127.  
  128. Cmd=if,%Player_IXS%
  129.     %sProcess%=%sProcess%+@files_plr_ixs
  130. Cmd=endif
  131.  
  132. Cmd=if,%Player_OPL%
  133.     %sProcess%=%sProcess%+@files_plr_opl
  134. Cmd=endif
  135.  
  136. Cmd=if,%Player_NSF%
  137.     %sProcess%=%sProcess%+@files_plr_nsf
  138. Cmd=endif
  139.  
  140. Cmd=if,%Player_SID%
  141.     %sProcess%=%sProcess%+@files_plr_sid
  142. Cmd=endif
  143.  
  144. Cmd=if,%Player_SAP%
  145.     %sProcess%=%sProcess%+@files_plr_sap
  146. Cmd=endif
  147.  
  148. Cmd=if,%Player_AHX%
  149.     %sProcess%=%sProcess%+@files_plr_ahx
  150. Cmd=endif
  151.  
  152. Cmd=if,%Player_FC%
  153.     %sProcess%=%sProcess%+@files_plr_fc
  154. Cmd=endif
  155.  
  156.  
  157. Cmd=if,%Comp_WinVisuals%
  158.     %sProcess%=%sProcess%+@files_vis_ext
  159.  
  160.     Cmd=if,%Vis_ForWork%
  161.         %sProcess%=%sProcess%+@files_vis_forwork
  162.     Cmd=endif
  163.  
  164.     Cmd=if,%Vis_Digital%
  165.         %sProcess%=%sProcess%+@files_vis_digital
  166.     Cmd=endif
  167.  
  168.     Cmd=if,%Vis_OOC%
  169.         %sProcess%=%sProcess%+@files_vis_ooc
  170.     Cmd=endif
  171.  
  172. Cmd=endif
  173.  
  174.  
  175. Cmd=if,%Comp_WASkins%
  176.     %sProcess%=%sProcess%+@files_des_wa_skins
  177. Cmd=endif
  178.  
  179. Cmd=if,%Comp_WAPlugins%
  180.     %sProcess%=%sProcess%+@files_des_wa_plugins
  181. Cmd=endif
  182.  
  183. Cmd=if,%Comp_Systray%
  184.     %sProcess%=%sProcess%+@files_misc_systray
  185. Cmd=endif
  186.  
  187. Cmd=if,%Comp_GlobalCtrl%
  188.     %sProcess%=%sProcess%+@files_misc_fast_use
  189. Cmd=endif
  190.  
  191. Cmd=if,%Des_Eonic%
  192.     %sProcess%=%sProcess%+@files_des_eonic
  193. Cmd=endif
  194.  
  195. Cmd=if,%Des_Dreams%
  196.     %sProcess%=%sProcess%+@files_des_dreams
  197. Cmd=endif
  198.  
  199. Cmd=if,%Des_OOC%
  200.     %sProcess%=%sProcess%+@files_des_ooc
  201. Cmd=endif
  202.  
  203. Cmd=if,%Des_Illuminator%
  204.     %sProcess%=%sProcess%+@files_des_illuminator
  205. Cmd=endif
  206.  
  207. Cmd=if,%Des_Greenman%
  208.     %sProcess%=%sProcess%+@files_des_greenman
  209. Cmd=endif
  210.  
  211. Cmd=if,%InstallSDK%
  212.     %sProcess%=%sProcess%+@files_sdk
  213. Cmd=endif
  214.  
  215. %Copy_Process%=%sProcess%
  216.  
  217.  
  218. [Final]
  219. Cmd=if,%ErrorOccurs%
  220.     Cmd=ifnot,%Cancelled%
  221.         Cmd=UserMessage,ErrorBox,@Ins_Error_Misc
  222.     Cmd=endif
  223. Cmd=else
  224.     sLine=
  225.     Cmd=if,%AddStart%
  226.         %sLine%=%sLine%+ /AddStart
  227.     Cmd=endif
  228.     Cmd=if,%AddDesktop%
  229.         %sLine%=%sLine%+ /AddDesktop
  230.     Cmd=endif
  231.     Cmd=if,%AddQLaunch%
  232.         %sLine%=%sLine%+ /AddQuick
  233.     Cmd=endif
  234.     Cmd=if,%RegisterExt%
  235.         %sLine%=%sLine%+ /RegisterExt
  236.     Cmd=endif
  237.     Cmd=ifnot,%StartPulse%
  238.         %sLine%=%sLine%+ /Exit
  239.     Cmd=endif
  240.     Cmd=CreateProcess,%Destination%\\Pulse_MP.exe,%sLine%,%Destination%
  241.     Cmd=if,%StartQuickInfo%
  242.         Cmd=Execute,%Destination%\\Manual\\Manual_eng.chm
  243.     Cmd=endif
  244. Cmd=UserMessage,MessageBox,@Ins_Success
  245. Cmd=endif
  246.  
  247. [Windows]
  248. Message=MessageBox
  249. ErrorMessage=ErrorBox
  250. MsgBox=MessageBox
  251.  
  252.  
  253. [OnCommand_install_button]
  254. Cmd=Layers,1:on 2:off 3:off 4:off 5:off 6:off 7:off 8:on 9:on 10:off
  255. Cmd=Install
  256.  
  257. [OnCommand_cancel_button]
  258. Cmd=Layers,1:on 2:off 3:off 4:off 5:off 6:off 7:off 8:on 9:off 10:on
  259. Cmd=Cancel
  260.  
  261. [OnCommand_browse]
  262. Cmd=BrowseForFolder,%Destination%
  263.  
  264. [OnCommand_InsType_Full]
  265. %Type_Full%=true
  266. %Type_Medium%=false
  267. %Type_Mini%=false
  268.  
  269. %Des_Eonic%=true
  270. %Des_Dreams%=true
  271. %Des_Illuminator%=true
  272. %Des_OOC%=true
  273. %Des_Greenman%=true
  274.  
  275. %Vis_ForWork%=true
  276. %Vis_Digital%=true
  277. %Vis_OOC%=true
  278.  
  279. %Player_OGG%=true
  280. %Player_MPEG%=true
  281. %Player_WAV%=true
  282. %Player_CDA%=true
  283.  
  284. %Player_MOD%=true
  285. %Player_OPL%=true
  286. %Player_IXS%=false
  287. %Player_NSF%=true
  288.  
  289. %Player_SID%=true
  290. %Player_SAP%=true
  291. %Player_FC%=true
  292. %Player_AHX%=true
  293.  
  294. %Comp_WinVisuals%=true
  295. %Comp_WASkins%=true
  296. %Comp_WAPlugins%=true
  297. %Comp_Systray%=true
  298. %Comp_GlobalCtrl%=true
  299. %Comp_RegExt%=true
  300.  
  301. %StartPulse%=true
  302. %RegisterExt%=true
  303. %AddStart%=true
  304. %AddDesktop%=true
  305. %StartQuickInfo%=true
  306.  
  307. %AddQLaunch%=false
  308.  
  309. %InstallSDK%=false
  310. %Help%=true
  311.  
  312. [OnCommand_InsType_Medium]
  313. %Type_Full%=false
  314. %Type_Medium%=true
  315. %Type_Mini%=false
  316.  
  317. %Des_Eonic%=true
  318. %Des_Dreams%=false
  319. %Des_Illuminator%=false
  320. %Des_OOC%=true
  321. %Des_Greenman%=false
  322.  
  323. %Vis_ForWork%=true
  324. %Vis_Digital%=true
  325. %Vis_OOC%=true
  326.  
  327. %Player_OGG%=true
  328. %Player_MPEG%=true
  329. %Player_WAV%=true
  330. %Player_CDA%=true
  331.  
  332. %Player_MOD%=true
  333. %Player_OPL%=false
  334. %Player_IXS%=false
  335. %Player_NSF%=false
  336.  
  337. %Player_SID%=false
  338. %Player_SAP%=false
  339. %Player_FC%=false
  340. %Player_AHX%=false
  341.  
  342. %Comp_WinVisuals%=true
  343. %Comp_WASkins%=true
  344. %Comp_WAPlugins%=false
  345. %Comp_Systray%=true
  346. %Comp_GlobalCtrl%=true
  347. %Comp_RegExt%=true
  348.  
  349. %StartPulse%=true
  350. %RegisterExt%=true
  351. %AddStart%=true
  352. %AddDesktop%=true
  353. %StartQuickInfo%=true
  354.  
  355. %AddQLaunch%=false
  356.  
  357. %InstallSDK%=false
  358. %Help%=true
  359.  
  360.  
  361. [OnCommand_InsType_Mini]
  362. %Type_Full%=false
  363. %Type_Medium%=false
  364. %Type_Mini%=true
  365.  
  366. %Des_Eonic%=true
  367. %Des_Dreams%=false
  368. %Des_Illuminator%=false
  369. %Des_OOC%=false
  370. %Des_Greenman%=false
  371.  
  372. %Vis_ForWork%=true
  373. %Vis_Digital%=false
  374. %Vis_OOC%=false
  375.  
  376. %Player_OGG%=true
  377. %Player_MPEG%=true
  378. %Player_WAV%=true
  379. %Player_CDA%=true
  380.  
  381. %Player_MOD%=false
  382. %Player_OPL%=false
  383. %Player_IXS%=false
  384. %Player_NSF%=false
  385.  
  386. %Player_SID%=false
  387. %Player_SAP%=false
  388. %Player_FC%=false
  389. %Player_AHX%=false
  390.  
  391. %Comp_WinVisuals%=true
  392. %Comp_WASkins%=false
  393. %Comp_WAPlugins%=false
  394. %Comp_Systray%=true
  395. %Comp_GlobalCtrl%=true
  396. %Comp_RegExt%=true
  397.  
  398. %StartPulse%=true
  399. %RegisterExt%=true
  400. %AddStart%=true
  401. %AddDesktop%=true
  402. %StartQuickInfo%=true
  403.  
  404. %AddQLaunch%=false
  405.  
  406. %InstallSDK%=false
  407. %Help%=true
  408.  
  409.            
  410. [OnCommand_switchnext]
  411. Cmd=if,%Customize%
  412.     Cmd=Layers,1:on 2:off 3:off 4:off 5:on 6:off 7:off 8:off 9:off 10:off
  413. Cmd=else
  414.     Cmd=Layers,1:on 2:off 3:off 4:off 5:off 6:off 7:on 8:off 9:off 10:off
  415. Cmd=endif
  416.  
  417. [OnCommand_switchprev]
  418. Cmd=if,%Customize%
  419.     Cmd=Layers,1:on 2:off 3:off 4:off 5:off 6:on 7:off 8:off 9:off 10:off
  420. Cmd=else
  421.     Cmd=Layers,1:on 2:off 3:off 4:on 5:off 6:off 7:off 8:off 9:off 10:off
  422. Cmd=endif
  423.  
  424. [OnCommand_switchvisuals]
  425.  
  426. Cmd=if,%Comp_WinVisuals%
  427.     %Vis_ForWork%=false
  428.     %Vis_Digital%=false
  429.     %Vis_OOC%=false
  430.     %Comp_WinVisuals%=false
  431. Cmd=else
  432.     %Vis_ForWork%=true
  433.     %Vis_Digital%=true
  434.     %Vis_OOC%=true
  435.     %Comp_WinVisuals%=true
  436. Cmd=endif
  437.  
  438.  
  439. [files_base]
  440. Echos.dat
  441. Unace.dll
  442. Pulse_MP.exe
  443. Uninstall.exe
  444. AudioMate.fc
  445. Ove.fc
  446. PlaylistDb.fc
  447. Pulse.fc
  448.  
  449. Designs\BlueSky.pdc
  450. Designs\DarkNight.pdc
  451. Designs\Greenhorn.pdc
  452. Designs\LightMorning.pdc
  453. Designs\RedHell.pdc
  454. Designs\UglyDay.pdc
  455.  
  456. Languages\Brazport.lng
  457. Languages\Czech.lng
  458. Languages\Danish.lng
  459. Languages\Deutsch.lng
  460. Languages\Polski.lng
  461. Languages\Polski_ex.lng
  462. Languages\Slovak.lng
  463. Languages\Swedish.lng
  464.  
  465. Manual\Manual_cz.chm
  466. Manual\Manual_eng.chm
  467.  
  468. Txt\cmd.txt
  469. Txt\fixed.txt
  470.  
  471. [files_debug]
  472. Designs\Antique.des
  473. Designs\Commy.des
  474. Designs\Compact.des
  475. Designs\Greenman.des
  476. Designs\Illuminator.des
  477. Designs\lift-up.des
  478. Designs\Mod4Win.des
  479. Designs\Radio.des
  480. Designs\Walkman.des
  481.  
  482. [files_help]
  483. Help\*
  484. Help\Eng\*
  485. Help\Eng\html\*
  486. Help\Eng\html\images\*
  487. Help\Eng\html\images2\*
  488. Help\Cz\*
  489. Help\Cz\html\*
  490. Help\Cz\html\images\*
  491. Help\Cz\html\images2\*
  492.  
  493. [files_sdk]
  494. Inc\StdLib.di
  495. OveEd.exe
  496. Console.exe
  497. OveCompiler.fc
  498. DDK\*
  499. DDK\Cz\*
  500. DDK\Cz\html\*
  501. DDK\Cz\html\images\*
  502. DDK\Cz\html\images2\*
  503. DDK\Eng\*
  504. DDK\Eng\html\*
  505. DDK\Eng\html\images\*
  506. DDK\Eng\html\images2\*
  507. Designs\Eonic\*
  508.  
  509. [files_plr_ogg]
  510. Ogg.fc
  511.  
  512. [files_plr_mpeg]
  513. MPx.fc
  514. MPx_2.fc
  515.  
  516. [files_plr_wav]
  517. Wavs.fc
  518.  
  519. [files_plr_cda]
  520. CdAudio.fc
  521.  
  522. [files_plr_mod]
  523. AudioMateMods.fc
  524.  
  525. [files_plr_ixs]
  526.  
  527.  
  528. [files_plr_opl]
  529. Opl.fc
  530.  
  531. [files_plr_nsf]
  532. Nsf.fc
  533.  
  534. [files_plr_sid]
  535. Sid64.fc
  536. reSid.fc
  537. LittleSid.fc
  538. 64lengths.inf
  539. 64plrs.inf
  540.  
  541. [files_plr_sap]
  542. Sap.fc
  543.  
  544. [files_plr_fc]
  545. FutComp.fc
  546.  
  547. [files_plr_ahx]
  548. Ahx.fc
  549.  
  550. [files_vis_ext]
  551. ExtVis.fc
  552.  
  553. [files_des_wa_skins]
  554. WaBridge.fc
  555.  
  556. Skins\Omega2000\Balance.bmp
  557. Skins\Omega2000\Cbuttons.bmp
  558. Skins\Omega2000\Main.bmp
  559. Skins\Omega2000\Monoster.bmp
  560. Skins\Omega2000\Nums_ex.bmp
  561. Skins\Omega2000\Playpaus.bmp
  562. Skins\Omega2000\Posbar.bmp
  563. Skins\Omega2000\Shufrep.bmp
  564. Skins\Omega2000\Text.bmp
  565. Skins\Omega2000\Titlebar.bmp
  566. Skins\Omega2000\Volume.bmp
  567. Skins\Omega2000\Dialogs.txt
  568. Skins\Omega2000\Viscolor.txt
  569.  
  570. [files_des_wa_plugins]
  571.  
  572.  
  573. [files_misc_systray]
  574. Designs\Pez.icl
  575. Designs\RheSet.icl
  576.  
  577. [files_misc_fast_use]
  578. FastUse.fc
  579.  
  580.  
  581. [files_des_eonic]
  582. Designs\Eonic.des
  583.  
  584. [files_des_illuminator]
  585. Designs\Illuminator.des
  586.  
  587. [files_des_dreams]
  588. Designs\Dreams.des
  589.  
  590. [files_des_ooc]
  591. Designs\OOC.des
  592.  
  593. [files_des_greenman]
  594. Designs\Greenman.des
  595.  
  596. [files_vis_forwork]
  597. Designs\ForWork.vcd
  598.  
  599. [files_vis_digital]
  600. Designs\Digital.vcd
  601.  
  602. [files_vis_ooc]
  603. Designs\OOC.vcd
  604.  
  605.