Page 1 of 1

Automatically Uninstalling NovaPK

Posted: Wed Feb 08, 2012 6:18 am
by KenRandall
Hi,

I am using version 7.5 with Delphi. When my aplication runs I detect if the currently installed version is not the latest and if it is not I do the following:

PDFPrinterInstalled:=ExecuteAndWait('novapk.EXE','/COMPANYNAME="Pair Softwhere LLP" '+
'/APPLICATIONNAME="Estate Agent Pro" /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /NORESTART '+
'/PrinterName="EAP PDF Printer" /NOICONS /RegisterWin32COM /InstallOnlyNewerVer',PathGetTempPath);

This however is not uninstalling previous version. Surely this should be automatic?

Ken

Re: Automatically Uninstalling NovaPK

Posted: Wed Feb 08, 2012 8:36 am
by Claudiu (Softland)
Hello, novaPDF does not automatically uninstall when you run the setup for the new version. novaPDF may be installed without uninstalling previous version, but a restart is necessary to load the new printer driver. If you wish to unistall first, you have to start the unistaller, unins000.exe, from previous installation folder. But even if you uninstall first, you might need to restart the computer to load the new printer driver, if the driver files were loaded and use by other application.

Thank you.

Re: Automatically Uninstalling NovaPK

Posted: Thu Feb 09, 2012 8:40 am
by KenRandall
It seems that this would be a very good enhancement to have!

Can I assume that the uninstall will always be in a directory derived from the mavor version number?

Re: Automatically Uninstalling NovaPK

Posted: Fri Feb 10, 2012 8:00 am
by Claudiu (Softland)
Hello, the uninstall is always placed in the folder where novaPDF was installed, and in the registry, the key is placed in the following path HKEY_LOCAL_MACHINE\SOFTWARE\Softland\novaPDF 7\InstallPath

Thank you.