source: trunk/mediafolder/Install/MEDIAFLD.INS@ 8

Last change on this file since 8 was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 3.8 KB
Line 
1[APPLICATION]
2NAME Media Player 0.2.8
3VERSION 0.2.8.0
4COPYRIGHT (C) Chris Wohlgemuth 2001-2004
5HOME http://www.os2world.com/cdwriting
6INTERNALNAME MEDIAFLD
7TOTALSIZE 261552
8INSTALLER 0.1.5.0
9DESCRIPTION The Media-Folder class can be used as an MP3 player. It has the usual play controls and playlist support. This player supports any audio file known to OS/2. A REXX interface is available if WPS-wizard is installed.
10
11[DESCRIPTION]
12DESCRIPTION The Media-Folder class can be used as an MP3 player. It has the usual play controls and playlist support. This player supports any audio file known to OS/2. A REXX interface is available if WPS-wizard is installed.
13
14[FILES]
15MEDIAFLD.INS, %TARGET%\ , F, 3871
16bin\createcd.exe, %TARGET%\ , F, 1233
17bin\creatobj.cmd, %TARGET%\ , F, 1130
18bin\FLDTree.cmd, %TARGET%\ , F, 4136
19bin\insTrack.rx, %TARGET%\ , F, 1440
20bin\insTrk2.rx, %TARGET%\ , F, 1542
21bin\mediafld.dll, %TARGET%\ , F, 163070
22bin\mediafld.hlp, %TARGET%\ , F, 3548
23bin\mfldr_en.dll, %TARGET%\ , F, 18549
24bin\setFolder.cmd, %TARGET%\ , F, 696
25bin\setShadow.cmd, %TARGET%\ , F, 1046
26bin\trknames.cmd, %TARGET%\ , F, 2744
27DLL\progfldr.dll, %?%:\OS2\ , F, 33112
28Doc\mediafldr.inf, %TARGET%\ , F, 25435
29
30[CLASSES]
31CWProgFolder, %SYSDLL%\progfldr.dll,
32CWAudioShadow, %TARGET%\bin\mediafld.dll,
33CWMediaFolder, %TARGET%\bin\mediafld.dll,
34CWCDFolder, %TARGET%\bin\mediafld.dll,
35CWM3UFolder, %TARGET%\bin\mediafld.dll,
36
37[OBJECTS]
38Playerõ,õ <CWMEDIA_FLDR>õ,õ CWMediaFolderõ,õ <MMPM2_FOLDER>õ,õ DEFAULTVIEW=DETAILS;DETAILSCLASS=CWAudioShadow;SORTCLASS=CWAudioShadow;DETAILSTODISPLAY=0,1,4,12,13,14,15,16,17,18,19,20,21;SORTBYATTR=6,24,25,26,27,28,29,30,31,32,33;MEDIAFLDRVOLUME=75;õ,õ update
39STARTUP.WAVõ,õ <SHW_STARTUP>õ,õ CWAudioShadowõ,õ <CWMEDIA_FLDR>õ,õ SHADOWID=%?%:\MMOS2\SOUNDS\STARTUP.WAVõ,õ update
40Media-Player^Programming tutorialõ,õ <MFLDR_PROGDOC>õ,õ WPProgramõ,õ <MMPM2_FOLDER>õ,õ EXENAME=view.exe;PARAMETERS=%TARGET%\Doc\mediafldr.infõ,õ update
41Create Media folder tree^(Drop folder here)õ,õ <MFLDR_FLDRTREE>õ,õ WPProgramõ,õ <MMPM2_FOLDER>õ,õ EXENAME=%TARGET%\bin\FLDTree.cmd;PARAMETERS="%*" "[Folder name (NO path)]"õ,õ update
42Create CD objectsõ,õ <MFLDR_CREATECDOBJ>õ,õ WPProgramõ,õ <MMPM2_FOLDER>õ,õ MINIMIZED=YES;EXENAME=%TARGET%\bin\creatobj.cmd;õ,õ update
43
44
45[UPDATEOBJECTS]
46<MMPM2_FOLDER>õ,õ OPEN=DEFAULT;
47
48[SKRIPTS]
49BEFOREINST õ,õ /* */call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';call SysLoadFuncs;ret=SysQueryClassList('classes.');DO cls=1 to classes.0;theclass=WORD(classes.cls, 1);thePath=SUBWORD(classes.cls, 2); IF TRANSLATE(theClass)='CWPROGFOLDER' THEN DO; usrdata._mBTitle="Information"; usrData._mBCBTxt=""; usrdata._mBTxt='CWProgFolder class found. This class comes with '; usrdata._mBTxt=usrdata._mBTxt||'Audio/Data-CD-Creator and is also used by the '; usrdata._mBTxt=usrdata._mBTxt||'Media-Folder. This package contains a bugfixed '; usrdata._mBTxt=usrdata._mBTxt||'version of this DLL. If you use an Audio/Data-'; usrdata._mBTxt=usrdata._mBTxt||'CD-Creator release older than 0.51 answer YES '; usrdata._mBTxt=usrdata._mBTxt||'when asked to replace the DLL <progfldr.dll>. '; usrData._mBType="OK"; call beep 1000, 100; ret=ModalFor('usermsgBox'); LEAVE; END;end;RC=0;
50AFTERCLASSES õ,õ /* Message for the user */;call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';call SysLoadFuncs;;RC=0;;call RxMessageBox "Media folder installed. Remember to restart the WPS after installation is finished.", "Hinweis", "OK", "INFORMATION";
51
52[INSTALLPROFILES]
53MEDIAFLR õ,õ Media-Folder class for playing any audio file õ,õ The Media-Folder class can be used as an MP3 player. It has the usual play controls and playlist support. This player supports any audio file known to OS/2.
54
55[MEDIAFLR]
56MEDIAFLD, , ,S,[ ], MEDIAFLD.INS
57
58[DEFAULTTARGET]
59PATH %APPS%\CWMMOS2\MediaFld
60
61
Note: See TracBrowser for help on using the repository browser.