PDA

View Full Version : How to register 64-bit shell extension


pico
08-13-2008, 05:22 AM
How can I register 64-bit shell extension DLL from Setup Factory installer ?

jassing
08-13-2008, 02:35 PM
How can I register 64-bit shell extension DLL from Setup Factory installer ?

are you trying to register an activex dll or just add something to the registry?

If activex, trying shelling to regsrvr; if update the registry; do a search for my registry64.lua file...

pico
08-14-2008, 09:08 AM
Nevermind, I wrote my own 64-bit exe that registers 64-bit shell extensions. I simply execute .exe file from the installer.

jassing
08-14-2008, 11:03 AM
Nevermind, I wrote my own 64-bit exe that registers 64-bit shell extensions. I simply execute .exe file from the installer.

care to share? I'm still unclear on what you were trying to do...

pico
08-15-2008, 03:23 PM
care to share? I'm still unclear on what you were trying to do...

Shell extension that adds right-click menu to Windows Explorer.

Need to have 64-bit register function to register 64-bit shell extension in x64 versions of Windows. You do not have that in Setup Factory. Because your 32-bit installer cannot load 64-bit DLLs for COM registration.

jassing
08-15-2008, 03:26 PM
Shell extension that adds right-click menu to Windows Explorer.

Need to have 64-bit register function to register 64-bit shell extension in x64 versions of Windows. You do not have that in Setup Factory. Because your 32-bit installer cannot load 64-bit DLLs for COM registration.

so you're not willing to share your solution?

pico
08-17-2008, 02:11 AM
so you're not willing to share your solution?

I simply wrote a x64 version of regsvr32 and included it with the installer.