LSPackageTools
cmdlets
We have created some PowerShell tools to make package creation easier, you can get these tools with Update Service:
Import-Module UpdateService
Install-UscPackage -Id 'ls-package-tools'
This will install a set of PowerShell modules that you can import into your PS session:
Import-Module LsPackageTools\AddinPackageCreator
Import-Module LsPackageTools\AppPackageCreator
Import-Module LsPackageTools\DatabasePackageCreator
Import-Module LsPackageTools\LicensePackageCreator
Import-Module LsPackageTools\ObjectPackageCreator
How to use these tools will be described in the next steps.
Warning
The modules will only be available in PS sessions started after installation.