Search the Community
Showing results for tags 'mulitple'.
-
Hi, if you are using UDI wizard to deploy your OS and If you want to have drivers installed for same laptop/machine but different OS you need to add a condition for both packages: 1. First you configure the operating systems in UDI wizard, then their name (Image Name, NOT display Name!) is what counts. 2. Then you implement OS into UDI task sequence, and for that to work you also use OSDImageName variable. For example Windows 7 x64 Enterprise you Add condition->TS variable->OSDImageName equals "Windows 7 x64 Enterprise", I got that name from UDI wizard. For Windows 8 x64 the same, just make another step including Install Operating system Windows 8 and change the variable according to the name. 3. Then create install driver steps both for different OS and also add the condition like bellow: You have to specify both conditions in order to work, otherwise it will install both driver packages. Thanks,