Help - Search - Members - Calendar
Full Version: Xpe Preview - Explorer/iexplorer
The CD Forum > Bart's PE Builder > Plugins
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
Trax
@sherpya
Could you please publisch paralal a 0.9b without the statis registration which would install all components on boot like it was in 0.4.

Trax

PS: in xpe.inf v0.8 was
CODE
;"txtsetup.sif", "SetupData", "osloadoptions", """/fastdetect /minint /debug /debugport=com1 /baudrate=115200"""

how to use this?
winnydows
Where i can get tweakui.cpl ?
XPE 0.9 dont wanna enable plugin without it.
TwealUI from powertoys dont have tweakui.cpl
flashcore
you can download the file from http://www.microsoft.com/ntworkstation/dow...g/NTTweakUI.asp

create a files folder under the xpe directory and extract the files to there. I would like to know exactly why we need this file in every other version it was optional.
sherpya
I forgot to comment out the line with tweakui.cpl, remove it I'll upload soon a "fixed" version.
I was using it to track some "customizations"

@winnydows
I'll add quicklauch

@trax
is not so easy too much stuff is changed from 0.4, what strings are not localized I can re-add registrations for it.

the debug stuff is used to track blue screens on startup, just using vmware with serial port over a pipe and attaching windbg to it
koszopal
did u tryed remove this line for this file or put ; there ?
koszopal
Jef
http://www.microsoft.com/ntworkstation/dow...g/NTTweakUI.asp
You'll get a .exe file. Run this in your normal Windows and look in the folder you selected.
After that just delete the files.

Late edit: Next time, I'll refresh before posting.
gordon8452
i just copied tweakui.exe to the plugin directory and changed the cpl in the inf to the exe with a 2,,1 smile.gif
sherpya
I've updated the cab on my site now comes with ; before the line... tweakui.cpl is not needed, but can be usefull to change and track some stuff
Seam
@sherpya

I think the version 0.7 used xpeinit.ini has better than version 0.9 unsure.gif

I don't know the version 0.9 how to customize start menu sad.gif
utln
@sherpya

One of the source files in xpe.inf has been mistyped (at least for WinXP it is). 7ncpa.cpl should be ncpa.cpl.


[edit]
This is in regards to v0.9.
sherpya
@utln
ARGH... redownload the plugin or correct it by hand

@Seam
My entries are too cryptic..., no pain, old syntax still works ok, just need to be translated to registry

CODE
[Programs]
%SystemRoot%\IExplore.exe=Internet Explorer
%SystemRoot%\Explorer.exe=Explorer
%SystemRoot%\system32\wordpad.exe=Accessories\WordPad
%SystemRoot%\system32\calc.exe=Accessories\Calculator
%SystemRoot%\system32\mspaint.exe=Accessories\Paint


becomes

CODE
0x2,"Sherpya\XPEinit\Programs","Internet Explorer","%SystemRoot%\Explorer.exe"
0x2,"Sherpya\XPEinit\Programs","Accessories\WordPad","%SystemRoot%\system32\wordpad.exe"
0x2,"Sherpya\XPEinit\Programs","Accessories\Calculator","%SystemRoot%\system32\calc.exe"
0x2,"Sherpya\XPEinit\Programs","Accessories\Paint","%SystemRoot%\system32\mspaint.exe"


You shouln't use string tables if you don't want/need
gordon8452
when xpe starts up i get erd2003 explorer instead of windows explorer?
if i disable the erd2003 plugin i get nothing except for an error in netshell.dll and dfrgsnap. whats going on here?
guidorobben
when building I get a error on "msctfime.ime"..

If I comment it, it works fine...

guido
ynexys
Hi,

I have problem when trying to change the display properties :
- The display dialog box opens, but there is no text on all the tabs
- The OK and Cancel caption are in italian

Is it possible to start WinPE with the 800*600 resolution ?

Ps : i'm using a french windows XP SP1 installation
underscorebios
That's right sherpya, in ver 0.9 property window caption and buttons are in italian.
Wich is ok for you lol since you are italian hehe. Other than that great work, looking forward to the next release.
Joshua
QUOTE (underscorebios @ Nov 21 2003, 08:15 PM)
That's right sherpya, in ver 0.9 property window caption and buttons are in italian.
Wich is ok for you lol since you are italian hehe. Other than that great work, looking forward to the next release.


@underscorebios
Hi, you can change it in XPE.inf

;0x1,"ControlSet001\Control\Nls\Language","InstallLanguage","0410"
; if you want German
0x1,"ControlSet001\Control\Nls\Language","InstallLanguage","0407"
0x1,"ControlSet001\Control\Nls\Language","Default","0407"

; if you want English
0x1,"ControlSet001\Control\Nls\Language","InstallLanguage","0409"
0x1,"ControlSet001\Control\Nls\Language","Default","0409"

Joshua
underscorebios
Thanks, worked like a charm wink.gif
sherpya
I was just thinking about this code...
CODE
; nls - not sure if it should be hardcoded


btw I think these lines should be commented at all
CODE
;0x1,"ControlSet001\Control\Nls\Language","InstallLanguage","0410"
;0x1,"ControlSet001\Control\Nls\Language","Default","0410"
guidorobben
[SourceDisksFiles]
;You can start the control panel by running control.exe in the run menu
control.exe=2

If you add this to one of the inf files you can start the control panel by running control.exe from the run menu. Did not add a shortcut for this..

guido
Trax
QUOTE (sherpya @ Nov 21 2003, 02:20 PM)
...
is not so easy too much stuff is changed from 0.4, what strings are not localized I can re-add registrations for it.
...

@sherpya

I would like to have a compleetly Dynamic Registratring xpe plugin, so i will try to make it by my self.

Could you please halp me a litle bit?

There are some entries in xpe-mmc.inf theirs source i can't found. How have you generated this datas? By registring dll, by installing a inf file or is it simply a copy from a working winxp?

