pjhutch 0 Light Poster

No, that will not work. It is strictly tied to Mac hardware.

pjhutch 0 Light Poster

You can install Mac OS X only on Mac Hardware or on VirtualBox, also on Mac hardware only. It will not work anywhere else. Sorry.

pjhutch 0 Light Poster

I do come across this with some packages as they do not like to be run from network drives or other non-local drives. Copy the utility to a local folder on the local hard disk and then try to run it, then it should install ok.

pjhutch 0 Light Poster

Consider using a driver backup tool to backup drivers before wiping the system e.g. http://sourceforge.net/projects/drvback/

Also, consider using WsusOffline for offline installation of updates to various Windows OS' e.g. http://download.wsusoffline.net/

pjhutch 0 Light Poster

Why not sell your game via Steam, then get an instant market and a good selling point and they may be able to add protection for you?

http://www.steampowered.com/steamworks/FAQ.php

pjhutch 0 Light Poster

Try Media Portal for XP, its open source, so its free!

http://www.team-mediaportal.com/mediaportal-download

pjhutch 0 Light Poster

Try here:
http://www.microsoft.com/download/en/details.aspx?id=20682

or get DevC from:
http://www.bloodshed.net/devcpp.html

otherwise try EBay if the above are not suitable.

pjhutch 0 Light Poster

Try this:

template<class Entry>
void Binary_tree<Entry>::preorder(void (*visit)(Entry &))

and leave out the middle void.

pjhutch 0 Light Poster

There are two ways:
1. Open Services.msc and disable all the Microsoft Exchange services.

2. Open Add or Remove Programs and uninstall Microsoft Exchange (assuming you do not want it at all)

pjhutch 0 Light Poster

Looks like you need to install the drivers for the ATI Mobility Radeon X600 chipset in your Dell D810.

Drivers page:
http://support.dell.com/support/downloads/devices.aspx?c=us&cs=19&l=en&s=dhs&SystemID=Latitude%20D810&os=WW1&osl=EN

pjhutch 0 Light Poster

Update:
I tried the C:\Windows\inf\ie.inf method and it just made it very unstable, so I do not recommend that approach.

You could try the IETester tool for your web app:
http://www.my-debugbar.com/wiki/IETester/HomePage

pjhutch 0 Light Poster

To open shares or access the C: drive on a server, you need to have local administrator rights on the server itself. Ask a server admin to add your domain username to the share permissions or add your userid to the local administrator group in the Computer Management console.

pjhutch 0 Light Poster

The uninstall files for IE can be found in C:\Windows\ie8updates\kb982381-ie8\spuninst\spuninst.exe.

You can also revert to IE6, by browsing to C:\Windows\inf folder and locate IE.inf, right click it and select Install. You will need some files from your service pack (C:\Windows\ServicePackFiles\i386) and your Windows XP CD.

pjhutch 0 Light Poster

How about using Disk Manager (diskmgmt.msc) and here you can assign a drive letter to it so that you can see it in explorer.

pjhutch 0 Light Poster

Try RhythmBox from here http://projects.gnome.org/rhythmbox/

pjhutch 0 Light Poster

You probably need to change the BIOS settings so that you can boot from the CD/DVD before booting from the hard disk. Usually the key to enter BIOS setup is shown on screen during POST e.g. DEL or F1 key.

pjhutch 0 Light Poster

Hello all,

My employer wants to implement an exchange server to store emails and contacts on the server away from end user pc's. They want me to figure out if this system is feasible for our business. I do not know much about exchange server so here I am asking bunch of questions.

System Summary
1 x Server 2008 Enterprise (Domain controller)
2 x Server 2008 (data & storage)
1 x server 2008 Quickbook Server
150 desktop 20 laptops 50 true end users. All running Windows XP
(70% of our desktops are used to collect data on excel and not part of our domain)

>1. What are some of the cost of implementing and maintaining an exchange server? does exchange server require end user license for each user of the pc?
Yes,it is expensive, I don't know specific costs, it depends on your type of business.
Yes, you will need a CAL for each user.

>2. By implementing exchange server, will it store data(email, contact, calendar) on the server?
Yes, it will store it on Mailbox databases (EDB files).

>3. Currently using yahoo business mail service. Anyway to keep the same service and have exchange server receive all emails and distribute them to the users? (so no in-house email hosting)
You can use a POP3 service to download mail from Yahoo into user mailboxes.

