|
5#

楼主 |
发表于 2004-4-19 00:03:12
|
只看该作者
请问如何集成下面这个totalcopy软件?
[这个贴子最后由燃情岁月在 2004/04/19 11:38pm 第 1 次编辑]
我制作的pe插件的inf文件:
; TOTALCOPY.inf
; PE Builder v3 plug-in INF file for ACDSEE v2.43
; Created by ABCDEFG
; http://www.nu2.nu/pebuilder/
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="TOTAL COPY 1.1 断点续传拷贝插件"
Enable=1
Help="TOTALCOPY.htm"
[WinntDirectories]
a=Programs\TOTOLCOPY,2
[SourceDisksFiles]
files\COPYFSTQ.EXE=a,,1
files\DROPCPYR.DLL=a,,1
[Software.AddReg]
0x0, "Classes\CLSID\{A4D78B20-6E05-1069-8758-4E73FD83DEAD}"
0x1, "Classes\CLSID\{A4D78B20-6E05-1069-8758-4E73FD83DEAD}", "", "QCopy"
0x0, "Classes\CLSID\{A4D78B20-6E05-1069-8758-4E73FD83DEAD}\InProcServer32"
0x2, "Classes\CLSID\{A4D78B20-6E05-1069-8758-4E73FD83DEAD}\InProcServer32", "", "%SYSTEMDRIVE%\Programs\TOTALCOPY\dropcpyr.dll"
0x1, "Classes\CLSID\{A4D78B20-6E05-1069-8758-4E73FD83DEAD}\InProcServer32", "ThreadingModel", "Apartment"
0x0, "Classes\Directory\shellex\DragDropHandlers"
0x0, "Classes\Directory\shellex\DragDropHandlers\QCopy"
0x1, "Classes\Directory\shellex\DragDropHandlers\QCopy", "", "{A4D78B20-6E05-1069-8758-4E73FD83DEAD}"
0x0, "Classes\Drive\shellex\DragDropHandlers"
0x0, "Classes\Drive\shellex\DragDropHandlers\QCopy"
0x1, "Classes\Drive\shellex\DragDropHandlers\QCopy", "", "{A4D78B20-6E05-1069-8758-4E73FD83DEAD}"
0x0, "Classes\Folder\shellex\DragDropHandlers\QCopy"
0x1, "Classes\Folder\shellex\DragDropHandlers\QCopy", "", "{A4D78B20-6E05-1069-8758-4E73FD83DEAD}"
0x0, "Microsoft\Windows\CurrentVersion\Run"
0x2, "Microsoft\Windows\CurrentVersion\Run", "Resume copy", "%SYSTEMDRIVE%\Programs\TOTALCOPY\copyfstq.exe /startup"
0x0, "Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
0x1, "Microsoft\Windows\CurrentVersion\Shell Extensions\Approved", "{A4D78B20-6E05-1069-8758-4E73FD83DEAD}", "QCopy"
[Default.AddReg]
[Append]
nu2menu.xml, totalcopy_nu2menu.xml |
|