I have to install applications silently via MDT 2012 update 1 after installation of Windows 7 Pro with SP1 x86/x64 (older machines will be with x86 and new ones with x64 version of Windows). Also I have to copy some files and import some registry keys during application installation process but location of these files and registry keys differs in x86 and x64 version of Windows 7 Pro with SP1.
Some apps are common since there is only x86 version of these apps, but others are architecture specific such as Office 2010 and Symantec Endpoint Protection 12.
What should I do, create two post os installation task sequences (one for x86 and one for x64 Windows) or I can use only one post os installation task sequence and use some if statements in batch files which copies files and import registry keys in order to determine whether pc is with x86 or with x64 Windows.
If I have two post os installation task sequences is it possible to see different list of apps in deployment wizard depending on choosen post os installation task sequence. I read this worked well out of box in MDT 2010 but not in MDT 2012. Also is it possible to have different rules per task sequence (CustomSettings.ini file).
Thanks in advance!!!