>4. Any way to migrate data store on the outlook personal datafile .pst to the server?

Yes, …

pjhutch 0 Light Poster

Enable Anonymous login on the website and change the IUSR_ServerName to a Domain\Username account instead which the Impersonate setting will use.

pjhutch 0 Light Poster

You are correct, FF does have its own installed but the principle is the same to ensure it installed ok.

pjhutch 0 Light Poster

Try these instructions to get Flash to work on ALL browsers:

http://www.ocmodshop.com/ocmodshop.aspx?a=1201

pjhutch 0 Light Poster

Get another hard disk copy and copy the files onto the other disk. Then run chkdsk on the original disk or format it, and copy the files back.

Alternatively, restore the files from a backup (you do have a backup!) or download or re-rip the music again.

Or get a repair tool to fix the corrupted file system. E.g.
http://www.symantec.com/norton/systemworks-basic-edition

pjhutch 0 Light Poster

You could try g4u which works via Linux:
http://www.feyrer.de/g4u/

pjhutch 0 Light Poster

Sorry, it is illegal to install Mac OS X on anything other than Apple hardware. So, no you cannot install Mac OS X on a PC.

pjhutch 0 Light Poster

Try changing the UAC (User Access Control) settings.
Also try different graphic card drivers.
Note, only a few Antivirus/antimalware programs work on Windows 7 so be careful what you install.

pjhutch 0 Light Poster

Do the following processs

1. Run check disk
For example, your external drive is E in wiindows explorer (Either pen drive....etc )
c:>chkdsk E: /R

This will fix most of your Issues.

2. Windows Security Issue.
http://support.microsoft.com/kb/810881

If these two don't work, run any Diagnostic tools (Westernal digitl) which comes with External hard cd.

pjhutch 0 Light Poster

I have used AIK and it does image the entire system into a .WIM file using the ImageX program. Its free and WIM files are also used for WDS (Windows Deployment Service) which can be install on Windows 2003/2009 server for deploying images to PCs over the network, so no need for DVDs or USB drives.

If using WDS, it will only deploy the C: drive, but it can create empty additional partitions in its settings xml file. You can have a copy of the other drives on C: and get it it run a script from a sysprep setup to copy the files or folders needed to the other drives. We use this system for our student lab machines.

pjhutch 0 Light Poster

What error messages are you getting? Does it finish installing?
Have you got Microsoft .NET Framework 2.0 installed (its required by most ATI drivers)?

pjhutch 0 Light Poster

To load up Event Viewer goto start, Run, Eventvwr.msc and check errors in the logs.

For Device Manager, use Start, Run devmgmt.msc and look for any yellow exclaimation marks next to some devices.

pjhutch 0 Light Poster

In safe mode, Windows will not use the Radeon drivers, it will use generic SVGA driver instead.

Open ADd/Remove Programs control panel, and search for the ATI Radeon Driver in list and uninstall it. Reboot.
Then goto AMD's ATI driver page and download the Radeon 9800 driver for XP and install it.

pjhutch 0 Light Poster

In an Explorer window, goto Tools, Folder Options, File Types, look for Drives.

Click On Advanced, and you should see some actions e.g. find. If its set as default, just remove it and see if that cures the search option.

pjhutch 0 Light Poster

Is there anything reported in the Event Log to indicate where the problem is?

Is there any issues in Device Manager - eg bad drivers?

pjhutch 0 Light Poster

1. You need to run a few different anti-spyware programs to get all the malware. One will not do them all.
2. Try Hijack This program to see whats loaded and what needs removing.
3. NEVER EVER connect an unprotected PC to internet without some sort of protection installed.

pjhutch 0 Light Poster

A few questions:
1. Do you have a Vista DVD or a Restore disc or even a hidden partition with vista on it?
2. Have you got a Linux Live CD to boot from and do a backup of the HD to an external device eg USB HD, DVD etc?
3. You can make a disc active using a DOS disk and a tool such as FDISK or Ranish Partition Manager (free btw)!

pjhutch 0 Light Poster

Did you install the SATA drivers for the 2nd instance of Win XP?

pjhutch 0 Light Poster

Yes, you can use the 'New Partition' function to create a new partition in blank space on disk.