Thanks Dietmar! But I'm not sure if the way you are using it will work for me. Right now, I'm going to have about 10 different images. (Software deployment is not up yet, so I have to make static images for the time being) Three of them will be: Windows XP SP3 ACPI Windows XP SP3 ACPI Uniprocessor Windows XP SP3 ACPI Multiprocessor The rest will be images built off of the three above, but have different software requirements. We are not using RIS. I will implement WDS though. If I am understanding you correctly, my Bootstrap.ini file on my ZTI Distribution share should look like this: [Settings] Priority=Model, Default
[Default] OSDINSTALLSILENT=1 OSDINSTALLPACKAGE=Windows XP SP3 ACPI OSDINSTALLPROGRAM=Windows XP SP3 ACPI Install
OSDINSTALLSILENT=1 OSDINSTALLPACKAGE=Windows XP SP3 ACPI Uniprocessor OSDINSTALLPROGRAM=Windows XP SP3 ACPI Uniprocessor Install OSDINSTALLSILENT=1 OSDINSTALLPACKAGE=Windows XP SP3 ACPI Multiprocessor OSDINSTALLPROGRAM=Windows XP SP3 ACPI Multiprocessor Install And my Bootstrap.ini for each of my images should look like this: [Settings] Priority=Default
[Default] OSDINSTALLSILENT=1 OSDINSTALLPACKAGE=WTS0000B OSDINSTALLPROGRAM=Windows XP SP3 ACPI Install ResourceRoot=\\%SMSDP%\SMSPKGC$\WTS00004 And: [Settings] Priority=Default
[Default] OSDINSTALLSILENT=1 OSDINSTALLPACKAGE=WTS0000C OSDINSTALLPROGRAM=Windows XP SP3 ACPI Uniprocessor Install ResourceRoot=\\%SMSDP%\SMSPKGC$\WTS00004 And: [Settings] Priority=Default
[Default] OSDINSTALLSILENT=1 OSDINSTALLPACKAGE=WTS0000D OSDINSTALLPROGRAM=Windows XP SP3 ACPI Multiprocessor Install ResourceRoot=\\%SMSDP%\SMSPKGC$\WTS00004 Does that look right?
|