Continuing my confusion...
I'm developing an end user PDF Viewer/Editor/Annotator. Looking at the deployment requirements, I need to deploy the PDF-XChange Viewer application along with it!!?! That can't be right can it??
Tim
Deployment Requirements
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 664
- Joined: Tue Nov 14, 2006 12:23 pm
Re: Deployment Requirements
If your program uses PDF-XChange Viewer ActiveX, then to run this program user will need to have installed and registered ActiveX component, which consist of 3 files: PDFXCviewAx.dll, PDFXCview.exe, Resource.dat. You will need to distribute this files with your program (user even do not need to know about this files). You will also need to register these components (as outlined below):
Or you can use our client distribution file which can be called/run silently:
https://www.pdf-xchange.com/PDFXV_dev.zip
Code: Select all
PDFXCview.exe /RegServer
regsvr32.exe PDFXCviewAx.dll /s
https://www.pdf-xchange.com/PDFXV_dev.zip