Hello,
I'm having a little trouble understanding how to uninstall and remove packages using the WAPT console.
I'm currently working on setting up standard Office 2013 packages, and I'm wondering if my method might be causing the problems I'm about to describe...
The search returned 5 results
- October 30, 2018 - 4:23 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [WAPT Console] packets missed
- Answers: 0
- Views : 6529
- October 30, 2018 - 3:25 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Uninstalling OFFICE 2013
- Answers: 5
- Views : 7297
Re: Uninstalling OFFICE 2013
Hello,
sorry for the slightly delayed response...
Thank you for your reply.
After testing, it appears that it doesn't work any better:
I get this message when deploying the package on Windows 7 with Office 2010 installed:
Office 2013 Installation
Traceback (most recent call ...
sorry for the slightly delayed response...
Thank you for your reply.
After testing, it appears that it doesn't work any better:
I get this message when deploying the package on Windows 7 with Office 2010 installed:
Office 2013 Installation
Traceback (most recent call ...
- October 24, 2018 - 6:34 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Uninstalling OFFICE 2013
- Answers: 5
- Views : 7297
Re: Uninstalling OFFICE 2013
Further to my previous message, I'd like to clarify that the reason I specify the full path to setup.exe:
`cmd = '"C:\waptdev\Office2013Std_32bits-wapt\Microsoft Office 2013 32bits\setup.exe" /adminfile "setup.msp"'`
is because if I use setup.exe alone, I get an error...
`cmd = '"C:\waptdev\Office2013Std_32bits-wapt\Microsoft Office 2013 32bits\setup.exe" /adminfile "setup.msp"'`
is because if I use setup.exe alone, I get an error...
- October 24, 2018 - 5:41 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Uninstalling OFFICE 2013
- Answers: 5
- Views : 7297
Re: Uninstalling OFFICE 2013
Hello,
thank you for the quick reply, I managed to find a starting point for a solution!
It works well locally on the server directly (installation/uninstallation).
Here is the code:
# -*- coding: utf-8 -*-
from setuphelpers import *
import time
uninstallkey = []
softname = 'Microsoft ...
thank you for the quick reply, I managed to find a starting point for a solution!
It works well locally on the server directly (installation/uninstallation).
Here is the code:
# -*- coding: utf-8 -*-
from setuphelpers import *
import time
uninstallkey = []
softname = 'Microsoft ...
- October 24, 2018 - 4:26 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Uninstalling OFFICE 2013
- Answers: 5
- Views : 7297
Uninstalling OFFICE 2013
Hello everyone,
I'm having trouble uninstalling Office 2013 Standard via WAPT.
I've tried several methods to uninstall it, but I can't get it to work.
First, using uninstallkey:
I retrieved the UID using `wapt-get list-registry`, which gave me quite a few, but...
I'm having trouble uninstalling Office 2013 Standard via WAPT.
I've tried several methods to uninstall it, but I can't get it to work.
First, using uninstallkey:
I retrieved the UID using `wapt-get list-registry`, which gave me quite a few, but...
