Quote:
Originally Posted by DomSim
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
|
I'm not sure if it's the same thing, but have you tried signing the .dll using MSsigner? I've never used dot fred task manager to register a dll, but it sounds like it might be 'signing' it. I've attached a zip I found at xda that has MSsigner in it. Just drag the dll on top of the .exe.