vote up 0 vote down star

I need to manually edit some of the files inside of the .cmp file created by stsadm export command (or SharePoint Designer backup). I can extract the files and make the edits, but don't know how to properly re-compress the files so that the resulting .cmp file is valid for use with stsadm import.

flag

73% accept rate
I do think this question fits StackOVerflow better than ServerFault because it goes beyond what an admin would normally do. – Eugene Katz Sep 4 at 12:43
What do you need to change? – ArjanP Sep 7 at 11:52

3 Answers

vote up 1 vote down check

The format for CMP files is Microsoft CAB. So if you can find an archiving utility that will recompress to that format it may work.

Be careful as what you're doing probably isn't supported. Make sure it's thoroughly tested!

link|flag
vote up 0 vote down

Found that the -nofilecompression flag can be used to import uncompressed files, but still looking for the ability to re-compress the Content Migration Package (cmp).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.