xpe-mmc.inf:
QUOTE
; EventLog
0x1,"ControlSet001\Services\Eventlog","Description",
0x1,"ControlSet001\Services\Eventlog","DisplayName","EventLog"
0x4,"ControlSet001\Services\Eventlog","ErrorControl",0x1
0x1,"ControlSet001\Services\Eventlog","Group","Event log"
0x2,"ControlSet001\Services\Eventlog","ImagePath","%SystemRoot%\system32\services.exe"
0x1,"ControlSet001\Services\Eventlog","ObjectName","LocalSystem"
0x4,"ControlSet001\Services\Eventlog","PlugPlayServiceType",0x3
; FIXMEFIXME
0x4,"ControlSet001\Services\Eventlog","Start",0x3
0x4,"ControlSet001\Services\Eventlog","Type",0x20
0x1,"ControlSet001\Services\Eventlog","ComputerName","MiniNT"
0x2,"ControlSet001\Services\Eventlog\Application","DisplayNameFile","%SystemRoot%\system32\els.dll"
0x4,"ControlSet001\Services\Eventlog\Application","DisplayNameID",0x100
0x2,"ControlSet001\Services\Eventlog\Application","File","%temp%\AppEvent.Evt"
0x4,"ControlSet001\Services\Eventlog\Application","MaxSize",0x80000
0x1,"ControlSet001\Services\Eventlog\Application","PrimaryModule","Application"
0x4,"ControlSet001\Services\Eventlog\Application","Retention",0x93a80
0x7,"ControlSet001\Services\Eventlog\Application","Sources","WSH","WMIAdapter","WmdmPmSN","WinMgmt","Winlogon","Windows Product Activation","Windows 3.1 Migration","WebClient","VSS","VBSDIDB","VBRuntime","Userinit","Userenv","UploadM","Tlntsvr","SysmonLog","SpoolerCtrs","Software Installation","SclgNtfy","SceSrv","SceCli","safrslv","SAFrdms","PerfProc","PerfOS","PerfNet","Perfmon","Perflib","PerfDisk","Perfctrs","Offline Files","Oakley","Ntbackup.ini","ntbackup","MsiInstaller","MSDTC Client","MSDTC","mnmsrvc","Microsoft H.323 Telephony Service Provider","Microsoft Fax","McUpdate","McLogEvent","LoadPerf","Java VM","HelpSvc","Folder Redirection","File Deployment","EventSystem","ESENT","EAPOL","DrWatson","DiskQuota","DataDynamics ActiveBar 1.0","crypt32","COM+","Ci","Chkdsk","Automation Manager","AutoEnrollment","Autochk","Application Management","Application Hang","Application Error","apphelp",".NET Runtime","Application"
0x4,"ControlSet001\Services\Eventlog\Application","RestrictGuestAccess",0x1
0x1,"ControlSet001\Services\Eventlog\Application",,"mnmsrvc"
0x4,"ControlSet001\Services\Eventlog\Application\.NET Runtime","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\.NET Runtime","EventMessageFile","%SystemRoot%\System32\mscoree.dll"
0x2,"ControlSet001\Services\Eventlog\Application\Application Error","EventMessageFile","%SystemRoot%\System32\faultrep.dll"
0x4,"ControlSet001\Services\Eventlog\Application\Application Error","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\Application Hang","EventMessageFile","%SystemRoot%\System32\faultrep.dll"
0x4,"ControlSet001\Services\Eventlog\Application\Application Hang","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\Application Management","EventMessageFile","%SystemRoot%\System32\appmgmts.dll"
0x2,"ControlSet001\Services\Eventlog\Application\Application Management","ParameterMessageFile","%SystemRoot%\System32\kernel32.dll"
0x4,"ControlSet001\Services\Eventlog\Application\Application Management","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\AutoEnrollment","EventMessageFile","%SystemRoot%\System32\pautoenr.dll"
0x4,"ControlSet001\Services\Eventlog\Application\AutoEnrollment","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\Autochk","EventMessageFile","%SystemRoot%\System32\winlogon.exe"
0x4,"ControlSet001\Services\Eventlog\Application\Autochk","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\Automation Manager","EventMessageFile","%SystemRoot%\System32\autmgr32.exe"
0x4,"ControlSet001\Services\Eventlog\Application\Automation Manager","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\COM+","EventMessageFile","%SystemRoot%\System32\comres.dll"
0x2,"ControlSet001\Services\Eventlog\Application\COM+","CategoryMessageFile","%SystemRoot%\System32\comres.dll"
0x2,"ControlSet001\Services\Eventlog\Application\COM+","ParameterMessageFile","%SystemRoot%\System32\comres.dll"
0x4,"ControlSet001\Services\Eventlog\Application\COM+","TypeSupported",0x7
0x4,"ControlSet001\Services\Eventlog\Application\COM+","CategoryCount",0x75
0x2,"ControlSet001\Services\Eventlog\Application\Chkdsk","EventMessageFile","%SystemRoot%\System32\ulib.dll"
0x4,"ControlSet001\Services\Eventlog\Application\Chkdsk","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\Ci","EventMessageFile","%SystemRoot%\System32\query.dll"
0x2,"ControlSet001\Services\Eventlog\Application\Ci","CategoryMessageFile","%SystemRoot%\System32\query.dll"
0x4,"ControlSet001\Services\Eventlog\Application\Ci","TypesSupported",0x7
0x4,"ControlSet001\Services\Eventlog\Application\Ci","CategoryCount",0x1
0x4,"ControlSet001\Services\Eventlog\Application\DataDynamics ActiveBar 1.0","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\DiskQuota","EventMessageFile","%SystemRoot%\System32\dskquota.dll"
0x1,"ControlSet001\Services\Eventlog\Application\DiskQuota","TypesSupported","0x00000007"
0x2,"ControlSet001\Services\Eventlog\Application\DrWatson","EventMessageFile","%SystemRoot%\System32\drwtsn32.exe"
0x4,"ControlSet001\Services\Eventlog\Application\DrWatson","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\EAPOL","EventMessageFile","%SystemRoot%\System32\wzcsvc.dll"
0x4,"ControlSet001\Services\Eventlog\Application\EAPOL","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\ESENT","EventMessageFile","%SystemRoot%\System32\ESENT.dll"
0x2,"ControlSet001\Services\Eventlog\Application\ESENT","CategoryMessageFile","%SystemRoot%\System32\ESENT.dll"
0x4,"ControlSet001\Services\Eventlog\Application\ESENT","CategoryCount",0x10
0x4,"ControlSet001\Services\Eventlog\Application\ESENT","TypesSupported",0x7
0x4,"ControlSet001\Services\Eventlog\Application\EventSystem","CategoryCount",0x6
0x4,"ControlSet001\Services\Eventlog\Application\EventSystem","TypesSupported",0x7
0x2,"ControlSet001\Services\Eventlog\Application\EventSystem","CategoryMessageFile","%SystemRoot%\System32\comres.dll"


Thx

Trax
Joshua
QUOTE (sherpya @ Nov 21 2003, 09:43 PM)
I was just thinking about this code...
CODE
; nls - not sure if it should be hardcoded


btw I think these lines should be commented at all
CODE
;0x1,"ControlSet001\Control\Nls\Language","InstallLanguage","0410"
;0x1,"ControlSet001\Control\Nls\Language","Default","0410"

@sherpya
Hi, i think you are wrong.
without the Lines the language are english and not german.

regards Joshua
sherpya
@Trax
look into inf files there are commented RunOnceEx entries for each registry block, I've not removed the lines, just commented.
Anyway "grep-ing" into inf files I can give you this list, some of these fail to register, you need to remove.
CODE
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\100","001","atl.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\100","005","netcfgx.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\100","007","netman.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\100","008","cscui.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","000","ole32.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","001","oleaut32.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","003","mlang.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","005","browseui.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","008","shdocvw.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","011","urlmon.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","012","browsewm.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","013","mydocs.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","022","mshtml.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","023","mshtml.dll|DllInstall|I"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","024","mshtmled.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","050","msrating.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","051","hlink.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","052","vbscript.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","053","plugin.ocx|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","055","asctrls.ocx|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","057","||shmgrate.exe OCInstallUserConfigIE"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","060","scrobj.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","061","corpol.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","062","proctexe.ocx|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","070","mstime.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","071","dxtrans.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","072","dxtmsft.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","074","themeui.dll|DllInstall|I"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\101","075","desk.cpl|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\102","000","jscript.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\102","001","imgutil.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\102","002","shimgvw.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\102","003","pngfilt.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\102","004","msxml.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","000","actxprxy.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","003","inseng.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","004","iesetup.dll|DllInstall|i"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","005","webcheck.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","006","occache.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","007","occache.dll|DllInstall|i"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","008","cryptdlg.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","009","iepeers.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","010","msident.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","011","mobsync.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\104","012","licmgr10.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\300","001","wbem\wbemupgd.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","001","shell32.dll|DllInstall|I"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","002","shell32.dll|DllInstall|U"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","003","netshell.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","004","browseui.dll|DllInstall|I"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","005","shdocvw.dll|DllInstall|I"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","006","inetcpl.cpl|DllInstall|I"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","007","||ie4uinit.exe"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","008","urlmon.dll|DllInstall|i,HKLM"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","009","themeui.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\500","020","cdfview.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\600","001","devmgr.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\600","002","dfrgsnap.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\600","003","mycomput.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","000","tdc.ocx|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","001","msr2c.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","002","softpub.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","020","mmcndmgr.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","021","filemgmt.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","024","dmdskmgr.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","025","dfrgui.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","027","dmocx.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","028","dmview.ocx|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","029","sysmon.ocx|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","041","dmdlgs.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\803","042","dmintf.dll|DllRegisterServer"


