So do the install application or install packages step(s) need to actually point to the app/pkg?
If so, what's the point of using the .ini file? Brian Sent from my iPhone > On Jun 1, 2014, at 10:45 PM, "Roland Janus" <[email protected]> wrote: > > Do you actually have “multiple install” steps in the TS? > The ini will only define the variables. For installing you need steps > referring to those. > > Have you checked the smsts.log for a reference to those variables for those > install steps? > > -R > > > From: [email protected] [mailto:[email protected]] > On Behalf Of Brian McDonald > Sent: Donnerstag, 29. Mai 2014 17:53 > To: [email protected]; [email protected] > Subject: [mssms] CS.ini processes rules but doesn't install apps in ZTI > deployment > > I'm using a CM12R2/MDT 2013 Integrated TS for OS deployment. Deployment to > target HW seems to be working well, but one thing that isn't is installation > of applications dynamically via the CS.ini file. > > The ZTIGather.log shows that the rules are processed, but my apps don't > install. Now, if I add the steps directly to the Task Sequence using the > Install Application or Install Package step, the apps install just fine. > > Is there something wrong with my rules file? See below. > > Thanks! > > Brian > > [Settings] > Priority=Model, ByDesktopType, ByLaptopType > Properties=MyCustomProperty > > [HP ProBook 6470b] > Packages001=PS10002D:Install FingerPrint > > [HP ProBook 6570b] > Packages001=PS10002D:Install FingerPrint > > [HP ProBook 6460b] > Packages001=PS10002D:Install FingerPrint > > [ByDesktopType] > Subsection=%DefaultGateway%-Desktop-%IsDesktop% > > [ByLaptopType] > Subsection=%DefaultGateway%-Laptop-%IsLaptop% > > [10.20.0.1-Desktop-True] > OSDComputerName=XYZDT-#Left("%SerialNumber%",8)# > MachineObjectOU= > Packages001=PS100016:Install FireFox > Packages002=PS100038:Install Java x64 > Applications001=Google Chrome 65.223.114 > Applications002=Adobe Flash Player 12.0.0.43 > Applications003=Adobe Reader 11.0.0.3 > > [10.20.0.1-Laptop-True] > OSDComputerName=YZLT-#Left("%SerialNumber%",8)# > MachineObjectOU= > Packages001=PS100016:Install FireFox > Packages002=PS100038:Install Java x64 > Applications001=Google Chrome 65.223.114 > Applications002=Adobe Flash Player 12.0.0.43 > Applications003=Adobe Reader 11.0.0.3 > >

