/build/static/layout/Breadcrumb_cap_w.png

Remove old version of pdf creator and install the last one

Hi,
I want to deploy pdf creator 1.7.3 silently but i've already old version of pdf creator in the parc.
How can i remove old version and install the lastest silently.
There is any way to delete old version correctly without restarting the system?

Thanks


0 Comments   [ + ] Show comments

Answers (4)

Posted by: dedenker 10 years ago
3rd Degree Black Belt
0
Did have a look here?
But running it from a script and first uninstall the older version:
msiexec /x {GUID CODE} /qb!

GUID is the product code of the older MSI.

Posted by: ekgcorp 10 years ago
10th Degree Black Belt
0
Cleanest way I can think of is to apply an MST to the newer version, and add older version to upgrades (if its not already there by vendor).

That way, if found it will remove older version and replace it with newer version, if not found it skips that step and keeps going.

If you decide to use the method mentioned above by dddenker, than simply change the /qb! to /qn This way, if it does NOT find the previous version it will not prompt the user stating "No Such Application Exist".
Posted by: rock_star 10 years ago
4th Degree Black Belt
0
Look at the following string :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{GUID} or name of the application

Key to look for
-> UninstallString

if it is msi then you can use the above mentioned or if it states something like c:\PF\...uninstall.exe then use it .

if it is exe then you can use /s or some silent switch to uninstall previous version.


Posted by: Asker 10 years ago
Second Degree Green Belt
0
Hi,
I used the method proposed by dedenker (msiexec /x .....). the problem is that the desinstallation of old version was done fine but the new version is not instaled because the remove of old version requires a restart of system so it can do any thing before restarting. So i'm obliged to intervene to restart and to launch the installation after that.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