Eventlog is grabbed from a running windows, I think not all entries are needed, also I use another python script to convert .csv files generated by inctrl5 to pe inf file. I've not yet released since it has some glitches and inf files need at least to be modifed a bit by hand
sherpya
@Joshua
... then? Maybe there is a way to get locale then set the correct values into registry,
Any suggestion is welcomed

I have Italian xp, is not really a good testbed since Italian windows leaves a bunch of word untranslated
torchta
sherpya
I am still confused about how to add short cuts to the menu and the desktop. I am trying to do one for winimage a plug in that some one created and am not having any luck. unsure.gif

Great work by the way!

Second in the xpe.inf you have some files that are patched files, where can a person get the patched files
darthyoda6
Out of curiosity, where do you get inctrl5 from. I've looked on the net, but can't find it. Also in the mmc plugin, I can't find dmutil.dll, and in the wmi plugin I can't find:

csv.xsl
hform.xsl
htable.xsl
mof.xsl
policman.dll
rawxml.xsl
wmic.exe
xml.xsl
cli.mof
policman.mfl
policman.mof

I'm using the english sp1.
torchta
inctrl5 can be found on the bottom of the page


http://publicdata.home.comcast.net/peplugins.htm

http://publicdata.home.comcast.net/inctrl5.zip
mick
The setscreen.exe does seem to want to set my monitor to 85Mhz and this causes lots of screen flicker. Is there any way I can set the scren to use 85Mhz? Setscreen can do max of 75Mhz only.
Trax
@sherpya
Hi,
Thanks for a fast answer.

I have a few more questions:
1. In xpe-wmi.inf are many entries made by installing *.inf (wbemsnmp.inf, cimwin32.inf, ...) where can I found this files?
2. In xpe-mmc.inf is a small block generated by wmisvc.inf wher to get this inf file?
3. How was the registry entries in xpe-helpsys.inf generated?
4. In xpe-crypto.inf after the block created from regsvr32 initpki.dll is an next not descripted block (...) how was this block created?

CODE
; ------------------------------------------------------------------------------------------------
0x1,"Microsoft\Cryptography","MachineGuid","12345678-abcd-ef12-1234-deadbeefbabe"
0x3,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (4K)","ATR",3b,27,00,80,65,a2,04,01,01,37
0x3,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (4K)","ATRMask",ff,ff,ff,ff,ff,ff,e5,ff,ff,ff
0x1,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (4K)","Crypto Provider","Gemplus GemSAFE Card CSP v1.0"
0x3,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (8K)","ATR",3b,a7,00,40,00,80,65,a2,08,00,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (8K)","ATRMask",ff,ff,ff,ff,00,ff,ff,ff,ff,00,00,00
0x1,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (8K)","Crypto Provider","Gemplus GemSAFE Card CSP v1.0"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 4K","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 4K","ATR",3b,e2,00,00,40,20,49,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 4K","ATRMask",ff,ff,ff,ff,ff,ff,ff,00
0x1,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 4K","Crypto Provider","Schlumberger Cryptographic Service Provider"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K","ATR",3b,85,40,20,68,01,01,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K","ATRMask",ff,ff,ff,ff,ff,ff,ff,00,00


Thanks again

Trax
sherpya
ok, it's not yet finished but I think it could be usefull, you can download my install control 5 script converter here

@Trax
Some .inf are code from windows installation files, for wmi stuff .inf files are .inf files generated form inctrl2pe.py from relative .dll file, so I've named it .inf taking the name from the converted script.
Not commented blocks were created from registry export of a running windows xp. (12345678-abcd-ef12-1234-deadbeefbabe is not a real machine guid wink.gif)

Most of these blocks come from a "regsvr32.exe somedll.dll" output of inctrl5

@torchta

Menu entries syntax is rather simple, you can just ignore String Table stuff:
CODE
0x1,"Sherpya\XPEinit\Desktop","WinImage","%SystemDrive%\Programs\WinImage\WinImage.exe"


@darthyoda6
WMI is a pain, too different for each windows locale/version, disable it for now I'm not really sure it's working at all

@mick
I think it depens by vga and monitor "drivers".
mick
@Sherpya

There is a small bug? When I created menu with a few levels deep (3 or 4) xpeinit appears to cut off and creates an invalid menu entry.

If above is created as :

CODE
0x1,"Sherpya\XPEinit\Desktop","CDRW\Utility\Util\WinImage","%SystemDrive%\Programs\WinImage\WinImage.exe"


Somehow xpeinit only goes to say Utility and create an item Winimage but not linkesd to the exe file. Have you put a 32byte lenght limit?
sherpya
@mick
I'll check it, btw why creating deep levels on Desktop?
sherpya
I have no problem with this entry, the limit is MAX_PATH, it should be 256 byte, I can extend it but I should to do all stuff using unicode.
Note, WinImage needs crtdll.dll to work.
I've also longer entries:
CODE
0x2,"Sherpya\XPEinit\Programs","Winternals ERD Commander 2002\Set ERD Target Root","%SystemRoot%\System32\ErdRoot.exe||%SystemDrive%\Programs\erdcmd2002\compmgmt.exe,3"
0x2,"Sherpya\XPEinit\Programs","Winternals ERD Commander 2002\RegEdit","%SystemDrive%\Programs\erdcmd2002\regedit.exe"
0x2,"Sherpya\XPEinit\Programs","Winternals ERD Commander 2002\Change Password (locksmith)","%SystemDrive%\Programs\erdcmd2002\locksmith.exe"
0x2,"Sherpya\XPEinit\Programs","Winternals ERD Commander 2002\Computer Management","%SystemDrive%\Programs\erdcmd2002\compmgmt.exe"


(my erd2002 xpe edition plugin)
winnydows
to ALL
RIGHT wink.gif explorer toolbar for XPE.

