source: trunk/classes/doc_and_inst/eng/cwmm.ins

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

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

File size: 5.6 KB
Line 
1[APPLICATION]
2NAME CW-Multimedia Classes 0.2.8
3VERSION 0.2.8.0
4COPYRIGHT (C) Chris Wohlgemuth 2001-2004
5HOME http://www.os2world.com/cdwriting
6INTERNALNAME CWMM
7TOTALSIZE 735212
8INSTALLER 0.1.5.0
9DESCRIPTION Multimedia classes for replacing the classes coming with MMOS2. More robust operation and improved feature set. New classes to integrate MP3 and OGG files seemlessly into the WPS. After installation these files behave like any other audio file. For example a doubleclick starts playing. Information about the audio file (samplerate, playtime etc.) is shown in the details view of folders and in the settings notebook. The ID3 tags (V1.0) of MP3 files are changeable using a page of the settings notebook and also appear in the details view of folders.
10
11[DESCRIPTION]
12DESCRIPTION Multimedia classes for replacing the classes coming with MMOS2. More robust operation and improved feature set. New classes to integrate MP3 and OGG files seemlessly into the WPS. After installation these files behave like any other audio file. For example a doubleclick starts playing. Information about the audio file (samplerate, playtime etc.) is shown in the details view of folders and in the settings notebook. The ID3 tags (V1.0) of MP3 files are changeable using a page of the settings notebook and also appear in the details view of folders.
13
14[FILES]
15cwmm.dll, %TARGET%\ , F, 235401
16cwmm.hlp, %TARGET%\ , F, 4615
17cwmm.ins, %TARGET%\ , F, 5265
18cwmm.sym, %TARGET%\ , F, 21700
19bin\audconv.exe, %TARGET%\ , F, 41765
20bin\audFldr.CMD, %TARGET%\ , F, 504
21bin\audioext.rx, %TARGET%\ , F, 2336
22bin\chktimid.rx, %TARGET%\ , F, 1374
23bin\classvol.exe, %TARGET%\ , F, 43832
24bin\imageadd.rx, %TARGET%\ , F, 181
25bin\imageext.rx, %TARGET%\ , F, 454
26bin\imgconv.exe, %TARGET%\ , F, 42573
27bin\imgFldr.CMD, %TARGET%\ , F, 504
28bin\mmfind.exe, %TARGET%\ , F, 76370
29bin\mmplayer.exe, %TARGET%\ , F, 66076
30bin\mmres_EN.dll, %TARGET%\ , F, 20038
31bin\removeEA.CMD, %TARGET%\ , F, 1408
32bin\volume.exe, %TARGET%\ , F, 42138
33DLL\GBM.DLL, %?%:\MMOS2\ , F, 186838
34DLL\JPEGIO.DLL, %?%:\MMOS2\ , F, 18044
35DLL\JPEGIO.SYM, %?%:\MMOS2\ , F, 1540
36
37[CLASSES]
38CWMMDataFile, %TARGET%\cwmm.dll,
39MMAudio, %TARGET%\cwmm.dll,
40MMMP3, %TARGET%\cwmm.dll,
41MMOGG, %TARGET%\cwmm.dll,
42MMWAV, %TARGET%\cwmm.dll,
43MMAIF, %TARGET%\cwmm.dll,
44MMAU, %TARGET%\cwmm.dll,
45MM_AU, %TARGET%\cwmm.dll,
46MMIFF, %TARGET%\cwmm.dll,
47MMSNDF, %TARGET%\cwmm.dll,
48MMVOC, %TARGET%\cwmm.dll,
49MMCDTrack, %TARGET%\cwmm.dll,
50MMMIDI, %TARGET%\cwmm.dll,
51MMVideo, %TARGET%\cwmm.dll,
52MMAVI, %TARGET%\cwmm.dll,
53MMFLI, %TARGET%\cwmm.dll,
54MMMOV, %TARGET%\cwmm.dll,
55MMMPG, %TARGET%\cwmm.dll,
56MMFLAC, %TARGET%\cwmm.dll,
57MMImage, %TARGET%\cwmm.dll,
58MMAVC, %TARGET%\cwmm.dll,
59MMDIB, %TARGET%\cwmm.dll,
60MMGIF, %TARGET%\cwmm.dll,
61MMJPG, %TARGET%\cwmm.dll,
62MMPhotoCD, %TARGET%\cwmm.dll,
63MMPCX, %TARGET%\cwmm.dll,
64MMTarga, %TARGET%\cwmm.dll,
65MMTIFF, %TARGET%\cwmm.dll,
66MMPNG, %TARGET%\cwmm.dll,
67MMM3U, %TARGET%\cwmm.dll,
68MMAudioStream, %TARGET%\cwmm.dll,
69MMMMotion, %TARGET%\cwmm.dll,
70MMBitmap, %TARGET%\cwmm.dll, WPBitmap
71CWMMDisk, %TARGET%\cwmm.dll, WPDisk
72MMFolder, %TARGET%\cwmm.dll,
73
74[OBJECTS]
75Volumeõ,õ <MMPM2_MMVOLUME>õ,õ WPProgramõ,õ <MMPM2_FOLDER>õ,õ EXENAME=%TARGET%\bin\volume.exe;õ,õ update
76CD-Playerõ,õ <MMPM2_CDPLAYER>õ,õ WPProgramõ,õ <MMPM2_FOLDER>õ,õ EXENAME=cdpm.exeõ,õ update
77M3U-Playlistõ,õ <MMPM2_MMM3UTEMPLATE>õ,õ MMM3Uõ,õ <MMPM2_MMTEMPLATEFOLDER>õ,õ TEMPLATE=YES;õ,õ update
78Audio-Streamõ,õ <MMPM2_AUDISTREAMTEMPLATE>õ,õ MMAudioStreamõ,õ <MMPM2_MMTEMPLATEFOLDER>õ,õ TEMPLATE=YES;õ,õ update
79Find^Multimedia Filesõ,õ <MMPM2_MMFIND>õ,õ WPProgramõ,õ <MMPM2_FOLDER>õ,õ EXENAME=%TARGET%\bin\mmfind.exe;õ,õ update
80
81[SKRIPTS]
82BEFOREINST õ,õ /* Message for the user */;call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';call SysLoadFuncs;;RC=0;;usrdata._mBTitle="Installation";usrData._mBCBTxt="";usrdata._mBTxt='Did you make a copy of JPEGIO.DLL in the directory MMOS2\DLL?';usrdata._mBTxt=usrdata._mBTxt||'0d'x||'0d'x||'NO will abort the installation.';usrData._mBType="YESNO";call beep 1000, 100;ret=ModalFor('usermsgBox');IF TRANSLATE(ret)='NO' THEN rc=1;IF rc=0 THEN DO;usrData._mBCBTxt="";usrdata._mBTxt='Did you run the skript RUNME1st.CMD and restarted the WPS afterwards? This MUST be done before installation!!';usrdata._mBTxt=usrdata._mBTxt||'0d'x||'0d'x||'NO will abort the installation.';usrData._mBType="YESNO";call beep 1000, 100;ret=ModalFor('usermsgBox');IF TRANSLATE(ret)='NO' THEN rc=1;END;
83AFTERCLASSES õ,õ /* Message for the user */;call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';call SysLoadFuncs;;RC=0;;call RxMessageBox "MM classes installed. Remember to restart the WPS after installation is finished.", "Hinweis", "OK", "INFORMATION";
84
85
86[INSTALLPROFILES]
87CWMM õ,õ Install new multimedia classes for WPS õ,õ Install new multimedia classes for replacing the classes coming with MMOS2. More robust operation and improved feature set. New classes to integrate MP3 and OGG files seemlessly into the WPS. After installation these files behave like any other audio file. For example a doubleclick starts playing. Information about the audio file (samplerate, playtime etc.) is shown in the details view of folders and in the settings notebook. The ID3 tags (V1.0) of MP3 files are changeable using a page of the settings notebook and also appear in the details view of folders.
88
89[CWMM]
90CWMM, , ,S,[ ], cwmm.ins
91
92[DEFAULTTARGET]
93PATH %APPS%\CWMMOS2\CWMM
94
95[INI]
96USER õ,õ CWMM õ,õ audioconverter õ,õ %TARGET%\bin\audconv.exe õ,õ YES
97USER õ,õ CWMM õ,õ imageconverter õ,õ %TARGET%\bin\imgconv.exe õ,õ YES
98
Note: See TracBrowser for help on using the repository browser.