Search found 2 matches

by steko101
Tue Sep 28 2004
Forum: Visual Basic Community
Topic: Install Question
Replies: 18
Views: 39815

The admin rights is not the issue. I was thinking due to the licensing of the product that I would just create the "printer" with PDFDriverInit, then remove when my app closes with DriverEnd. All this without running the install.exe. Should I just run the install.exe not using an install.i...
by steko101
Mon Sep 27 2004
Forum: Visual Basic Community
Topic: Install Question
Replies: 18
Views: 39815

Install Question

I am trying to the non Install.exe (Step 2.2 of the Using the developer...), but PDFDriverInit keeps failing in the following example. Dim lngPDF As Long Dim strCompany As String, strCode As String strCompany = "removed" strCode = "removed" lngPDF = modAmyuniPDF.PDFDriverInit(&qu...