Bug 1123 - unattended install/uninstall issue
Status:
NEW
Component:
Core :: Win32
Version:
1.10
Hardware:
All All
Importance:
P5 normal
Target Milestone:
---
Assignee:
Raymond Penners
URL:
Depends on:
Blocks:
Reported:
Jun 18 2013 09:58:33 UTC
by:
Paul
Modified:
Jun 18 2013 09:58:33 UTC
| Who | When | What | Removed | Added |
|---|
Description
Paul Jun 18 2013 09:58:33 UTC
Hi,
since 1.10 I am unable to silently deploy Workrave. I use WPKG and upto 1.9.4 I was able to use a remove command prior to the install command together for the update process.
Now the uninstall hangs, the application log in Windows says:
'A device or program has requested attention. Device or application c:\program files (x86)\workrave\unins000.exe'
The command lines I've attempted for uninstall are
<remove architecture="x64" cmd='"%PROGRAMFILES(x86)%\Workrave\unins000.exe" /VERYSILENT'> <exit code="1"/></remove>
and
<remove architecture="x64" cmd='"%PROGRAMFILES(x86)%\Workrave\unins000.exe" /sp- /verysilent /norestart'> <exit code="1"/></remove>
Th first line is the one that worked perfectly well upto 1.9.4. 10.1 upgraded no problem since the unins000.exe in 1.9.4 works but I am unable to silently remove 10.1 or upgrade OR remove 10.1.1
Thanks
Paul