1;[Version]
2Signature = "$Windows NT$"
3CESignature = "$Windows CE$"
4
5[CEStrings]
6;Osmo4 for PocketPC install, Osmophone for Smartphone install
7AppName = Osmophone
8InstallDir = \Program Files\GPAC
9
10[Strings]
11;Osmo4.exe for PocketPC install, Osmophone.exe for Smartphone install
12ExeName = Osmophone.exe
13
14[DefaultInstall]
15CopyFiles = BinFiles , Exefiles
16AddReg = GPACReg
17CEShortcuts = Shortcut , ProgLink
18CESelfRegister=GPAX.dll
19
20
21[SourceDisksNames]
22
231 =, "Common Files",, ..
242 =, "Extra Files",, .
253 =, "Doc Files",, ..\..\..\..\doc\
26
27[SourceDisksFiles]
28libgpac.dll = 1
29%ExeName% = 1
30;Osmo4.exe = 1
31GPAX.dll = 1
32gpac.mp4 = 3
33
34msvcr80.dll = 1
35
36;comment this one if not using OpenGL
37libGLES_CM.dll = 1
38
39;comment this one if not using SpiderMonkey
40js32.dll = 1
41
42;uncomment if your device doesn't have GX installed (I think most do)
43;gx.dll = 2
44
45;all gpac modules - comment the ones you haven't compiled
46gm_aac_in.dll = 1
47gm_bifs_dec.dll = 1
48gm_ctx_load.dll = 1
49gm_dummy_in.dll = 1
50gm_ft_font.dll = 1
51gm_gapi.dll = 1
52gm_gpac_js.dll = 1
53gm_img_in.dll = 1
54gm_ismacryp.dll = 1
55gm_isom_in.dll = 1
56gm_laser_dec.dll = 1
57gm_mp3_in.dll = 1
58gm_mpegts_in.dll = 1
59gm_odf_dec.dll = 1
60gm_platinum.dll = 1
61gm_rtp_in.dll = 1
62gm_timedtext.dll = 1
63gm_soft_raster.dll = 1
64gm_svg_in.dll = 1
65gm_wav_out.dll = 1
66gm_widgetman.dll = 1
67gm_xvid_dec.dll = 1
68gm_ogg.dll = 1
69;commenting out ffmpeg since we no longer have a recent version (and no one uses smartphone 2003 anymore ...)
70;gm_ffmpeg_in.dll = 1
71;avcodec-52.dll = 1
72;avformat-52.dll = 1
73;avutil-50.dll = 1
74;swscale-0.dll = 1
75
76;==================================================
77
78
79
80; Ouput directories for files & shortcuts
81
82[DestinationDirs]
83BinFiles = 0, %CE2%
84Exefiles = 0, %InstallDir%
85Shortcut = 0, %CE17%
86ProgLink = 0, %CE11%
87DefaultDestDir = 0, %InstallDir%
88
89[BinFiles]
90;"gx.dll"
91"libgpac.dll"
92"GPAX.dll"
93"js32.dll"
94"libGLES_CM.dll"
95"msvcr80.dll"
96
97[Exefiles]
98"%ExeName%"
99"gpac.mp4"
100"gm_aac_in.dll"
101"gm_bifs_dec.dll"
102"gm_ctx_load.dll"
103"gm_dummy_in.dll"
104"gm_ffmpeg_in.dll"
105"avcodec-52.dll"
106"avformat-52.dll"
107"avutil-50.dll"
108"swscale-0.dll"
109"gm_ft_font.dll"
110"gm_gapi.dll"
111"gm_gpac_js.dll"
112"gm_img_in.dll"
113"gm_ismacryp.dll"
114"gm_isom_in.dll"
115"gm_laser_dec.dll"
116"gm_mp3_in.dll"
117"gm_mpegts_in.dll"
118"gm_odf_dec.dll"
119"gm_platinum.dll"
120"gm_rtp_in.dll"
121"gm_timedtext.dll"
122"gm_soft_raster.dll"
123"gm_svg_in.dll"
124"gm_wav_out.dll"
125"gm_widgetman.dll"
126"gm_xvid_dec.dll"
127"gm_ogg.dll"
128
129[GPACReg]
130;GPAC cfg file location
131HKCR,GPAC,InstallDir,0x00000000,%InstallDir%
132
133;GPAC cfg file association
134HKCR,.cfg,,0x00000000,txtfile
135
136;MP4 file association
137HKCR,.mp4,,0x00000000,mp4file
138HKCR,mp4file\Shell\Open\Command,,0x00000000,"""%InstallDir%\%ExeName%""" """%%L"""
139
140;Icon number is bin ID of ressource in app
141HKCR,mp4file\DefaultIcon,,0x00000000,"%InstallDir%\%ExeName%,-128"
142
143[Shortcut]
144"%AppName%", 0, "%ExeName%"
145
146[ProgLink]
147"%AppName%", 0, "%ExeName%"
148
149