MSFN Forum: Vista Slipstreaming - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Vista Slipstreaming SETX error Rate Topic: -----

#1 User is offline   hmahadik 

  • Group: Members
  • Posts: 1
  • Joined: 04-April 08

Posted 04 April 2008 - 01:07 PM

Hey ppl,

I was slipstreaming Vista using WAIK. I am using the Fire Geier's guide. I tried to add applications to the dvd, but failed miserably. I can add updates, no problem, but adding applications was messed.

Anyways, after the system prep, I see a cmd window come up and it checks for all the drives that have the file AppsRoot.txt and then sets the environment variable to it, etc. But suddenly, it gives me an error when it detects some drive has it. Cant remember the error (too lazy to re-install just for the error) and then it shuts down. After i restart, it says the set up messed up.

This is the code I used...

 
cmd /c "cmdow @ /HID & FOR %i IN (C D E F G H I J K L N M) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m" 



#2 User is offline   gameadict 

  • Group: Members
  • Posts: 7
  • Joined: 14-June 04

Posted 09 April 2008 - 03:06 PM

I don't know if you've found your solution yet or not but I'm betting it has to do with the location of cmdow. If it doesn't reside in the system's current path at the time when you run this command, it will fail. I'd suggest just getting rid of it and just trying

cmd /c "FOR %i IN (C D E F G H I J K L N M) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m"


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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