Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
At his blog Scott Yost treated us with a very cool powershell script to create xml files reqiured to build a .cab and install root certificates on windows mobile.
Since a customer just asked me for it, I thought I'll finish his script to allow several certificates to be inserted and actually create the .cab file (if you have cabarc.exe somewhere on your path)
use :
makecab.ps1 <file>
or
makecab.ps1 <folder>
To create a cab file with the same name.
Enjoy
Guillaume