CODE
;xpe-custom.inf
[Default.AddReg]
; RIGHT explorer toolbar
0x0,"Software\Microsoft\Internet Explorer\Toolbar"
0x4,"Software\Microsoft\Internet Explorer\Toolbar","Locked",0x1
0x3,"Software\Microsoft\Internet Explorer\Toolbar","{710EB7A1-45ED-11D0-924A-0020AFC7AC4D}",\
 07,00,00,00,f2,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,20,\
 01,00,00,00,00,00,00,f3,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,\
 9d,61,21,01,00,00,00,00,00,00,f7,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,\
 c0,4f,c9,9d,61,30,01,00,00,04,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fa,03,00,00,7e,69,79,1e,c5,\
 9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,23,01,00,00,04,00,00,00,fb,03,00,00,7e,69,\
 79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,33,01,00,00,04,00,00,00,ff,ff,ff,\
 ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 ff,03,00,00,a1,b7,0e,71,ed,45,d0,11,92,4a,00,20,af,c7,ac,4d,1f,70,00,00,00,\
 00,00,00,00,04,00,00,a1,b7,0e,71,ed,45,d0,11,92,4a,00,20,af,c7,ac,4d,1e,70,\
 00,00,00,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,06,04,00,00,a1,b7,0e,71,ed,45,d0,11,92,4a,00,20,\
 af,c7,ac,4d,19,70,00,00,04,00,00,00,05,04,00,00,a1,b7,0e,71,ed,45,d0,11,92,\
 4a,00,20,af,c7,ac,4d,18,70,00,00,04,00,00,00,07,04,00,00,a1,b7,0e,71,ed,45,\
 d0,11,92,4a,00,20,af,c7,ac,4d,1a,70,00,00,04,00,00,00,ff,ff,ff,ff,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,04,00,00,\
 a1,b7,0e,71,ed,45,d0,11,92,4a,00,20,af,c7,ac,4d,11,70,00,00,04,00,00,00,02,\
 04,00,00,a1,b7,0e,71,ed,45,d0,11,92,4a,00,20,af,c7,ac,4d,1b,70,00,00,04,00,\
 00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,04,04,00,00,a1,b7,0e,71,ed,45,d0,11,92,4a,00,20,af,c7,ac,4d,\
 13,70,00,00,04,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,03,04,00,00,a1,b7,0e,71,ed,45,d0,11,92,4a,\
 00,20,af,c7,ac,4d,31,70,00,00,04,00,00,00

0x0,"Software\Microsoft\Internet Explorer\Toolbar\WebBrowser"
0x3,"Software\Microsoft\Internet Explorer\Toolbar\WebBrowser","{01E04581-4EEE-11D0-BFE9-00AA005B4383}",\
 81,45,e0,01,ee,4e,d0,11,bf,e9,00,aa,00,5b,43,83,10,00,00,00,00,00,00,00,01,\
 e0,32,f4,01,00,00,00
0x3,"Software\Microsoft\Internet Explorer\Toolbar\WebBrowser","{0E5CBF21-D15F-11D0-8301-00AA005B4383}",\
 21,bf,5c,0e,5f,d1,d0,11,83,01,00,aa,00,5b,43,83,22,00,1c,00,08,00,00,00,06,\
 00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,\
 02,00,00,00,00,00,c0,00,00,00,00,00,00,46,81,00,00,00,10,00,00,00,a0,5b,b6,\
 f4,e1,9d,c3,01,00,18,77,1a,21,9d,c3,01,00,13,fe,f4,e1,9d,c3,01,00,00,00,00,\
 00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,71,01,14,00,1f,\
 50,e0,4f,d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,2f,42,3a,5c,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,5c,00,31,00,00,00,00,00,\
 5d,2f,5b,2f,10,00,44,4f,43,55,4d,45,7e,31,00,00,44,00,03,00,04,00,ef,be,5d,\
 2f,5b,2f,5c,2f,00,38,14,00,00,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,\
 74,00,73,00,20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,\
 00,67,00,73,00,00,00,18,00,48,00,31,00,00,00,00,00,5d,2f,5b,2f,12,00,44,45,\
 46,41,55,4c,7e,31,00,00,30,00,03,00,04,00,ef,be,5d,2f,5b,2f,5c,2f,00,38,14,\
 00,00,00,44,00,65,00,66,00,61,00,75,00,6c,00,74,00,20,00,55,00,73,00,65,00,\
 72,00,00,00,18,00,56,00,31,00,00,00,00,00,5d,2f,75,2f,11,00,50,52,45,46,45,\
 52,7e,31,00,00,3e,00,03,00,04,00,ef,be,5d,2f,75,2f,5c,2f,00,38,14,00,28,00,\
 50,00,72,00,65,00,66,00,65,00,72,00,69,00,74,00,69,00,00,00,40,73,68,65,6c,\
 6c,33,32,2e,64,6c,6c,2c,2d,31,32,36,39,33,00,18,00,48,00,31,00,00,00,00,00,\
 5d,2f,0f,30,10,00,43,4f,4c,4c,45,47,7e,31,00,00,30,00,03,00,04,00,ef,be,5d,\
 2f,0f,30,5c,2f,00,38,14,00,00,00,43,00,6f,00,6c,00,6c,00,65,00,67,00,61,00,\
 6d,00,65,00,6e,00,74,00,69,00,00,00,18,00,00,00,00,00,00,00
0x3,"Software\Microsoft\Internet Explorer\Toolbar\WebBrowser","ITBarLayout",\
 11,00,00,00,4c,00,00,00,00,00,00,00,34,00,00,00,1b,00,00,00,52,00,00,00,01,\
 00,00,00,20,07,00,00,a0,0f,00,00,05,00,00,00,62,05,00,00,26,00,00,00,02,00,\
 00,00,21,07,00,00,a0,0f,00,00,04,00,00,00,21,01,00,00,a0,0f,00,00,03,00,00,\
 00,28,03,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00


Of course if you like this RIGHT smile.gif
Trax
@sherpya

I have succefuly transform MMC and Explorer plug in.
But I have a problem with the wmi plugin.
When explorer tryes to register some dll's it return errors.

QUOTE
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","002","wbem\cmprops.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","003","wbem\servdeps.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","004","wbem\wbemcntl.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","005","wbem\wbemsnmp.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","011","wbem\krnlprov.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","012","wbem\licwmi.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","013","wbem\mmfutil.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","016","wbem\ncprov.dll|DllRegisterServer"
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","044","wbem\wmiptimep.dll|DllRegisterServer"


But RegSvr32 wbem\somedll.dll works ok without errors. blink.gif

Thx

Trax

