Skip to content

Commit

Permalink
Simplify CMPackager Setup
Browse files Browse the repository at this point in the history
Simplify CMPackager Setup:
On first run CMPackager will open a setup GUI. Should simplify initial setup significantly. CMPackager.prefs has also been added to .gitignore, so it will not be overwritten on clone.
Resolves #26
  • Loading branch information
asjimene committed Feb 24, 2020
1 parent dbc91a8 commit bb96391
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 72 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

ExtraFiles/Scripts/AppleSUCatalog.sucatalog
CMPackager.prefs

# Ignore Recipes Folder
Recipes/*
Expand Down
4 changes: 1 addition & 3 deletions CMPackager.prefs → CMPackager.prefs.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
<!-- IconRepo - [String] Repository for Application Icons to be used in software Center -->
<IconRepo>\\Server\Share\Apps\Application Icons</IconRepo>
<!-- SCCMSite - [String] SCCM Site Name -->
<CMSite>SITE:</CMSite>
<CMSite>PS1:</CMSite>
<!-- FQDN of the Primary Site Server -->
<SiteServer>primarysite.contoso.com</SiteServer>
<!-- RequirementsTemplateAppName - [String] Application used to copy requirements rules from -->
<RequirementsTemplateAppName>Application Requirements Template 1</RequirementsTemplateAppName>
<!-- NoVersionInSWCenter - [Boolean] Set to True to have Application Titles in Software Center with no version (Will Display in SW Center as "$Appname" instead of "$Appname $Appversion" -->
<NoVersionInSWCenter>False</NoVersionInSWCenter>
<!-- Email Preferences - An Email can optionally be sent after packaging is complete if any applications were Packaged -->
Expand Down
Loading

0 comments on commit bb96391

Please sign in to comment.