瀏覽單個文章
orcish
Master Member
 
orcish的大頭照
 

加入日期: Nov 2002
您的住址: 熱火爐
文章: 2,289
真的不好刪檔,得一個個刪,看樣子要丟壓縮檔上去了

如果沒選auto login,重開機後進去時會叫你再key一次密碼

我看了軟體的說明檔:
You can find the actual file contents inside each mail as an e-mail attachment.

The file size is limited to 10 Mb because this is the attachment size limit Google imposes on all mails. Since the filename must be available on the message subject line, the full filename size is limited to 40 characters.

GMail Drive does not support Rename of files.

To change the GMail login credentials, you can use the Login As... menuitem under the File menu. Place a checkmark in the Auto Login entry to automatically login when the folder is activated. Your username and password are securely stored in the System Registry with encryption.

看樣子軟體改進空間不小

--------------------------------------------------------------------
GMailFS.inf裡的東西,應該沒被惡搞吧..

[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]
GMailFS.dll=42
GMailFS.inf=42
GMailFS.hlp=42
GMailFS.cnt=42

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

[Boom.DelFiles]
GMailFS.gid

[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%\%ExeFile%,Uninstall %11%\%SubDir%\%InfFile%"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,Read Me,,"WINHLP32.EXE -i IDH_1510 %11%\%SubDir%\GMailFS.HLP"

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

[Strings]
Title = "GMail Drive Shell Extension"
ShortName = "GMailFS"
SubDir = "ShellExt"
ExeFile = "GMailFS.dll"
InfFile = "GMailFS.inf"
引用:
作者ajaxyang
我(舉手)
已經下載了...

不知道會不會有問題....
__________________
舊 2004-10-06, 02:41 PM #7
回應時引用此文章
orcish離線中