View Single Post
  #70 (permalink)  
Old 04-16-2010, 06:28 PM
bsarlo's Avatar
bsarlo
PPCGeeks Regular
Offline
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by badwolf View Post
so if i put the above in my xda_uc folder it will just copy to the same place or do I need a reg file made to do it?
No, you can do it several ways (so I've heard). SDConfig works for sure (SEE page 1 of this thread).

Here's what I've tried on NRG ROMs (Nothing has worked yet):

MORTSCRIPT:
Code:
XCopy( "\Storage Card\XDADirCopy\Program Files", "\Program Files", TRUE, TRUE )
XDA Registry:
Code:
Windows Registry Editor Version 5.00
[HKLM\Software\XDA\DirCopy]
"\\Program Files\"="\Storage Card\XDADirCopy\Program Files"
I'd prefer to do it without SDConfig so any help would be nice. Thanks.
Reply With Quote