Quantcast
Channel: Microsoft Deployment Toolkit forum
Viewing all articles
Browse latest Browse all 11297

2013 Update 2 - Custom Settings processing?

$
0
0

We've recently created a new Deployment Toolkit to begin testing deployment of Windows 10. On Our previous install the CustomSettings.ini got rather bloated with all the different Task Sequences we had setup, as I head read up on how to get it work with different settings per TaskSequenceID. For this install we've cleaning things up a lot and are attempting to simplify, so I went the route of having the toolkit determine if the system was a desktop or laptop and that was it.

However, we still have some specialty task sequences for things like captures and certain kiosk systems. It seems like if I have a TaskSequenceID it my CustomSettings.INI the settings for the system type (laptop or desktop) are still applied though. How can I go about having the settings for a specific TaskSequenceID override everything else?

[Settings]
Priority=TaskSequenceID, Init, ByDesktop, ByLaptop, Default
Properties=MyCustomProperty, ComputerTypeName, ComputerSerialNumber

[Init]
ComputerSerialNumber=%SerialNumber%

[ByDesktop]
Subsection=Desktop-%IsDesktop%

[ByLaptop]
Subsection=Laptop-%IsLaptop%

[Desktop-True]
ComputerTypeName=D
;KACE
MandatoryApplications001={74a52e23-d671-43a0-98d9-8a70480e0ca8}
;LocalSettings
MandatoryApplications002={eaf36ede-a582-48e0-abdf-accb6634e70f}
;DunbarShortcuts
MandatoryApplications003={818d74cf-0713-48b7-a7b0-2209b9e29a50}
;Flash
MandatoryApplications004={8a7f2af7-d051-4c57-8d22-83dd9bd5abe8}
;CutePDF
MandatoryApplications005={87517f7e-3602-4b62-aa55-d777b382f14a}
;AdobeReader
MandatoryApplications006={4af8a631-8370-47e5-ac14-99b3bc743d61}
;DesktopPower
MandatoryApplications007={aa9d07da-ba22-4fae-a9c7-11821a39f991}
;DameWareHost
MandatoryApplications008={47f0b65b-2469-4e48-985b-809582731563}
;AdminUnlock
MandatoryApplications009={8b6a0675-8e64-420e-9390-3817a45a176a}
;DesktopBios
MandatoryApplications010={7bc5bc37-897d-4bac-805d-d8a6481d54b2}
;Java
MandatoryApplications011={ae1c4d5e-ab08-4dc6-b7a0-acecee0c0ac0}
;Chrome
MandatoryApplications012={5d35417e-7f59-4aa4-9fa0-4a2640524491}
;SymantecEndpoint
Applications001={68b3fd14-4c61-4500-8a82-c25d7815ceb2}

[Laptop-True]
ComputerTypeName=L
;KACE
MandatoryApplications001={74a52e23-d671-43a0-98d9-8a70480e0ca8}
;LocalSettings
MandatoryApplications002={eaf36ede-a582-48e0-abdf-accb6634e70f}
;DunbarShortcuts
MandatoryApplications003={818d74cf-0713-48b7-a7b0-2209b9e29a50}
;Flash
MandatoryApplications004={8a7f2af7-d051-4c57-8d22-83dd9bd5abe8}
;CutePDF
MandatoryApplications005={87517f7e-3602-4b62-aa55-d777b382f14a}
;AdobeReader
MandatoryApplications006={4af8a631-8370-47e5-ac14-99b3bc743d61}
;LaptopPower
MandatoryApplications007={6c59a3ac-c824-425d-951f-8727857ca57d}
;DameWareHost
MandatoryApplications008={47f0b65b-2469-4e48-985b-809582731563}
;AdminUnlock
MandatoryApplications009={8b6a0675-8e64-420e-9390-3817a45a176a}
;LaptopBios
MandatoryApplications010={09fef27c-bb87-4945-bd63-d728da98eb47}
;Java
MandatoryApplications011={ae1c4d5e-ab08-4dc6-b7a0-acecee0c0ac0}
;Chrome
MandatoryApplications012={5d35417e-7f59-4aa4-9fa0-4a2640524491}
;Websense
MandatoryApplications013={b54edffd-3404-4600-bf3c-1c6046d1685f}
;SymantecEndpoint
Applications001={68b3fd14-4c61-4500-8a82-c25d7815ceb2}

[CAPTURE10X64]
SkipCapture=NO

[Default]
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YES
SkipUserData=YES
SkipSummary=YES
SkipFinalSummary=YES
FinishAction=REBOOT
GPOPackPath=Dunbar
JoinWorkgroup=WORKGROUP
SkipDomainMembership=YES
SkipComputerName=YES
OSDComputername=DUN-%ComputerTypeName%-%ComputerSerialNumber%
TimeZoneName=Eastern Standard Time
SkipTimeZone=YES
SkipLocaleSelection=YES

BitsPerPel=32
VRefresh=60
XResolution=1280
YResolution=1024


Viewing all articles
Browse latest Browse all 11297

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>