Google Chrome 34 and 35 are still showing the same behaviour... Perform this test : - Launch packaged Chrome - Right click the "Blank" icon - Right click "Google Chrome" and select "Propert...
See more...
Google Chrome 34 and 35 are still showing the same behaviour... Perform this test : - Launch packaged Chrome - Right click the "Blank" icon - Right click "Google Chrome" and select "Properties" - Click "Change Icon" and notice the error message : Windows can't find the file %USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\Google Profile.ico That file exists in the package, and if you copy the "Google Profile.ico" from the capture folder to this location on the native environment, it works! As you probably notice, I did bold the word "Windows". If you use ProcMon to troubleshoot the behaviour, and look for "Google Profile.ico", you will see that the process "Explorer.exe" returns "PATH_NOT_FOUND". This is normal, because "Explorer.exe" does not and cannot run in the virtual environment. Another workaround than putting the file manually on the native environment, would be to rename the "%Local Appdata%\Google\Chrome\User Data\Default" to "%Local Appdata%\Google\Chrome\User Data\Default.old". Then create a new "Default" folder, with MERGED isolation. After the package is rebuilt, it should work fine. Google Chrome checks if this folder exists for this user, and if not, re-creates it. With the isolation being MERGED, it does create it in the user profile. For the Flash bit that does not work, did you follow that KB..? http://kb.vmware.com/kb/2037251