Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trondr committed Apr 20, 2018
1 parent 6d44640 commit 74aeaf1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ Dependency2="Test Application Service 2";"1.0.16239.2"
## Command line help

```
SccmTools 1.0.17046.5.c47980e - SccmTools provides a command for creating an SCCM 2012 application from a package definition file.
Copyright © github.com.trondr 2017
SccmTools 1.0.18110.10.1136d57 - SccmTools provides a command for creating an SCCM 2012 application from a package definition file.
Copyright © github.com.trondr 2018
Author: [email protected]
Usage: SccmTools.exe <command> [parameters]
Expand Down Expand Up @@ -247,6 +247,7 @@ CreateApplicationFromDefinition Create SCCM 2012 application from a package
Example: SccmTools.exe CreateApplicationFromDefinition /packageDefinitionFile="\\servername\appsource\Some Application 1.0\Pkg\PackageDefinition.sms"
Example (alternative): SccmTools.exe CreateApplicationFromDefinition /pf="\\servername\appsource\Some Application 1.0\Pkg\PackageDefinition.sms"
```

## Minimum Build Requirements
Expand All @@ -259,10 +260,4 @@ CreateApplicationFromDefinition Create SCCM 2012 application from a package
* Wix Toolset 3.8 (http://wix.codeplex.com/downloads/get/762937)
* System Center 2012 R2 Configuration Manager Console
* The directory '.\bin\Libs' must contain:
* **AdminUI.WqlQueryEngine.dll** (from the Configuration Manager Console)
* **DcmObjectModel.dll** (from the Configuration Manager Console)
* **Microsoft.ConfigurationManagement.ApplicationManagement.dll** (from the Configuration Manager Console)
* **Microsoft.ConfigurationManagement.ApplicationManagement.MsiInstaller.dll** (from the Configuration Manager Console)
* **Microsoft.ConfigurationManagement.DesiredConfiguration.dll
* **Microsoft.ConfigurationManagement.ManagementProvider.dll** (from the Configuration Manager Console)
* **Microsoft.Deployment.WindowsInstaller.dll** (from the Windows Installer XML Toolset)

0 comments on commit 74aeaf1

Please sign in to comment.