Skip to content

Commit bb96391

Browse files
committed
Simplify CMPackager Setup
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
1 parent dbc91a8 commit bb96391

File tree

4 files changed

+441
-72
lines changed

4 files changed

+441
-72
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
ExtraFiles/Scripts/AppleSUCatalog.sucatalog
3+
CMPackager.prefs
34

45
# Ignore Recipes Folder
56
Recipes/*
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
<!-- IconRepo - [String] Repository for Application Icons to be used in software Center -->
1010
<IconRepo>\\Server\Share\Apps\Application Icons</IconRepo>
1111
<!-- SCCMSite - [String] SCCM Site Name -->
12-
<CMSite>SITE:</CMSite>
12+
<CMSite>PS1:</CMSite>
1313
<!-- FQDN of the Primary Site Server -->
1414
<SiteServer>primarysite.contoso.com</SiteServer>
15-
<!-- RequirementsTemplateAppName - [String] Application used to copy requirements rules from -->
16-
<RequirementsTemplateAppName>Application Requirements Template 1</RequirementsTemplateAppName>
1715
<!-- 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" -->
1816
<NoVersionInSWCenter>False</NoVersionInSWCenter>
1917
<!-- Email Preferences - An Email can optionally be sent after packaging is complete if any applications were Packaged -->

0 commit comments

Comments
 (0)