Snag It 12: Printer not getting installed.
I installed the software, selected the Printer checkbox for install.
The registry keys are getting installed, but I cannot see the printer in "Devices and Printers", nor in the application printing options.
I am testing this app on VDI. Would that be the reason?
Any help would be greatly appreciated.
Thanks!!
Answers (6)
>The registry keys are getting installed
Where? Remember that printer connections are stored in HKCU. How are you populating this?
As always with issues like this, you should test in a "bare bones" scenario first, so execute the installation that you have using an admin account, then log in with an ordinary user account. If that user doesn't see the printer, then you know your package isn't populating HKCU correctly. Once that all works, you can move on to testing the VDI implementation.
Comments:
-
Thanks for the quick response. The registry settings being populated are in HKLM. And the MslSI installs the regsitry through the regsitry table. - mmudre 9 years ago
Previous versions required a reboot (to restart the spool service) - have you rebooted?
If that doesn't yield any results, then try it on a physical machine and see if that makes any difference.
Dunnpy
Comments:
-
I'll check the custom action thing. Yes, tried the restart of spooler service and even the reboot. Didn't work. I believe it has got to do something with the VDI. I'll update the thread with my findings and hopefully a solution on Monday. - mmudre 9 years ago
I'd wager that, post-installation, if you select to 'Add a printer', all the necessary components will be in place. Wade through the wizard and you'll get the printer appear. You'll then get the required stuff that needs to go into HKCU which you can then add to the MST. Obviously there are no advertised entry-points with a printer so you'll need to use Active Setup to trigger self-healing to get HKCU populated.