George Phillips Computer Services

This is the online workshop of GeorgePhillipsComputerServices.com . Here I'll keep a blog of technical details and solutions I encounter in my business and other activities. These tips could prove useful to you and keep you up and running. If you do encounter problems beyond your scope of expertise I'm just a click away. I can support you remotely via my website or visit your location. Just contact me on the CONTACT ME page and I'll be in touch with you shortly.

Thursday, May 28, 2009

Workaround to Install Java

I ran into a situation recently where Java needed to be installed on a pc but it would not install properly from the web or by running locally. Either msiexec.exe would crash or I would get a message similar to, "The Java cannot be downloaded to your machine. You are living in an embargoed country." After trying many things the solution that worked for me is below.

To install java do this:
- Start->Run->cmd
- go to your java directory (where the install .exe is located)
- type this command: {name of java executable}.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=c:\java\jre"

Hope it helps you like it helped me!

Wednesday, May 6, 2009

Need a .dll file?

If you need a .dll file to resolve an issue the best website I've seen to download various .dll's is http://www.dlldump.com/ .