📄 setup-sph-wm5.inf
字号:
;
; Copyright (C) 2006-2007 Funambol, Inc
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License version 2 as
; published by the Free Software Foundation.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY, TITLE, NONINFRINGEMENT or FITNESS FOR A PARTICULAR
; PURPOSE. See the GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program; if not, write to the Free Software
; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
; 02111-1307 USA
;
[Version]
Signature="$Chicago$"
CESignature="$Windows CE$"
Provider="Funambol"
[CEDevice]
BuildMax=0xE0000000
[Strings]
Prov="Funambol"
[CEStrings]
AppName = "Plug-in" ; maximum of 40 characters, full app name will be "<Provider> <AppName>"
InstallDir = %CE1%\%Prov%
[SourceDisksNames] ; directory that holds the application s files
1 = , "files",, SPH_FILES ;files\
[SourceDisksFiles] ; list of files to be included in .cab
Funambol.exe = 1
mainclientdll.dll = 1
startsync.exe = 1
COPYING=1
handleservice.exe=1
syncmltransport.dll=1
funsetup.dll=1
notlstnr.dll=1
release.properties=1
language-en.dll=1
language-de.dll=1
[DefaultInstall] ; operations to be completed during install
CopyFiles = CopyToProgramFiles, CopyToWindows
AddReg = RegData
CEShortcuts = Shortcuts
CESetupDLL = "funsetup.dll"
[DestinationDirs] ; default destination directories for each operation section
CopyToProgramFiles = 0, %InstallDir%
CopyToWindows = 0, %CE2%
Shortcuts = 0, %CE11% ; \Windows\Start Menu\Programs\
[CopyToProgramFiles] ; copy operation file list
%Prov%.exe, Funambol.exe
startsync.exe, startsync.exe
COPYING, COPYING
handleservice.exe, handleservice.exe
language-en.dll, language-en.dll
language-de.dll, language-de.dll
[CopyToWindows]
mainclientdll.dll, mainclientdll.dll
funsetup.dll, funsetup.dll
syncmltransport.dll, syncmltransport.dll
notlstnr.dll, notlstnr.dll
[RegData] ; registry key list
HKLM,Software\%Prov%\SyncclientPIM\spds\syncml\Conn, userAgent, 0x00000000, "SPH_USER_AGENT"
HKLM,Software\%Prov%\SyncclientPIM, path, 0x00000000, "%InstallDir%"
HKLM,Software\%Prov%\SyncclientPIM, pluginVersion, 0x00000000, "SPH_VERSION"
[Shortcuts]
%Prov%,0,%Prov%.exe
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -