|
brpo -> RE: SCCM Setup Windows and ConfigMgr action (7/7/2008 2:28:31 PM)
|
Hi the fact is that any variables you define (in sysprep, at collection or computer level or programmatically) are resolved before sysprep is used so that they can be replaced in the file. In your case, of course, this is not what you would like to do, as the variable should be read as is when sysprep runs. However, if you define other variables like %domain% for instance, it is required that those variables be resolved before being written in the sysprep.inf as sysprep does not take care of those external variables that exist in the TS, it just reads the inf file. It should be very easy to workaround the problem by using the variable of the os drive. This way, if you have different partitions, the correct one will always be used and the sysprep file won't have to be edited in case you don't use the C: drive for os install.
|
|
|
|