无忧启动论坛

标题: 如何把gamail driver 整合到到网络的PE里? [打印本页]

作者: ghghfh    时间: 2007-1-31 21:13
标题: 如何把gamail driver 整合到到网络的PE里?
请高手指教.
这样我们就可以把好多自己需要的东西放进去,要的时候通过PE下.
作者: ghghfh    时间: 2007-1-31 21:15
http://download.pchome.net/internet/email/utility/18725.html
这里下
作者: ghghfh    时间: 2007-2-1 15:09
怎么做啊?
作者: zts59    时间: 2007-2-1 15:30
首先这个网盘本身就不稳定,有可能被封。

至于如何做,你可以用InstallRite跟踪一下XP系统下的这个网盘安装后的变化,然后提取其文件和注册表,

放到PE下运行后,看看少了那些DLL文件,添加之,测试之。
作者: ghghfh    时间: 2007-2-1 21:58
InstallRite 是什么东东??
作者: ghghfh    时间: 2007-2-1 22:33
标题: 谁解释一下这个
[Version]
Signature="$CHICAGO$"
SetupClass=BASE

[DefaultInstall]
CopyFiles=Boom.CopyFiles
AddReg=Boom.Install.AddRegEntries

[DefaultUninstall]
DelReg=Boom.Uninstall.DelRegEntries
DelFiles=Boom.CopyFiles, Boom.DelFiles

[SourceDisksNames]
42="%Title%","",1

[SourceDisksFiles]
cnGMailFS.dll=42
GMailFS.dll=42
GMailFS.inf=42
GMailFS.hlp=42
GMailFS.cnt=42

[Boom.CopyFiles]
GMailFS.dll,,,1
cnGMailFS.dll
GMailFC.dll
GMailFS.inf
GMailFS.hlp
GMailFS.cnt

[Boom.DelFiles]
GMailFS.gid
unGMailFS.dll
GMailFC.dll

[DestinationDirs]
Boom.CopyFiles=11,%SubDir%     ; send to System\%SubDir%
Boom.DelFiles=11,%SubDir%      ; send to System\%SubDir%

[Boom.Install.AddRegEntries]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%Title%,,"rundll32.exe %11%\%SubDir%\%ExeFile%,Install"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%ShortName%,"DisplayName",,"%Title%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%ShortName%,"UninstallString",,"rundll32.exe %11%\%SubDir%\GmailFC.dll,DllUnregisterServer"

HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,安装文件分割器,,"regsvr32 %11%\%SubDir%\GmailFC.dll /s"

HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,帮助,,"WINHLP32.EXE -i IDH_410 %11%\%SubDir%\GMailFS.HLP"

[Boom.Uninstall.DelRegEntries]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%ShortName%
HKCU,Software\Software\viksoe.dk\GMailFS


[Strings]
Title = "GMail网络磁盘"
ShortName = "GMailFS"
SubDir = "ShellExt"
ExeFile = "GMailFS.dll"
InfFile = "GMailFS.inf"

作者: ghghfh    时间: 2007-2-1 22:36
我把GMAIL DRIVER复制到PE里,启动后看不到磁盘符号,根据上边这个SETUP命令,我该怎么办?
请高手指点,在WINPE.INI里应该怎么加载,这个磁盘??
作者: ghghfh    时间: 2007-2-2 09:11
郁闷啊
作者: ghghfh    时间: 2007-2-2 15:31
老大门.帮我啊?
作者: ghghfh    时间: 2007-2-2 18:19
还是弄不好啊???
作者: adatsui    时间: 2007-2-2 21:18
原帖由 ghghfh 于 2007-2-1 10:36 PM 发表
我把GMAIL DRIVER复制到PE里,启动后看不到磁盘符号,根据上边这个SETUP命令,我该怎么办?
请高手指点,在WINPE.INI里应该怎么加载,这个磁盘??



怎麼個 把 GMAIL DRIVER 復制到 PE 裡 ?? 用的是 硬盤 PE 嗎, 直接安裝便成. EFW, RAMBOOT 的  PE也可以安裝的.

手動裝的話, 註冊  GMailFS.dll 便成了 . (把 GMailFS.* 放在一起除自己喜歡)
regsvr32.exe -s GMailFS.dll
作者: ghghfh    时间: 2007-2-3 21:52
原帖由 adatsui 于 2007-2-2 09:18 PM 发表



怎麼個 把 GMAIL DRIVER 復制到 PE 裡 ?? 用的是 硬盤 PE 嗎, 直接安裝便成. EFW, RAMBOOT 的  PE也可以安裝的.

手動裝的話, 註冊  GMailFS.dll 便成了 . (把 GMailFS.* 放在一起除自己喜歡)
regsvr32. ...

怎么在WINGPE.INI里让PE启动的时候自动加载这个命令??
比如:
自启动程序     = %ProgramFiles%\PESETTOOLS\AUTORAMRESIZER.EXE|-d 4 -l 16 -h 128 ; 0
#自启动程序     = %SystemRoot%\SYSTEM32\XPESET.EXE|FBWF P20 L16 H64   





欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3