MSFN Forum: Alternative location of Setup files when installing from HD media - MSFN Forum

Jump to content


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Alternative location of Setup files when installing from HD media

#21 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 23 October 2009 - 04:18 AM

View Postilko_t, on Oct 23 2009, 07:00 AM, said:

Now the best part:
SetupSourceDevice = \ArcName\multi(0)disk(0)rdisk(0)partition(1)
DID work :w00t:

Interesting :thumbup
Can be quite useful ....


#22 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 24 October 2009 - 01:15 AM

A few notes:

Using in winnt.sif [setupdata]
SetupSourceDevice = \ArcName\multi(0)disk(0)rdisk(0)partition(1)

results in broken DosPath in $winnt$.inf, which key is created and used as source path at start of GUI, thus source cannot be found.

[Data]
floppylessbootpath = "\Device\HardDisk1\partition1"
...
...
sourcepath = "\arcname\multi(0)disk(0)rdisk(0)partition(1)\xp_pro\"
MsDosInitiated = "0"
floppyless = "1"
dospath=GLOBALROOT\Device\Harddisk0\Partition1\XP_PRO\


Changing sourcepath to the value of floppylessbootpath (created by Text mode with the proper path where Setup was booted from), before start of GUI using fake setup, results in properly created dospath:

floppylessbootpath = "\Device\HardDisk1\partition1"
sourcepath = "\Device\HardDisk1\partition1\xp_pro\"
dospath = U:\xp_pro\


Just tested this with full XP install till first desktop.

Another note- as mentioned in KB article, having unattended section and oempreinstall=yes results in migrate.inf being ignored. During Text mode stick is U:, but at GUI is E: or whatever.
http://support.microsoft.com/kb/234048

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy