The search returned 2 results

by candau
February 17, 2016 - 6:56 PM
Forum: WAPT Packages
Subject: Stuck on setup.py => uninstall()
Answers: 5
Views : 4808

Re: Stuck on setup.py => uninstall()

Hello,
there's nothing conclusive in the log.
I think the problem isn't with the wapt/python code but with Windows 7's UAC.
Thanks.
by candau
February 15, 2016 - 6:40 PM
Forum: WAPT Packages
Subject: Stuck on setup.py => uninstall()
Answers: 5
Views : 4808

stuck on setup.py => uninstall()

Hello,

I'm stuck on the uninstallation part of a Windows 7 32-bit program.
Here's my code:

# works
# the program uninstalls correctly + the license file and its directory tree in ProgramData
print('uninstalling the software')
run(r'"C:\Program Files\rep 1\rep2\Uninstall.exe" /S')
remove_tree ...