[wpkg-users] bat file in wpkg
Mendim Uka
Mendim.Uka at esag.ch
Mon Jun 29 09:50:15 CEST 2015
Dear WPKG Users,
Ive got the following Problem:
Im trying to publish a .bat file script via wpkg to uninstall a programm that was manually installed.
Ive scripted a bat File which works if its get manualy started.
Here is my Package Script for WPKG:
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="uninstallnitropdf"
name="deinstalliert nitro pdf"
revision="1"
reboot="false"
execute="once"
priority="0">
<install cmd='"%SOFTWARE%\uninstallnitropdf\uninstallnitropdf.bat"' />
<upgrade cmd='"%SOFTWARE%\uninstallnitropdf\uninstallnitropdf.bat"' />
</package>
</packages>
Does anybody know where the error occurs?
In the WPKG Log it only shows this messages:
- 2015-06-29 08:54:11, DEBUG : Reading XML file: //exl-wm00.exlibris.local/WPKG/WPKG/packages/uninstallnitropdf.xml
- 2015-06-29 08:54:19, DEBUG : Checking existence of package: deinstalliert nitro pdf
Thanks a lot =)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20150629/56a122a0/attachment.html>
More information about the wpkg-users
mailing list