Vpb ebanking

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

VPB eBanking

VPB eBanking is the iBanking Software from "VP Bank"

The setup is made with wise installer. To remove the program, you need to add the complete path to install.log

<?xml version="1.0" encoding="UTF-8"?>

<packages>

 <package id="vpbebanking"
	name="VPB eBanking"
	revision="%version%"
	reboot="false"
	priority="0">

	<variable name="version" value="3.6.3" />

	<check type="uninstall" condition="exists" path="VP Bank e-banking" />

	<install cmd='%FREESOFTWARE%\vpb\setup_de_win_v%version%.exe /S' />
	<upgrade cmd='%FREESOFTWARE%\vpb\setup_de_win_v%version%.exe /S' />
	<remove	cmd='"%PROGRAMFILES%\VPBank\ebanking\de\program\unwise.exe" /A /S /Z "%PROGRAMFILES%\VPBank\ebanking\de\program\install.log"' />
 </package>

</packages>