PS:
How was the entries for xpe-helpsys.inf created? (what dll/ocx need to be registred, or is it a copy grom working windows?)
sherpya
@trax
not all wmi dll regstrations are ok, removed the non-working ones.
Wmi service succesfully starts, but I can connect to the service using wbemtest.exe ;(
Helpsys work it made registering registrable dlls, register the ocx, some manual tweak, I think you don't need to do a dynamic registration since xpe-helpsys.inf has not localized stuff

@winnydows
Thx, I'll check and add it to xpe
darthyoda6
I know this has been answered before, but how do you get explorer to autoload. Right now, I have to launch it through run. Maybe it should be added to the nu2menu as well.

Thanks.
sherpya
you need to activate autorun plugin, or read the html file into xpe directory to use as main shell
darthyoda6
The startup group plugin is enabled. Now I'm confused. huh.gif
winnydows
sherpya

in xpe-custom.inf
CODE
; Remove "shortcut to" - doesn't seam to work
0x4,"Software\Microsoft\Windows\CurrentVersion\Internet Explorer","Show_FullURL",0x0

must be
CODE
; Remove "shortcut to"
0x3,"Software\Microsoft\Windows\CurrentVersion\Explorer","link",00,00,00,00

now it work.
Trax
@sherpya
Hi,
I have solved the problem with the Dll Registration.
The errors was coased by explorer after registring wbem\wbemupgd.dll.
But when i register this dll by RegSvr32 all works ok. blink.gif
CODE
0x1,"Microsoft\Windows\CurrentVersion\RunOnceEx\400","001","||xpeinit.exe cmd.exe /c regsvr32.exe %SystemRoot%\System32\wbem\wbemupgd.dll /s"


And I have two more questions:
1. Is the block (...) in xpe-crypto.inf a copy from WinXP Registry?
CODE
; ------------------------------------------------------------------------------------------------
0x1,"Microsoft\Cryptography","MachineGuid","12345678-abcd-ef12-1234-deadbeefbabe"
0x3,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (4K)","ATR",3b,27,00,80,65,a2,04,01,01,37
0x3,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (4K)","ATRMask",ff,ff,ff,ff,ff,ff,e5,ff,ff,ff
0x1,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (4K)","Crypto Provider","Gemplus GemSAFE Card CSP v1.0"
0x3,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (8K)","ATR",3b,a7,00,40,00,80,65,a2,08,00,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (8K)","ATRMask",ff,ff,ff,ff,00,ff,ff,ff,ff,00,00,00
0x1,"Microsoft\Cryptography\Calais\SmartCards\GemSAFE Smart Card (8K)","Crypto Provider","Gemplus GemSAFE Card CSP v1.0"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 4K","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 4K","ATR",3b,e2,00,00,40,20,49,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 4K","ATRMask",ff,ff,ff,ff,ff,ff,ff,00
0x1,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 4K","Crypto Provider","Schlumberger Cryptographic Service Provider"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K","ATR",3b,85,40,20,68,01,01,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K","ATRMask",ff,ff,ff,ff,ff,ff,ff,00,00
0x1,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K","Crypto Provider","Schlumberger Cryptographic Service Provider"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K v2","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K v2","ATR",3b,95,15,40,00,68,01,02,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K v2","ATRMask",ff,ff,ff,ff,00,ff,ff,ff,00,00
0x1,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex 8K v2","Crypto Provider","Schlumberger Cryptographic Service Provider"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex ActivCard","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex ActivCard","ATR",3b,05,68,01,01,02,05
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex ActivCard","ATRMask",ff,ff,ff,ff,ff,ff,ff
0x1,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex ActivCard","Crypto Provider","Schlumberger Cryptographic Service Provider"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex e-gate","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex e-gate","ATR",3b,95,00,40,ff,62,01,01,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex e-gate","ATRMask",ff,ff,00,ff,ff,ff,ff,ff,00,00
0x1,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cryptoflex e-gate","Crypto Provider","Schlumberger Cryptographic Service Provider"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cyberflex Access 16K","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cyberflex Access 16K","ATR",3b,16,94,81,10,06,01,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cyberflex Access 16K","ATRMask",ff,ff,ff,ff,ff,ff,ff,00,00
0x1,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cyberflex Access 16K","Crypto Provider","Schlumberger Cryptographic Service Provider"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cyberflex Access Campus","Primary Provider",e8,e2,b7,19
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cyberflex Access Campus","ATR",3b,23,00,35,13,80
0x3,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cyberflex Access Campus","ATRMask",ff,ff,ff,ff,ff,ff
0x1,"Microsoft\Cryptography\Calais\SmartCards\Schlumberger Cyberflex Access Campus","Crypto Provider","Schlumberger Cryptographic Service Provider"
0x3,"Microsoft\Cryptography\Calais\SmartCards\Siemens SICRYPT Base CSP V2","ATR",3b,80,00,00,00,00,00,00,00,5c,50,43,53,80,00,00,d2,76,00,00,38,00,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Siemens SICRYPT Base CSP V2","ATRMask",ff,80,00,00,00,00,00,00,ff,ff,ff,ff,ff,80,00,00,ff,ff,ff,ff,ff,00,00,00
0x3,"Microsoft\Cryptography\Calais\SmartCards\Siemens SICRYPT Base CSP V2","Primary Provider",01,11,0f,a8,f8,d1,d0,11,b5,c5,00,a0,24,29,7e,d9
0x1,"Microsoft\Cryptography\Calais\SmartCards\Siemens SICRYPT Base CSP V2","Crypto Provider","Infineon SICRYPT Base Smart Card CSP"
0x1,"Microsoft\Cryptography\CatDBTempFiles",
0x1,"Microsoft\Cryptography\CatalogDB",


2.
QUOTE (sherpya @ Nov 22 2003, 10:24 PM)
@trax
Helpsys work it made registering registrable dlls, register the ocx, some manual tweak, I think you don't need to do a dynamic registration since xpe-helpsys.inf has not localized stuff

Now i will have 4 of 5 plugins dynamic registring but i would like to have 5 of 5 plugins. Could you please tell me how the entries in xpe-helpsys.inf was created.

thx

Trax
sherpya
itss.dll
itircl.dll
hhctrl.ocx

are registrable
other stuff is taken directly form a running windows xp
Trax
@All
I have try to test WMI but I'm getting error messages.
Wen I install sherpya WMI Plugin and use wbemtest.exe i get "Out of Memory".
Wen I install a dynamic registering WMI Plugin and use wbemtest.exe i get "Generic failure".

Can someone help me, please.

PS:
I have perform the tests on a emulator with 192 MB RAM and the RamDisk was 64MB Big.
FlukserCDS
ok this is probably been answered but i didn't see it here

Would it be possible to put the start bar on the bottom and numenu at the top.
Also what needs to be done to get the help file stuff working.

I've been working on help stuff for a while now but havent gotten it working either.

Here is what i have.


CODE
; Winhelp.inf
; PE Builder v3 plug-in INF file for Winhelp
; Created Flukstercds

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Winhelp"
Enable=1
Help=""

[WinntDirectories]
a="programs\Winhelp",2
b="i386\pchealth\helpctr\binaries\",2
c="i386\help\",2

[SourceDisksFiles]
Reg\*.*=a,,1
helpsvc.cmd=a,,1
winhlp32.exe=2
winhlp32.cnt=21
winhlp32.hlp=21
SHIMENG.DLL=2
ACSPECFC.DLL=60
SERWVDRV.DLL=2
UMDMXFRM.DLL=2
CTWDM32.DLL=2
MSCTF.DLL=2
CLBCATQ.DLL=2
COMRES.DLL=2
CSCUI.DLL=2
NTSHRUI.DLL=2
MSLBUI.DLL=2
IDLEMON.DLL=2,,1
DRPROV.DLL=2
DAVCLNT.DLL=2
SHGINA.DLL=2
helpsvc.exe=b,,1
helpctr.exe=b,,1
pchsvc.dll=b,,1
brpinfo.dll=b,,1
HCAppRes.dll=b,,1
HelpHost.exe=b,,1
hscmui.cab=b,,1
HscUpd.exe=b,,1
hscxpsp1.cab=b,,1
msconfig.exe=b,,1
msinfo.dll=b,,1
notiflag.exe=b,,1
pchdt_w3.cab=b,,1
pchshell.dll=b,,1
pchsvc.dll=b,,1
bnts.dll=c,,1
sniffpol.dll=c,,1
sstub.dll=c,,1
tshoot.dll=c,,1
cpanel.chq=c,,1
windows.chq=c,,1
plyr_err.chw=c,,1
conf.cnt=c,,1
connect.cnt=c,,1
mplayer2.cnt=c,,1
mshearts.cnt=c,,1
msnauth.cnt=c,,1
nocontnt.cnt=c,,1
progman.cnt=c,,1
ratings.cnt=c,,1
update.cnt=c,,1
windows.cnt=c,,1
winhlp32.cnt=c,,1
WPWIZ.CNT=c,,1






; Converted by Reg2PEInf 0.8 Beta (Windows Registry to PE-Builder Inf Converter)
; http://vb.nl.eu.org/homepage/reg2peinf.aspx

[Default.AddReg]

;.hlp
0x0, "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hlp"

0x0, "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hlp\OpenWithList"

0x0, "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hlp\OpenWithProgids"

"hlpfile"=hex(0):

;.chm
0x0, "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.chm"

0x0, "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.chm\OpenWithList"

0x0, "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.chm\OpenWithProgids"
0x1, "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.chm\OpenWithProgids", "chm.file",







[Software.AddReg]
0x0, "Classes\helpfile"
0x1, "Classes\helpfile", "", "Help File"

0x0, "Classes\helpfile\shell"
0x0, "Classes\Applications\winhlp32.exe"
0x1, "Classes\Applications\winhlp32.exe", "NoOpenWith", ""

0x0, "Classes\helpfile\shell\open"

0x0, "Classes\helpfile\shell\open\command"
0x1, "Classes\helpfile\shell\open\command", "", "winhlp32.exe %1"

0x0, "Classes\hlpfile"
0x1, "Classes\hlpfile", "", "Help File"

0x0, "Classes\hlpfile\DefaultIcon"



0x2, "Classes\hlpfile\DefaultIcon", "", "%SystemRoot%\System32\shell32.dll,23"

0x0, "Classes\hlpfile\shell"

0x0, "Classes\hlpfile\shell\open"

0x0, "Classes\hlpfile\shell\open\command"



0x2, "Classes\hlpfile\shell\open\command", "", "%SystemRoot%\System32\winhlp32.exe %1"


0x0, "Classes\.hlp"
0x1, "Classes\.hlp", "", "hlpfile"
0x1, "Classes\.hlp", "ZAMailSafeExt", "zla"


0x0, "Classes\.chm"
0x1, "Classes\.chm", "", "chm.file"

"ZAMailSafeExt"="zl4"



0x1,"Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}",,"Internet Explorer Help"
0x1,"Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}","ComponentID","HelpCont"
0x4,"Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}","IsInstalled",0x1
0x1,"Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}","Locale","*"
0x1,"Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}","Version","6,0,2800,1106"

0x1,"Classes\.chm",,"chm.file"
0x0,"Classes\chm.file"
0x1,"Classes\chm.file",,"Compiled HTML Help"
0x1,"Classes\chm.file\DefaultIcon",,"hh.exe,0"
0x2,"Classes\chm.file\shell\open\command",,"hh.exe %1"
0x1,"Classes\.hlp",,"hlpfile"
0x1,"Classes\hlpfile",,"Help File"
0x2,"Classes\hlpfile\DefaultIcon",,"%SystemRoot%\System32\shell32.dll,23"
0x2,"Classes\hlpfile\shell\open\command",,"%SystemRoot%\System32\winhlp32.exe %1"

0x1,"Classes\CLSID\{4662DAA5-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{4662DAA5-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.WordWheelBuild.4"
0x1,"Classes\CLSID\{4662DAA5-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.WordWheelBuild"
0x1,"Classes\CLSID\{4662DAA6-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAA6-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.Query.4"
0x1,"Classes\CLSID\{4662DAA6-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.Query"
0x1,"Classes\CLSID\{4662DAA7-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAA7-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.ResultSet.4"
0x1,"Classes\CLSID\{4662DAA7-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.ResultSet"
0x1,"Classes\CLSID\{4662DAA8-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAA8-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.LocalWordWheel.4"
0x1,"Classes\CLSID\{4662DAA8-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.LocalWordWheel"
0x1,"Classes\CLSID\{4662DAA9-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAA9-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.LocalDatabase.4"
0x1,"Classes\CLSID\{4662DAA9-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.LocalDatabase"
0x1,"Classes\CLSID\{4662DAAA-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAAA-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.LocalCatalog.4"
0x1,"Classes\CLSID\{4662DAAA-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.LocalCatalog"
0x1,"Classes\CLSID\{4662DAAB-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAAB-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.LocalGroup.4"
0x1,"Classes\CLSID\{4662DAAB-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.LocalGroup"
0x1,"Classes\CLSID\{4662DAAC-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAAC-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.LocalGroupArray.4"
0x1,"Classes\CLSID\{4662DAAC-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.LocalGroupArray"
0x1,"Classes\CLSID\{4662DAAD-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAAD-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.IndexSearch.4"
0x1,"Classes\CLSID\{4662DAAD-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.IndexSearch"
0x1,"Classes\CLSID\{4662DAAE-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAAE-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.PropertyList.4"
0x1,"Classes\CLSID\{4662DAAE-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.PropertyList"
0x1,"Classes\CLSID\{4662DAAF-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAAF-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.StdWordBreaker.4"
0x1,"Classes\CLSID\{4662DAAF-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.StdWordBreaker"
0x1,"Classes\CLSID\{4662DAB0-D393-11D0-9A56-00C04FB68B66}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAB0-D393-11D0-9A56-00C04FB68B66}\ProgID",,"HHCtrl.SystemSort.666"
0x1,"Classes\CLSID\{4662DAB0-D393-11D0-9A56-00C04FB68B66}\VersionIndependentProgID",,"HHCtrl.SystemSort"
0x1,"Classes\CLSID\{4662DAB0-D393-11D0-9A56-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{4662DAB0-D393-11D0-9A56-00C04FB68BF7}\ProgID",,"ITIR.SystemSort.4"
0x1,"Classes\CLSID\{4662DAB0-D393-11D0-9A56-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.SystemSort"
0x1,"Classes\CLSID\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}",,"Microsoft InfoTech IStorage System"
0x1,"Classes\CLSID\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\InprocServer32","ThreadingModel","Both"
0x1,"Classes\CLSID\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\NotInsertable",
0x1,"Classes\CLSID\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\ProgID",,"MSITFS1.0"
0x1,"Classes\CLSID\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\VersionIndependentProgID",,"MSITFS"
0x1,"Classes\CLSID\{8FA0D5A8-DEDF-11D0-9A61-00C04FB68BF7}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{8FA0D5A8-DEDF-11D0-9A61-00C04FB68BF7}\ProgID",,"ITIR.EngStemmer.4"
0x1,"Classes\CLSID\{8FA0D5A8-DEDF-11D0-9A61-00C04FB68BF7}\VersionIndependentProgID",,"ITIR.EngStemmer"
0x1,"Classes\CLSID\{9D148290-B9C8-11D0-A4CC-0000F80149F6}",,"Microsoft InfoTech Protocol for IE 3.0"
0x1,"Classes\CLSID\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\InprocServer32","ThreadingModel","Both"
0x1,"Classes\CLSID\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\NotInsertable",
0x1,"Classes\CLSID\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\ProgID",,"MSITFS1.0"
0x1,"Classes\CLSID\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\VersionIndependentProgID",,"MSITFS"
0x1,"Classes\CLSID\{9D148291-B9C8-11D0-A4CC-0000F80149F6}",,"Microsoft InfoTech Protocols for IE 4.0"
0x1,"Classes\CLSID\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\InprocServer32","ThreadingModel","Both"
0x1,"Classes\CLSID\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\NotInsertable",
0x1,"Classes\CLSID\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\ProgID",,"MSITFS1.0"
0x1,"Classes\CLSID\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\VersionIndependentProgID",,"MSITFS"
0x1,"Classes\CLSID\{ADB880A4-D8FF-11CF-9377-00AA003B7A11}\InprocServer32","ThreadingModel","both"
0x1,"Classes\CLSID\{ADB880A4-D8FF-11CF-9377-00AA003B7A11}\ProgID",,"HHCtrl.FileFinder.1"
0x1,"Classes\CLSID\{ADB880A4-D8FF-11CF-9377-00AA003B7A11}\VersionIndependentProgID",,"HHCtrl.FileFinder"
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}",,"HHCtrl Object"
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\Control",
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}",
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\MiscStatus",,"0"
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\MiscStatus\1",,"131473"
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\ProgID",,"Internet.HHCtrl.1"
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\TypeLib",,"{ADB880A2-D8FF-11CF-9377-00AA003B7A11}"
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\Version",,"1.0"
0x1,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\VersionIndependentProgID",,"Internet.HHCtrl"
0x1,"Classes\CLSID\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}",,"Microsoft InfoTech IStorage for Win32 Files"
0x1,"Classes\CLSID\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\InprocServer32","ThreadingModel","Both"
0x1,"Classes\CLSID\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\NotInsertable",
0x1,"Classes\CLSID\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\ProgID",,"MSITFS1.0"
0x1,"Classes\CLSID\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\VersionIndependentProgID",,"MSITFS"
0x1,"Classes\HHCtrl.FileFinder.1\CLSID",,"{ADB880A4-D8FF-11CF-9377-00AA003B7A11}"
0x1,"Classes\HHCtrl.FileFinder\CLSID",,"{ADB880A4-D8FF-11CF-9377-00AA003B7A11}"
0x1,"Classes\HHCtrl.SystemSort.666\CLSID",,"{4662DAB0-D393-11D0-9A56-00C04FB68B66}"
0x1,"Classes\HHCtrl.SystemSort\CLSID",,"{4662DAB0-D393-11D0-9A56-00C04FB68B66}"
0x1,"Classes\ITIR.EngStemmer.4\CLSID",,"{8FA0D5A8-DEDF-11D0-9A61-00C04FB68BF7}"
0x1,"Classes\ITIR.EngStemmer\CLSID",,"{8FA0D5A8-DEDF-11D0-9A61-00C04FB68BF7}"
0x1,"Classes\ITIR.IndexSearch.4\CLSID",,"{4662DAAD-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.IndexSearch\CLSID",,"{4662DAAD-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalCatalog.4\CLSID",,"{4662DAAA-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalCatalog\CLSID",,"{4662DAAA-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalDatabase.4\CLSID",,"{4662DAA9-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalDatabase\CLSID",,"{4662DAA9-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalGroup.4\CLSID",,"{4662DAAB-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalGroupArray.4\CLSID",,"{4662DAAC-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalGroupArray\CLSID",,"{4662DAAC-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalGroup\CLSID",,"{4662DAAB-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalWordWheel.4\CLSID",,"{4662DAA8-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.LocalWordWheel\CLSID",,"{4662DAA8-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.PropertyList.4\CLSID",,"{4662DAAE-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.PropertyList\CLSID",,"{4662DAAE-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.Query.4\CLSID",,"{4662DAA6-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.Query\CLSID",,"{4662DAA6-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.ResultSet.4\CLSID",,"{4662DAA7-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.ResultSet\CLSID",,"{4662DAA7-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.StdWordBreaker.4\CLSID",,"{4662DAAF-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.StdWordBreaker\CLSID",,"{4662DAAF-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.SystemSort.4\CLSID",,"{4662DAB0-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.SystemSort\CLSID",,"{4662DAB0-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.WordWheelBuild.4\CLSID",,"{4662DAA5-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITIR.WordWheelBuild\CLSID",,"{4662DAA5-D393-11D0-9A56-00C04FB68BF7}"
0x1,"Classes\ITSProtocol",,"Microsoft InfoTech Protocols for IE 4.0"
0x1,"Classes\ITSProtocol\CLSID",,"{9D148291-B9C8-11D0-A4CC-0000F80149F6}"
0x1,"Classes\ITSProtocol\CurVer",,"ITSProtocol1.0"
0x1,"Classes\Interface\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}",,"IHHCtrl"
0x1,"Classes\Interface\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\ProxyStubClsid",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\ProxyStubClsid32",,"{00020424-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\TypeLib","Version","4.0"
0x1,"Classes\Interface\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\TypeLib",,"{ADB880A2-D8FF-11CF-9377-00AA003B7A11}"
0x1,"Classes\Interface\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}",,"_HHCtrlEvents"
0x1,"Classes\Interface\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\ProxyStubClsid",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\ProxyStubClsid32",,"{00020420-0000-0000-C000-000000000046}"
0x1,"Classes\Interface\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\TypeLib","Version","4.0"
0x1,"Classes\Interface\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\TypeLib",,"{ADB880A2-D8FF-11CF-9377-00AA003B7A11}"
0x1,"Classes\Internet.HHCtrl",,"HHCtrl Object"
0x1,"Classes\Internet.HHCtrl.1",,"HHCtrl Object"
0x1,"Classes\Internet.HHCtrl.1\CLSID",,"{ADB880A6-D8FF-11CF-9377-00AA003B7A11}"
0x1,"Classes\Internet.HHCtrl\CLSID",,"{ADB880A6-D8FF-11CF-9377-00AA003B7A11}"
0x1,"Classes\Internet.HHCtrl\CurVer",,"Internet.HHCtrl.1"
0x1,"Classes\MSFSStore",,"Microsoft InfoTech IStorage for Win32 Files"
0x1,"Classes\MSFSStore\CLSID",,"{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}"
0x1,"Classes\MSFSStore\CurVer",,"MSFSStore1.0"
0x1,"Classes\MSITFS",,"Microsoft InfoTech IStorage System"
0x1,"Classes\MSITFS\CLSID",,"{5D02926A-212E-11D0-9DF9-00A0C922E6EC}"
0x1,"Classes\MSITFS\CurVer",,"MSITFS1.0"
0x1,"Classes\MSITStore",,"Microsoft InfoTech Protocol for IE 3.0"
0x1,"Classes\MSITStore\CLSID",,"{9D148290-B9C8-11D0-A4CC-0000F80149F6}"
0x1,"Classes\MSITStore\CurVer",,"MSITStore1.0"
0x1,"Classes\PROTOCOLS\Handler\its","CLSID","{9D148291-B9C8-11D0-A4CC-0000F80149F6}"
0x1,"Classes\PROTOCOLS\Handler\ms-its","CLSID","{9D148291-B9C8-11D0-A4CC-0000F80149F6}"
0x1,"Classes\PROTOCOLS\Name-Space Handler",
0x1,"Classes\PROTOCOLS\Name-Space Handler\mk\*","CLSID","{9D148291-B9C8-11D0-A4CC-0000F80149F6}"
0x1,"Classes\TypeLib\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}",
0x1,"Classes\TypeLib\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\4.0",,"HHCtrl 4.0 Type Library"
0x1,"Classes\TypeLib\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\4.0\0",
0x1,"Classes\TypeLib\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\4.0\FLAGS",,"0"
0x1,"Microsoft\Internet Explorer","MkEnabled","Yes"
0x1,"Microsoft\Windows\ITStorage\Finders",".chm","{adb880a4-d8ff-11cf-9377-00aa003b7a11}"
0x2,"Classes\CLSID\{4662DAA5-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAA6-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAA7-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAA8-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAA9-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAAA-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAAB-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAAC-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAAD-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAAE-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAAF-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{4662DAB0-D393-11D0-9A56-00C04FB68B66}\InprocServer32",,"%SystemRoot%\system32\hhctrl.ocx"
0x2,"Classes\CLSID\{4662DAB0-D393-11D0-9A56-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\InprocServer32",,"%SystemRoot%\System32\itss.dll"
0x2,"Classes\CLSID\{8FA0D5A8-DEDF-11D0-9A61-00C04FB68BF7}\InprocServer32",,"%SystemRoot%\System32\itircl.dll"
0x2,"Classes\CLSID\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\InprocServer32",,"%SystemRoot%\System32\itss.dll"
0x2,"Classes\CLSID\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\InprocServer32",,"%SystemRoot%\System32\itss.dll"
0x2,"Classes\CLSID\{ADB880A4-D8FF-11CF-9377-00AA003B7A11}\InprocServer32",,"%SystemRoot%\system32\hhctrl.ocx"
0x2,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\InprocServer32",,"%SystemRoot%\system32\hhctrl.ocx"
0x2,"Classes\CLSID\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\ToolboxBitmap32",,"%SystemRoot%\system32\hhctrl.ocx, 104"
0x2,"Classes\CLSID\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\InprocServer32",,"%SystemRoot%\System32\itss.dll"
0x2,"Classes\PROTOCOLS\Handler\its",,"its: Asychronous Pluggable Protocol Handler"
0x2,"Classes\PROTOCOLS\Handler\ms-its",,"ms-its: Asychronous Pluggable Protocol Handler"
0x2,"Classes\TypeLib\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\4.0\0\win32",,"%SystemRoot%\system32\hhctrl.ocx"
0x2,"Classes\TypeLib\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\4.0\HELPDIR",,"%SystemRoot%\system32"


Also these reg keys are for help service but i cant seem to get them working either.

Help support
CODE
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{8E82AD02-D1A3-11D2-9374-00C04F72DAF7}]
@="Help and Support Services: Upload Manager"
"AppID"="{8E82AD01-D1A3-11D2-9374-00C04F72DAF7}"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOT\CLSID\{8E82AD03-D1A3-11D2-9374-00C04F72DAF7}]
@="Help and Support Services: Connection State"
"AppID"="{8E82AD01-D1A3-11D2-9374-00C04F72DAF7}"
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]
"Type"=dword:00000020
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
 00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
 6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"DisplayName"="Help and Support"
