Comment #18 on issue 13044 by DefiaQ: Extensions fail to install if the user profile is on a different drive than %TEMP%. http://code.google.com/p/chromium/issues/detail?id=13044
after one of my friends' testing,i believe you just need make your %temp% as a junction/symbol link to reproduce the issue. steps: cd %temp% cd.. rmdir temp //make sure you close all your applications,including explorer.exe mklink /d temp c:\temp //or mklink /J temp c:\temp, you can link the folder(by either symbol links or junction) to any exist folder in any disks if you are using winxp you need to get a junction.exe instead. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
