I have developed a virtual printer driver in vc++.net and it is working fine in 32 bit environment. But while install it in win7 64 bit, it throws an error "Operation could not be completed (error 0x800f0214)" at the line > rundll32 printui.dll,PrintUIEntry /if /b "printername" /f "printer.inf" /r > [...] read more