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
Wrap
INI File
|
2004-06-29
|
11KB
|
605 lines
[Variables]
Debug=boolean,0
InstallSDK=boolean,0
Help=boolean,1
; page3 - select instalation type
Type_Full=boolean,1
Type_Medium=boolean,0
Type_Mini=boolean,0
Customize=boolean,0
Des_Eonic=boolean,1
Des_Dreams=boolean,1
Des_Illuminator=boolean,1
Des_OOC=boolean,1
Des_Greenman=boolean,1
Vis_ForWork=boolean,1
Vis_Digital=boolean,1
Vis_OOC=boolean,1
; page4 - Players
Player_OGG=boolean,1
Player_MPEG=boolean,1
Player_WAV=boolean,1
Player_CDA=boolean,1
Player_MOD=boolean,1
Player_OPL=boolean,1
Player_IXS=boolean,0
Player_NSF=boolean,1
Player_SID=boolean,1
Player_SAP=boolean,1
Player_FC=boolean,1
Player_AHX=boolean,1
; page5 - Components
Comp_WinVisuals=boolean,1
Comp_WASkins=boolean,1
Comp_WAPlugins=boolean,1
Comp_Systray=boolean,1
Comp_GlobalCtrl=boolean,1
Comp_RegExt=boolean,1
; page6 - After Installation
StartPulse=boolean,1
RegisterExt=boolean,1
AddStart=boolean,1
AddDesktop=boolean,1
StartQuickInfo=boolean,1
AddQLaunch=boolean,0
; page7 - path
Destination=string,%StdAppDir%+\\Pulse MP
Progress=integer,0
; variables for installation
sLine=string
sProcess=string
sPulsePath=string,%Register\\Software\\Unreal\\Pulse096@Path%
[Settings]
Caption=Pulse MP installshield
Design=Install.des,Installshield
ShowProgressMax=false
; window names translations (name used in commands -> physical names)
[Windows]
ErrorMessage=ErrorBox
MessageBox=MessageBox
[Startup]
Cmd=if,%FileExist@%%sPulsePath%%\\Pulse_MP.exe%
Cmd=UserMessage,ErrorBox,@Ins_Warning
Cmd=endif
[BeforeCopy]
Cmd=DeleteRegister,Software\\Unreal
Cmd=MakeDir,%Destination%
Cmd=MakeDir,%Destination%\\Designs
Cmd=MakeDir,%Destination%\\Languages
Cmd=MakeDir,%Destination%\\Manual
Cmd=MakeDir,%Destination%\\Help
Cmd=MakeDir,%Destination%\\Txt
[AfterCopy]
[CopyFiles]
%Copy_DestinationBase%=%Destination%
%sProcess%=@files_base
Cmd=if,%Debug%
%sProcess%=%sProcess%+@files_debug
Cmd=endif
Cmd=if,%Help%
%sProcess%=%sProcess%+@files_help
Cmd=endif
Cmd=if,%Player_OGG%
%sProcess%=%sProcess%+@files_plr_ogg
Cmd=endif
Cmd=if,%Player_MPEG%
%sProcess%=%sProcess%+@files_plr_mpeg
Cmd=endif
Cmd=if,%Player_WAV%
%sProcess%=%sProcess%+@files_plr_wav
Cmd=endif
Cmd=if,%Player_CDA%
%sProcess%=%sProcess%+@files_plr_cda
Cmd=endif
Cmd=if,%Player_MOD%
%sProcess%=%sProcess%+@files_plr_mod
Cmd=endif
Cmd=if,%Player_IXS%
%sProcess%=%sProcess%+@files_plr_ixs
Cmd=endif
Cmd=if,%Player_OPL%
%sProcess%=%sProcess%+@files_plr_opl
Cmd=endif
Cmd=if,%Player_NSF%
%sProcess%=%sProcess%+@files_plr_nsf
Cmd=endif
Cmd=if,%Player_SID%
%sProcess%=%sProcess%+@files_plr_sid
Cmd=endif
Cmd=if,%Player_SAP%
%sProcess%=%sProcess%+@files_plr_sap
Cmd=endif
Cmd=if,%Player_AHX%
%sProcess%=%sProcess%+@files_plr_ahx
Cmd=endif
Cmd=if,%Player_FC%
%sProcess%=%sProcess%+@files_plr_fc
Cmd=endif
Cmd=if,%Comp_WinVisuals%
%sProcess%=%sProcess%+@files_vis_ext
Cmd=if,%Vis_ForWork%
%sProcess%=%sProcess%+@files_vis_forwork
Cmd=endif
Cmd=if,%Vis_Digital%
%sProcess%=%sProcess%+@files_vis_digital
Cmd=endif
Cmd=if,%Vis_OOC%
%sProcess%=%sProcess%+@files_vis_ooc
Cmd=endif
Cmd=endif
Cmd=if,%Comp_WASkins%
%sProcess%=%sProcess%+@files_des_wa_skins
Cmd=endif
Cmd=if,%Comp_WAPlugins%
%sProcess%=%sProcess%+@files_des_wa_plugins
Cmd=endif
Cmd=if,%Comp_Systray%
%sProcess%=%sProcess%+@files_misc_systray
Cmd=endif
Cmd=if,%Comp_GlobalCtrl%
%sProcess%=%sProcess%+@files_misc_fast_use
Cmd=endif
Cmd=if,%Des_Eonic%
%sProcess%=%sProcess%+@files_des_eonic
Cmd=endif
Cmd=if,%Des_Dreams%
%sProcess%=%sProcess%+@files_des_dreams
Cmd=endif
Cmd=if,%Des_OOC%
%sProcess%=%sProcess%+@files_des_ooc
Cmd=endif
Cmd=if,%Des_Illuminator%
%sProcess%=%sProcess%+@files_des_illuminator
Cmd=endif
Cmd=if,%Des_Greenman%
%sProcess%=%sProcess%+@files_des_greenman
Cmd=endif
Cmd=if,%InstallSDK%
%sProcess%=%sProcess%+@files_sdk
Cmd=endif
%Copy_Process%=%sProcess%
[Final]
Cmd=if,%ErrorOccurs%
Cmd=ifnot,%Cancelled%
Cmd=UserMessage,ErrorBox,@Ins_Error_Misc
Cmd=endif
Cmd=else
sLine=
Cmd=if,%AddStart%
%sLine%=%sLine%+ /AddStart
Cmd=endif
Cmd=if,%AddDesktop%
%sLine%=%sLine%+ /AddDesktop
Cmd=endif
Cmd=if,%AddQLaunch%
%sLine%=%sLine%+ /AddQuick
Cmd=endif
Cmd=if,%RegisterExt%
%sLine%=%sLine%+ /RegisterExt
Cmd=endif
Cmd=ifnot,%StartPulse%
%sLine%=%sLine%+ /Exit
Cmd=endif
Cmd=CreateProcess,%Destination%\\Pulse_MP.exe,%sLine%,%Destination%
Cmd=if,%StartQuickInfo%
Cmd=Execute,%Destination%\\Manual\\Manual_eng.chm
Cmd=endif
Cmd=UserMessage,MessageBox,@Ins_Success
Cmd=endif
[Windows]
Message=MessageBox
ErrorMessage=ErrorBox
MsgBox=MessageBox
[OnCommand_install_button]
Cmd=Layers,1:on 2:off 3:off 4:off 5:off 6:off 7:off 8:on 9:on 10:off
Cmd=Install
[OnCommand_cancel_button]
Cmd=Layers,1:on 2:off 3:off 4:off 5:off 6:off 7:off 8:on 9:off 10:on
Cmd=Cancel
[OnCommand_browse]
Cmd=BrowseForFolder,%Destination%
[OnCommand_InsType_Full]
%Type_Full%=true
%Type_Medium%=false
%Type_Mini%=false
%Des_Eonic%=true
%Des_Dreams%=true
%Des_Illuminator%=true
%Des_OOC%=true
%Des_Greenman%=true
%Vis_ForWork%=true
%Vis_Digital%=true
%Vis_OOC%=true
%Player_OGG%=true
%Player_MPEG%=true
%Player_WAV%=true
%Player_CDA%=true
%Player_MOD%=true
%Player_OPL%=true
%Player_IXS%=false
%Player_NSF%=true
%Player_SID%=true
%Player_SAP%=true
%Player_FC%=true
%Player_AHX%=true
%Comp_WinVisuals%=true
%Comp_WASkins%=true
%Comp_WAPlugins%=true
%Comp_Systray%=true
%Comp_GlobalCtrl%=true
%Comp_RegExt%=true
%StartPulse%=true
%RegisterExt%=true
%AddStart%=true
%AddDesktop%=true
%StartQuickInfo%=true
%AddQLaunch%=false
%InstallSDK%=false
%Help%=true
[OnCommand_InsType_Medium]
%Type_Full%=false
%Type_Medium%=true
%Type_Mini%=false
%Des_Eonic%=true
%Des_Dreams%=false
%Des_Illuminator%=false
%Des_OOC%=true
%Des_Greenman%=false
%Vis_ForWork%=true
%Vis_Digital%=true
%Vis_OOC%=true
%Player_OGG%=true
%Player_MPEG%=true
%Player_WAV%=true
%Player_CDA%=true
%Player_MOD%=true
%Player_OPL%=false
%Player_IXS%=false
%Player_NSF%=false
%Player_SID%=false
%Player_SAP%=false
%Player_FC%=false
%Player_AHX%=false
%Comp_WinVisuals%=true
%Comp_WASkins%=true
%Comp_WAPlugins%=false
%Comp_Systray%=true
%Comp_GlobalCtrl%=true
%Comp_RegExt%=true
%StartPulse%=true
%RegisterExt%=true
%AddStart%=true
%AddDesktop%=true
%StartQuickInfo%=true
%AddQLaunch%=false
%InstallSDK%=false
%Help%=true
[OnCommand_InsType_Mini]
%Type_Full%=false
%Type_Medium%=false
%Type_Mini%=true
%Des_Eonic%=true
%Des_Dreams%=false
%Des_Illuminator%=false
%Des_OOC%=false
%Des_Greenman%=false
%Vis_ForWork%=true
%Vis_Digital%=false
%Vis_OOC%=false
%Player_OGG%=true
%Player_MPEG%=true
%Player_WAV%=true
%Player_CDA%=true
%Player_MOD%=false
%Player_OPL%=false
%Player_IXS%=false
%Player_NSF%=false
%Player_SID%=false
%Player_SAP%=false
%Player_FC%=false
%Player_AHX%=false
%Comp_WinVisuals%=true
%Comp_WASkins%=false
%Comp_WAPlugins%=false
%Comp_Systray%=true
%Comp_GlobalCtrl%=true
%Comp_RegExt%=true
%StartPulse%=true
%RegisterExt%=true
%AddStart%=true
%AddDesktop%=true
%StartQuickInfo%=true
%AddQLaunch%=false
%InstallSDK%=false
%Help%=true
[OnCommand_switchnext]
Cmd=if,%Customize%
Cmd=Layers,1:on 2:off 3:off 4:off 5:on 6:off 7:off 8:off 9:off 10:off
Cmd=else
Cmd=Layers,1:on 2:off 3:off 4:off 5:off 6:off 7:on 8:off 9:off 10:off
Cmd=endif
[OnCommand_switchprev]
Cmd=if,%Customize%
Cmd=Layers,1:on 2:off 3:off 4:off 5:off 6:on 7:off 8:off 9:off 10:off
Cmd=else
Cmd=Layers,1:on 2:off 3:off 4:on 5:off 6:off 7:off 8:off 9:off 10:off
Cmd=endif
[OnCommand_switchvisuals]
Cmd=if,%Comp_WinVisuals%
%Vis_ForWork%=false
%Vis_Digital%=false
%Vis_OOC%=false
%Comp_WinVisuals%=false
Cmd=else
%Vis_ForWork%=true
%Vis_Digital%=true
%Vis_OOC%=true
%Comp_WinVisuals%=true
Cmd=endif
[files_base]
Echos.dat
Unace.dll
Pulse_MP.exe
Uninstall.exe
AudioMate.fc
Ove.fc
PlaylistDb.fc
Pulse.fc
Designs\BlueSky.pdc
Designs\DarkNight.pdc
Designs\Greenhorn.pdc
Designs\LightMorning.pdc
Designs\RedHell.pdc
Designs\UglyDay.pdc
Languages\Brazport.lng
Languages\Czech.lng
Languages\Danish.lng
Languages\Deutsch.lng
Languages\Polski.lng
Languages\Polski_ex.lng
Languages\Slovak.lng
Languages\Swedish.lng
Manual\Manual_cz.chm
Manual\Manual_eng.chm
Txt\cmd.txt
Txt\fixed.txt
[files_debug]
Designs\Antique.des
Designs\Commy.des
Designs\Compact.des
Designs\Greenman.des
Designs\Illuminator.des
Designs\lift-up.des
Designs\Mod4Win.des
Designs\Radio.des
Designs\Walkman.des
[files_help]
Help\*
Help\Eng\*
Help\Eng\html\*
Help\Eng\html\images\*
Help\Eng\html\images2\*
Help\Cz\*
Help\Cz\html\*
Help\Cz\html\images\*
Help\Cz\html\images2\*
[files_sdk]
Inc\StdLib.di
OveEd.exe
Console.exe
OveCompiler.fc
DDK\*
DDK\Cz\*
DDK\Cz\html\*
DDK\Cz\html\images\*
DDK\Cz\html\images2\*
DDK\Eng\*
DDK\Eng\html\*
DDK\Eng\html\images\*
DDK\Eng\html\images2\*
Designs\Eonic\*
[files_plr_ogg]
Ogg.fc
[files_plr_mpeg]
MPx.fc
MPx_2.fc
[files_plr_wav]
Wavs.fc
[files_plr_cda]
CdAudio.fc
[files_plr_mod]
AudioMateMods.fc
[files_plr_ixs]
[files_plr_opl]
Opl.fc
[files_plr_nsf]
Nsf.fc
[files_plr_sid]
Sid64.fc
reSid.fc
LittleSid.fc
64lengths.inf
64plrs.inf
[files_plr_sap]
Sap.fc
[files_plr_fc]
FutComp.fc
[files_plr_ahx]
Ahx.fc
[files_vis_ext]
ExtVis.fc
[files_des_wa_skins]
WaBridge.fc
Skins\Omega2000\Balance.bmp
Skins\Omega2000\Cbuttons.bmp
Skins\Omega2000\Main.bmp
Skins\Omega2000\Monoster.bmp
Skins\Omega2000\Nums_ex.bmp
Skins\Omega2000\Playpaus.bmp
Skins\Omega2000\Posbar.bmp
Skins\Omega2000\Shufrep.bmp
Skins\Omega2000\Text.bmp
Skins\Omega2000\Titlebar.bmp
Skins\Omega2000\Volume.bmp
Skins\Omega2000\Dialogs.txt
Skins\Omega2000\Viscolor.txt
[files_des_wa_plugins]
[files_misc_systray]
Designs\Pez.icl
Designs\RheSet.icl
[files_misc_fast_use]
FastUse.fc
[files_des_eonic]
Designs\Eonic.des
[files_des_illuminator]
Designs\Illuminator.des
[files_des_dreams]
Designs\Dreams.des
[files_des_ooc]
Designs\OOC.des
[files_des_greenman]
Designs\Greenman.des
[files_vis_forwork]
Designs\ForWork.vcd
[files_vis_digital]
Designs\Digital.vcd
[files_vis_ooc]
Designs\OOC.vcd