mage -Sign MyApp.application -CertFile mycert.pfx -Password yourpassword Helpful Tips
: Use the -FromDirectory option to automatically include all assemblies in a folder. Mage Exe Net 4.0
mage -New Deployment -AppManifest 1.0.0.0\MyApp.exe.manifest -ToFile MyApp.application mage -Sign MyApp
: As a command-line tool, it is easily integrated into automated build scripts and batch processes. Mage Exe Net 4.0
mage -New Application -FromFile MyApp.exe.manifest -Version 1.0.0.0 -FromDirectory .
: Generate new application and deployment manifests from scratch or based on existing directory structures using the -New command.