Force the name of a context file

Hi all,

I use Unattend.xml files to perform custom contextualisation, those files are added in the context volume. (FILES_DS in template definition)

There are few differences between Windows 7 and Windows 10 Unattend file.

How can I upload two files Unattend_7.xml and Unattend_10.xml and force them to be rename Unattend.xml in the context volume ?

I hope I was clear.

Thanks

Hi Sam

The only way I can think of is to use the FILES directive in the template definition, and rename the files to ‘Unattend.xml’ and have them in different locations (e.g. http://server/win10/unattend.xml or http://server/win7/unattend.xml).

Adding an additional FILES datastore might work also.

Cheers