Install Quick Menu Plus & configure it. Add what folders you want in the context menu. Then look for this key in the registry.
CODE
[HKEY_CURRENT_USER\Software\Darksky\QuickMenu]
Export the .reg file & put it in the Quick Menu directory.
Highlight all the files inside and add to archive & create an SFX with this comment:
CODE
Path=C:\Program Files\QuickMenu Plus
SavePath
Setup=regedit /s Settings.reg
Setup=regsvr32 QuickMenu.dll /s
Setup=regsvr32 QuickMenuBar.dll /s
Silent=1
Overwrite=1
i used the name "settings" fro my exported reg file.
hth