novaPDF OEM install

Post here any questions/suggestions you have about novaPDF SDK or novaPDF OEM.
Post Reply
anupcmistry
Posts: 6
Joined: Mon Feb 06, 2012 7:44 pm

novaPDF OEM install

Post by anupcmistry »

Hi,

We bought the NovaPDF 7 OEM Single Application. We are working on adding it to our installers. We use a 3rd party product (Advanced Installer). It is having issues with the long command line parameters we are having to pass to the NovaPDF installer. They tell us the parms list is too long (can take max of 255 characters).

novapv.exe /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /NORESTART /PrinterName="DocumentVision Printer" /OEMApplication="DocumentVision" /OEMCompany="Applied Computer Systems, Inc." /OEMSaveFolder="#temp#" /OEMActionApp="#systemdrive#\DVPrinter\DVPrinterSave.exe" /RegisterName="Applied Computer Systems" /RegisterKey="KKKK-KKKK-KKKK-KKKK-KKKK-KKKK-KKKK-KKKK"

The following command worked when we were evaluating as it is less than 256 characters. This is without the Registername and RegisterKey.
/VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /NORESTART /PrinterName="DocumentVision Printer" /OEMApplication="DocumentVision" /OEMCompany="Applied Computer Systems, Inc." /OEMSaveFolder="#temp#" /OEMActionApp="#systemdrive#\DVPrinter\DVPrinterSave.exe"

Are there any other techniques to get this installed..

Like install as eval first and then later register it?
Run with a Configuration.ini file?


Thanks
Anup Mistry

Claudiu (Softland)
Posts: 283
Joined: Wed Dec 16, 2009 12:46 pm

Re: novaPDF OEM install

Post by Claudiu (Softland) »

Hello, at the moment we do not have an alternative solution for the setup command line parameters, but we will add the possibility to set the parameters in a configuration file.

Thank you.
Follow us to stay updated:

anupcmistry
Posts: 6
Joined: Mon Feb 06, 2012 7:44 pm

Re: novaPDF OEM install

Post by anupcmistry »

Ok no problem. We found a workaround.

Off-hand do you know the parameter to uninstall the OEM NovaPDF via command line?

Claudiu (Softland)
Posts: 283
Joined: Wed Dec 16, 2009 12:46 pm

Re: novaPDF OEM install

Post by Claudiu (Softland) »

Hello, For uninstallation please run C:\Program Files\Softland\novaPDF OEM 7\unins000.exe

Thank you.
Follow us to stay updated:

Post Reply