Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-12-15}
I need some mortscript help please. After all the research I've done, I thought the following would work:
Filename is My.mscr and it is placed in my XDA_UC folder on my storage card (using NRG ROM). This is what is in the file:
Copy("\Storage Card\My Documents\HOME.lnk","\Windows\Start Menu\Programs\")
Copy("\Storage Card\My Documents\Home.png","\Windows\")
Copy("\Storage Card\Program Files\WinMoSpeed\WinMoSpeed_710.lnk","\Windows\Sta rtUp\")
RegWriteString("HKLM","Security\Shell\Startinfo\St art\HOME.lnk","Icon","\Windows\Home.png")
RegWriteDWord("HKLM","Security\Shell\Startinfo\Sta rt\HOME.lnk","Rank", 999)
EXIT
None of the files get copied, but the registry keys are created (after a reset of course). I can't figure out why the files are not copied.
Thanks for any help!
Bum
|