how to remove the default menu in ShellPackage Project

Questions about and code samples for automation process code snippets within Select.
Post Reply
dcerda
Posts: 1
Joined: Wed Oct 19, 2022 8:39 am

how to remove the default menu in ShellPackage Project

Post by dcerda »

I need to remove the creator menu automatically RibbonTab1, New Ribbon Tab
Attachments
menu.jpg
menu.jpg (50.83 KiB) Viewed 609 times
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: how to remove the default menu in ShellPackage Project

Post by BobRichards »

Original post: topic
  • To register the ProForm package in the default hive:
    • spregpkg.exe /m:register /p:OldPackageName.dll
    • select.exe /setup
  • To unregister the ProForm package from the default hive:
    • spregpkg.exe /m:unregister /p:OldPackageName.dll
    • select.exe /setup
  • To register the ProForm package in the Exp hive:
    • spregpkg.exe /m:register /rootsuffix:Exp /p:OldPackageName.dll
    • select.exe /setup
  • To unregister the ProForm package in the Exp hive:
    • spregpkg.exe /m:unregister /rootsuffix:Exp /p:OldPackageName.dll
    • select.exe /setup
Bob Richards, Senior Software Developer, SoftPro
Post Reply