Quote:
Originally Posted by rainabba
I dealt with that quite a bit the other day and it was one of two things. Either a module had both a file and folder of the same name when it should only have the folder. For example, mscoree.dll which is part of .Net was one that gave me trouble.
The 2nd cause is actually directly related to the first I think. If your SYS contains a module in folder form, but another kitchen has it in file form, you see this.
Ultimately I think it's because Vista freaks out when you ask it to overwrite a file with a folder of the same name. File -> File or Folder -> Folder is fine, but not one to the other.
My solution was to clean out file instances or entire modules from SYS when they existed somewhere else.
EDIT: After reading Drellisdee's response, I'm remembering another issue I had and perhaps this was what I experienced. Following are other steps I took that ultimately did the trick, though I'm not positive which did it. - "Take Ownership" of your temp folder. Though this should already be done, in my case it wasn't and I have no explanation (and I'm the domain admin)
- Drop to a cmd window. CD to the \Kitchens folder, and run "attrib -H -S -R *.* /S /D" to ensure all files are visible, and writable.
- Consider leaving the 2119x SYS folders expanded instead of archived. (Thanks to dan-htc for that tip). Things run quicker and it saves you time setting things up.
|
If Drellisdee's option doesn't work, I'll try this. Drell played a big role in getting me this far, and hasn't steered me wrong yet! But I take all the input I can get, because you never know when an issue is going to come up that very few people have come accross.
Quote:
Originally Posted by drellisdee
Its from the option.xml (or lack thereof) in the both common & qvga . These options have a dsm in them to include or exclude the pkg mainly for welcome center, sim_tkit etc. Make sure the dsm in the option.xml actually matches whats in the sys_21198_common and sys_96DPI for ppck. In other words check the dsm and modify the option.xml as needed. Dsm is different from vga to qvga on certain items like transcriber etc and sometimes with using modded CHS resources the dsm are different from the WWE ones. Also, check the attributes on the dsm. Are they set to hidden, read only and system?? They should be set to unhidden, non read only and non system for ppck as the kitchen sets the proper attrib at the right point in the build process. I gave you the dos batch file to unhide them tplane use that one.
|
I'll give that a shot. Thanks. I did notice during the 0804 to 0409 MUI switching marathon that many files were not visible in the Chinese SYS for both 21195 and 21198. I checked all my properties in my File Explorer and made sure that "View Hidden Files" and everything was selected....but I did not think to use that BAT file...thought it was for closing files, not setting permissions.