Recently I had to prepare a “Configuration Manager Servicedesk kit”. In the kit I added the Configuration Manager console and Client Center. The installation had a few challanges:
- Creating and specifying Setup.ini during the installation
- Installing the correct version of Client Center – X64 or X86 – depending on the architecture.
To solve the challenge I created a Task Sequence with these steps
- Use Toolkit package
- Gather
- Run Command
- Install software, select the Install Client Center X64.
- Install software, select the Install Client Center X86.
What are you gathering in the ‘Gather’ task?
There is definately a lot to learn about this topic. I really like all
the points you have made.