Command Line Reference
Since version 1.6.0 it is possible to automate the registration or check-in process of applications with netECM:App. This is only possible if the package uses netECM:Launcher.
Parameters
| Parameter | Example | Description | Required |
|---|---|---|---|
| /SccmSite | /SccmSite=ClientSite | This value has to correspond with a site name in the sccmSites. | true |
| /AppPath | /AppPath=\server01\Dev_C01\Applications\ Microsoft\Microsoft_.NETFramework_4.5_001 | This value specifies the path to the application package which contains the package with a predefined structure, like it's created during the create folder process. | true |
| /Collection | /Collection=DSWR | The following values are possible: USWR: User targedted required application USWA: User targeted available application DSWR: Device targeted required application DSWA: Device targeted available application If no this parameter is not specified, no collections are created. | false |
Exit Codes
| Exit Code | Description |
|---|---|
| 0 | Success |
| 1 | Configuration Error |
| 2 | Runtime Error |
| 3 | Collections already exist |
| 4 | Deployment type configuration error. For example the folder structure does not match the metadata section in the LauncherConfig.XML |