Page 1 of 1

Reinstall deployed package

Published: October 26, 2017 - 4:44 PM
by tdejesus
Hello,
I created a package group (OfficeViewer) that installs two applications (Excel and PowerPoint viewers). Everything works.
I used a Microsoft uninstallation tool to uninstall my Office suite. This also uninstalled my viewers :| .
On the WAPT console, my viewers are still listed, even though they are no longer installed. I can't reinstall them via the console or using the command line: `wapt-get install OfficeViewer`.

Do you have any ideas?

Re: Reinstalling deployed package

Published: October 26, 2017 - 4:59 PM
by sfonteneau
Have you tried incrementing the package viewer version to force the installation to start again?

Re: Reinstalling deployed package

Published: November 7, 2017 - 6:31 PM
by tdejesus
Hello,
I've updated the version of the group containing the viewers, but the problem persists. The uninstalled packages won't reinstall.

Re: Reinstalling deployed package

Published: November 7, 2017 - 7:50 PM
by sfonteneau
You should not increment the version of the group package, but the version of the viewer package!

Re: Reinstalling deployed package

Published: November 9, 2017 - 11:27
by tdejesus
Hello,
Yes, it works.
Thank you