"DependOnService"=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,00,00
"DependOnGroup"=hex(7):00,00
"ObjectName"="LocalSystem"
"Description"="Enables Help and Support Center to run on this computer. If this service is stopped, Help and Support Center will be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start."
"FailureActions"=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,\
 00,01,00,00,00,64,00,00,00,01,00,00,00,64,00,00,00,00,00,00,00,64,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc\Parameters]
"ServiceDll"=hex(2):25,00,57,00,49,00,4e,00,44,00,49,00,52,00,25,00,5c,00,50,\
 00,43,00,48,00,65,00,61,00,6c,00,74,00,68,00,5c,00,48,00,65,00,6c,00,70,00,\
 43,00,74,00,72,00,5c,00,42,00,69,00,6e,00,61,00,72,00,69,00,65,00,73,00,5c,\
 00,70,00,63,00,68,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc\Enum]
"0"="Root\\LEGACY_HELPSVC\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001


[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}]
@="Help and Support"
"LocalizedString"="@explorer.exe,-7021"
"InfoTip"="@explorer.exe,-7001"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
 65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,34,\
 00,00,00

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
 64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\Instance]
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"command"="@shell32.dll,-12709"
"method"="Help"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\shellex]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}]
@=""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu]
@=""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder]
"Attributes"=dword:00000000


