View Single Post
  #7796 (permalink)  
Old 09-10-2009, 10:25 PM
DomSim's Avatar
DomSim
Halfway to VIP Status
Offline
 
Join Date: Nov 2008
Posts: 735
Reputation: 1960
DomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

is there a sure fire way to register a dll when building in visual kitchen? i am trying to include safeinboxextender and have this in the app.reg,
Code:
REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}]
@="Inbox Softkey Menu Extension"

[HKEY_CLASSES_ROOT\CLSID\{47018836-A919-42f7-84AF-89257BA458BA}\InprocServer32]
@="\\Program Files\\SafeInboxExtender\\SafeInboxMenuExtensibility.dll"

[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
@="Inbox Context Menu Extension"

[HKEY_CLASSES_ROOT\CLSID\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}\InprocServer32]
@="\\Program Files\\SafeInboxExtender\\SafeInboxMenuExtensibility.dll"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View\{47018836-A919-42f7-84AF-89257BA458BA}]
@="Inbox Softkey Menu Extension"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Extensions\ContextMenus\Inbox\List_View_Context\{6F3A2AA2-D88D-4e3d-85C1-D5B403EAD4EF}]
@="Inbox Context Menu Extension"
and this in the app.dat to move the file

Code:
Directory("\Program Files\SafeInboxExtender"):-File("SafeInboxMenuExtensibility.dll","\Windows\SafeInboxMenuExtensibility.dll")
i know i dont need to move the file but it didnt work in the windows directory so i tried this.

the menu options "delete all" and "mark all as read" show up but when you click them they do not work right. now if i register the dll using dot fred task manager it works fine
Reply With Quote