Before I start, I'd like to acknowledge the fact that having strong opinions about an obscure Windows command-line utility is so not cool. I'm with you.
Things I don't like about using MAKECAB.EXE:
Copy-pasty version:
function Compress-Directory ($dir, $cabFileFullPathAndFilename) { [void][reflection.assembly]::LoadFile( "C:\Program Files\WSPBuilder\CabLib.dll") $c = new-object CabLib.Compress $c.CompressFolder($dir, $cabFileFullPathAndFilename, $null, 0) } Compress-Directory "C:\temp" "C:\sandbox\a.cab"
Remember Me
a@href@title, b, blockquote@cite, em, i, strike, strong, sub, sup, u
Powered by: newtelligence dasBlog 2.2.8279.16125
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2010, Peter Seale
E-mail