RIS unattended, destination partition selection

  • Thread starter Thread starter flekso
  • Start date Start date
F

flekso

Using winnt.exe based unattended setup there is a /t switch that
selects the temp drive that becomes the destination partition, is
there a way to specify the same for the RIS unattended ?
 
if you want to be able to choose your installation partition during RIS
installation;you can change these two values in your .sif file:

[unattend]
autopartition=0

[<not remembering section name! :P]
repartition=no

after these changes;during RIS setup,it waits at text mode and lets you
choose or create desired partition.

Note:I myself was unable to use this with riprep images;but flat images
surely work.
 
Back
Top