Yes, our executable means a program we wrote.
Turning off UAC did the trick. So between that and the "run as administrator" option, I think we have enough to work with to figure out the best way for us to proceed.
Search found 8 matches
- Tue Jan 09 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Printer not activated, error code -20 with Windows Vista
- Replies: 12
- Views: 52696
- Thu Jan 04 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Printer not activated, error code -20 with Windows Vista
- Replies: 12
- Views: 52696
The computer in question is connected to a network. The login I am using has Administrator rights to the machine and the network. However when I run our executable (we are using the Document Converter 2.51 developer edition), I get the stated error. If I then right click on the executable, there is ...
- Wed Jan 03 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Lock( ) and SetDocFileProps( ) ignore NoPrompt option?
- Replies: 1
- Views: 5128
- Tue Jan 02 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Lock( ) and SetDocFileProps( ) ignore NoPrompt option?
- Replies: 1
- Views: 5128
Lock( ) and SetDocFileProps( ) ignore NoPrompt option?
I must be missing something. Here's my code snippet: ----------- Lock( Driver, lockfilename ); SetDocFileProps( Driver, lockfilename, 0x01| 0x02 | 0x010 | 0x400000, Directory, FileName ); EnablePrinter( Driver, company, licensekey ); ----------- If I add calls to SetDefaultFileName( ) and SetFileNam...
- Thu Dec 28 2006
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Printer not activated, error code -20 with Windows Vista
- Replies: 12
- Views: 52696
- Wed Dec 27 2006
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Printer not activated, error code -20 with Windows Vista
- Replies: 12
- Views: 52696
- Wed Dec 27 2006
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Printer not activated, error code -20 with Windows Vista
- Replies: 12
- Views: 52696
I can't say specifically. However, I can say that the printer initializes OK and the call to EnablePrinter is OK as well. In fact, it comes after the second call to EnablePrinter which is right before the print starts. We have a dialog on our screen that says that it is printing page 1. The printer ...
- Wed Dec 27 2006
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Printer not activated, error code -20 with Windows Vista
- Replies: 12
- Views: 52696
Printer not activated, error code -20 with Windows Vista
I am testing the latest version of the PDF printer driver (developer version - demo) on Windows Vista. I am getting error code -20 when I am logged in as an administrator user. The printer is getting installed (I can see it in the list of installed printers). The unique thing here is that if I then ...