Help Srv

CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]
"Type"=dword:00000020
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
 00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
 6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"DisplayName"="Help and Support"
"DependOnService"=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,00,00
"DependOnGroup"=hex(7):00,00
"ObjectName"="LocalSystem"
"Description"="Enables Help and Support Center to run on this computer. If this service is stopped, Help and Support Center will be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start."
"FailureActions"=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,\
 00,01,00,00,00,64,00,00,00,01,00,00,00,64,00,00,00,00,00,00,00,64,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc\Parameters]
"ServiceDll"=hex(2):25,00,57,00,49,00,4e,00,44,00,49,00,52,00,25,00,5c,00,50,\
 00,43,00,48,00,65,00,61,00,6c,00,74,00,68,00,5c,00,48,00,65,00,6c,00,70,00,\
 43,00,74,00,72,00,5c,00,42,00,69,00,6e,00,61,00,72,00,69,00,65,00,73,00,5c,\
 00,70,00,63,00,68,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc\Enum]
"0"="Root\\LEGACY_HELPSVC\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001


Possible dup for help SRV

CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{833E4001-AFF7-4AC3-AAC2-9F24C1457BCE}]
@="Microsoft Help and Support Services"
"LocalServer32"="HelpSvc.exe"
"LocalService"="helpsvc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{833E4010-AFF7-4AC3-AAC2-9F24C1457BCE}]
@="Help and Support Services: Service"
"AppID"="{833E4001-AFF7-4AC3-AAC2-9F24C1457BCE}"
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{833E4012-AFF7-4AC3-AAC2-9F24C1457BCE}]
@="Help and Support Services: Package Updater"
"AppID"="{833E4001-AFF7-4AC3-AAC2-9F24C1457BCE}"
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8E82AD02-D1A3-11D2-9374-00C04F72DAF7}]
@="Help and Support Services: Upload Manager"
"AppID"="{8E82AD01-D1A3-11D2-9374-00C04F72DAF7}"
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8E82AD03-D1A3-11D2-9374-00C04F72DAF7}]
@="Help and Support Services: Connection State"
"AppID"="{8E82AD01-D1A3-11D2-9374-00C04F72DAF7}"
"ThreadingModel"="Both"
FlukserCDS
sherpya

