What's new? | Help | Directory | Sign in
Google
gears
Improving Your Web Browser
  
  
  
    
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[Version]
Signature="$Windows NT$"
Provider="Google" ;[naming]
CESignature="$Windows CE$"

[CEStrings]
AppName="Gears" ;[naming]
InstallDir="%CE1%\PRODUCT_FRIENDLY_NAME_UQ"

[Strings]
Manufacturer="Google" ;[naming]

[CEDevice]
VersionMin=4.0
VersionMax=6.99
BuildMax=0xE0000000

[DefaultInstall]
CopyFiles=Files.Common1
CESelfRegister=PRODUCT_SHORT_NAME_UQ.dll
CESetupDLL=setup.dll

[SourceDisksNames]
m4_changequote(`^',`^')m4_dnl
m4_ifelse(DEBUG,^1^,^m4_dnl
1=,"Common1",,"bin-dbg\wince-arm\ie\"
^,^1^,^1^,^m4_dnl
1=,"Common1",,"bin-opt\wince-arm\ie\"
^)

[SourceDisksFiles]
"PRODUCT_SHORT_NAME_UQ.dll"=1
"setup.dll"=1

[DestinationDirs]
Shortcuts=0,%CE2%\Start Menu
Files.Common1=0,"%CE1%\PRODUCT_FRIENDLY_NAME_UQ"

[Files.Common1]
"PRODUCT_SHORT_NAME_UQ.dll","PRODUCT_SHORT_NAME_UQ.dll",,0
Show details Hide details

Change log

r1052 by gears.daemon on Feb 27, 2008   Diff
[Author: andreip]

Adds a separate MANUFACTURER_NAME and
PRODUCT_NAME variable to config.mk. This
is needed because the Wince installer
automatically describes the product as
"MANUFACTURER_NAME PRODUCT_NAME".

PRODUCT_FRIENDLY_NAME cannot be used
because it results in "Google Google
Gears"
PRODUCT_SHORT_NAME cannot be used because
...
Go to: 
Project members, sign in to write a code review

Older revisions

r797 by gears.daemon on Feb 01, 2008   Diff
[Author: andreip]

Adds a setup dll to Gears installer on
Wince. This dll exports functions that
are called during the installation
...
r767 by gears.daemon on Jan 28, 2008   Diff
[Author: andreip]

One more fix to the inf file for WINCE
installer (missed this in the previous
CL)
...
r756 by gears.daemon on Jan 25, 2008   Diff
[Author: andreip]

Replaces hardcoded file and directory
names with the appropriate variables
in the WinCE installer.
...
All revisions of this file

File info

Size: 798 bytes, 40 lines