We have a problem with installing nova pdf silently in a version above 7.1.334.
The following (test) code works fine for 7.1.334 but does not install anything for 7.2, 7.4, 7.5 or 7.6:
Code: Select all
nvsdk.exe /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /NORESTART /DIR=c:\tmp\novaPDF\
If we remove /VERYSILENT completely, it runs without any issues (but we need to go through the wizard).
This goes for all above mentioned versions.
Has anything changed that we are unaware off?
Edit: We are using Windows 7 and have tried this on 3 separate computers.