An unsealed management pack can reference sealed management packs. An unsealed management pack cannot be referenced by any other management pack.
**************************************************
Generate a strong name
Have your key file ready, use the following command.
Use sn.exe -k filename.snk
**************************************************
Management pack sealing command given below
mpseal.exe SmartDrive.Samples.Discovery.xml /I "C:\Program Files\System Center Operations Manager 2007" /keyfile mp.snk /company "Collabera"
/I for indicating the location of existing system management packs
/company key is mandatory -> Collabera ;-)
**************************************************
Find the public key token using following command, after the sealing ofcourse
sn –T <managementpack>
**************************************************
Two tools are required to convert an Operations Manager 2005 management pack to an Operations Manager 2007 management pack: the Operations Manager 2005 Resource Kit tool, MP2XML, and the MPConvert conversion tool.
**************************************************
Register assembly with GAC
Gacutil.exe /i <Assembly Path>
**************************************************
Install assembly as a server resource
Installutil.exe /i <Assembly Path>
**************************************************