[wpkg-users] Always reinstalling package (Check failed)

benoit.e at free.fr benoit.e at free.fr
Wed Aug 29 22:25:08 CEST 2012


Message-ID: <503E094D.1000903 at gmail.com>

Thank you Stefan.

>For debugging always set the logLevel to 0xFF, so all information is 
>included in the log.

The log sent is already with this LogLevel.

>It might be enough to post the package for further help.

Here is the package :

<?xml version="1.0" encoding="UTF-8"?>
 <packages>
        <package id='pgina' name='pGina' revision='%version%' priority='0' reboot='false' >
                <variable name="version" value="3.0.12.1" />

	<include package-id="msdotnetfx4" />
	<include package-id="msvisualcpp2010" />

                <install cmd='%SOFTWARE%\pgina\pGinaSetup-%version%.exe /silent' />
		<install cmd='cmd /C copy %SOFTWARE%\pgina\pgina.reg "%PROGRAMFILES%\pgina\pgina.reg" /Y' />
		<install cmd='regedit /s "%PROGRAMFILES%\pgina\pgina.reg"' />
 
                <upgrade cmd='%SOFTWARE%\pgina\pGinaSetup-%version%.exe /Silent' />
		<upgrade cmd='regedit /s %SOFTWARE\pgina\pgina.reg' />
                
		<remove cmd='%PROGRAMFILES%\pgina\unins000.exe' />
        </package>

</packages>

Thank you by anticipation. Regards,
Benoît



More information about the wpkg-users mailing list