View Single Post
  #8 (permalink)  
Old 01-28-2007, 05:22 AM
colonel's Avatar
colonel
Retired Staff
Offline
Location: Shawnee, KS
 
Join Date: Jan 2007
Posts: 2,434
Reputation: 508
colonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Still, go to this entry and paste it

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ram
ework\Installer\Assemblies\Reference\CustomMarshal ers, Version=2.0.0.0, Culture=
neutral, PublicKeyToken=969DB8053D3322AC!!!

This is where the error is since the batch is telling you this. Whether or not you edited it on purpose, this is were there is something wrong. I am guessing that it is a long string that is not formatted correctly due to word wrap or something else. Find that entry and upload it to me.

Oops, actually read you post and saw the link. Double back slashes when refering to a file

"DLL"="\\Windows\\FileAsFL.dll"

so it should be:


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\CustomMars halers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:0

Try that with all the entries, this is what I have:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Dra wing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Mes saging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Web .Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Win dows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Win dows.Forms.DataGrid, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactF ramework\Installer\Assemblies\Reference\System.Xml , Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC]
"\\Windows\\Microsoft .NET CF 2.0.GAC"=dword:00000000

it must have gotten converted somewhere. Let me know
__________________
Kitchen updates at www.ppckitchen.org and you can get BuildOS help Here

If you have been helped by me or would like to support developers like Olipro, helmi_c, and others please feel free to Donate

ALWAYS FLASH BACK TO YOUR CARRIER'S OFFICIAL ROM BEFORE TAKING YOUR PHONE IN FOR SERVICE OF ANY KIND

Reply With Quote