holy sh!t it worked

Help is working

Just clean up what i posted earlier.
HLP files are working under your XPE with what i added
sherpya
Thx, I think I miss the help service..., I'll check for it
FlukserCDS
sherpya
can you post a new release with the working changes that have been posed in the last few days
sherpya
I'm testing a lot of stuff, It's not easy to follow also xpe (I've added entries but I have no much time to test it), Now I'm making java plugin for firebird.
mick
QUOTE (sherpya @ Nov 22 2003, 07:50 PM)
@mick
I'll check it, btw why creating deep levels on Desktop?

@Sherpya

I like to create menus like:-

Programs\SystemTools\HardwareTest\prog.exe
Programs\SystemTools\Utils&Apps\util.exe
....
Programs\Utils\Editors\mytexteditor.exe
Programs\Utils\Editors\ResourceEditors\PEResoueceExplorer.exe
Programs\Utils\Editors\ResourceEditors\ResHacker.exe
....

makes my menu more tidy...
this-is-me
@sherpya

Is there any way to enable "common tasks" in folders? I use that all the time.

Also, I noticed a "bug" in xpe latest version (related to localization):
If you click on tools>folder options in a folder, the cancel and apply are in another language.
underscorebios
@this-is-me
It's been answared elsewhere in this thread, pls check the url:

http://www.911cd.net/forums/index.php?show...pic=2503&st=165

@Mick
He said desktop because the original post was for desktop icons and not start menu entries, notice the "Sherpya\XPEinit\Desktop" instead of "Sherpya\XPEinit\Programs"

QUOTE
If above is created as :


CODE 

0x1,"Sherpya\XPEinit\Desktop","CDRW\Utility\Util\WinImage","%SystemDrive%\Programs\WinImage\WinImage.exe"




Somehow xpeinit only goes to say Utility and create an item Winimage but not linkesd to the exe file. Have you put a 32byte lenght limit?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.