Lymob53,
It certainly does seem that the driver is not installing properly. Possibly in the print spooler section, which somewhat matches your symptom of the print job suddenly disappearing. On the download page for that HP driver-utilities package they mention a printer
driver-only download. To simplify things it might be worth a try installing just the printer driver and leaving out the accessories. Normal print functions should work, just not the HP extras. Run the installer using the "run as administrator" option from
Explorer's right-click menu options. (can do that with the full install package too for that matter)
If that still doesn't work the only other thing I can think of (this printer and driver ARE supposed to be Win7 compatible after all) is to enable the hidden administrator account in Windows 7, log into it and then try installing the printer drivers (clean
install again).
To enable the build-in Administrator account, follow these steps:
- Click Start, and then type cmd in the Start Search box.
- In the search results list, right-click Command Prompt, and then click Run as Administrator.
- When you are prompted by User Account Control, click Continue. An elevated command window should now open.
- At the command prompt, type net user administrator /active:yes, and then press ENTER.
- Type net user administrator <Password>, and then press ENTER.
Note: Please replace the <Password> tag with your password which you want to set to administrator account.
- Type exit, and then press ENTER.
- Log off the current user account.
You can log into the administrator account using whatever password you entered above. Install the printer drivers and test. When finished, log-out of the administrator account and back into your normal user account.
Don't leave this administrator account enabled for normal everyday use. Run the following command (in an elevated command window as previously described) to disable the Administrator account.
net user administrator /active:no