Search found 7 matches

by Mike.B
Thu Apr 05 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista: Install.exe -s followed by the listener app generates
Replies: 6
Views: 11816

We have a full license
by Mike.B
Tue Mar 27 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista: Install.exe -s followed by the listener app generates
Replies: 6
Views: 11816

We do have a fully licensed version and we have been calling DriverInit instead of PDFDriverInit to avoid the "copying down files" message. In the download page for our product I see download the latest version 2.51b. Are we not licensed for 2.51d if we have a license for 2.51b? Are there ...
by Mike.B
Mon Mar 26 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista: Install.exe -s followed by the listener app generates
Replies: 6
Views: 11816

We are installing a licensed 2.51b. The same build from the same build server works on XP SP2 and doesn't on Vista. Here is some other information you might need. I will pro actively answer these common questions: 1) Vista is a fresh install with all the default settings. 2) UAC does not pop up and ...
by Mike.B
Sun Mar 25 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista: Install.exe -s followed by the listener app generates
Replies: 6
Views: 11816

Vista: Install.exe -s followed by the listener app generates

We are launching a listener application after installation of the Amyuni driver. . The call to install.exe -s is in the Install portion of the deployment project and the listener app is launched in the commit phase (which happens after the install is completed successfully). Both the DriverInit and ...
by Mike.B
Mon Mar 05 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How do I tell the printer to spawn an application
Replies: 4
Views: 8893

Thanks!

Joan, thanks for your reply. The issue that I am trying to tackle is having a printer installed while no application is running to capture the events. With the current design essentially requires that the application subscribing to the printing events and activating the printer is running all the ti...
by Mike.B
Thu Mar 01 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How do I tell the printer to spawn an application
Replies: 4
Views: 8893

more detailed steps

Here are the more detailed steps of my use case: case 1 (good) install -s "DocuSign Professional" // printer installed start the tray application that initializes the printer launch FireFox and print any page RESULT: all is good the application gets the converted PDF files. case 2 (bad) in...
by Mike.B
Wed Feb 28 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How do I tell the printer to spawn an application
Replies: 4
Views: 8893

How do I tell the printer to spawn an application

We currently allow people to turn the printer on or off via the tray icon (on start application call PDFDriverInit and on exit the printer is cleaned up). We are porting the application to Limited User and Vista environments so now the printer is installed with install.exe and then later the app cal...