<html><head></head><body><div class="ydpb553940yahoo-style-wrap" style="font-family: courier\ new, courier, monaco, monospace, sans-serif; font-size: 13px;"><div id="ydpb553940yiv3464486689"><div><div class="ydpb553940yiv3464486689ydpffc9e719yahoo-style-wrap" style="font-family: courier, monaco, monospace, sans-serif; font-size: 13px;"><div></div>
        <div><span><span>Hi Raphaël,<br><br>Thank you for your quick reply.<br><br>In Windows Log, I had this error:<br><br></span></span><div><span><span><span><span>Could not process (upgrade) package 'Mozilla Firefox' (firefox): Exit code 
returned non-successful value (1) on command '%COMSPEC% /c copy /y 
"%SOFTWARE%\internet\firefox\policies.js" "%PKG_DST%\Mozilla 
Firefox\defaults\pref\"'.</span><div><span></span></div></span></span></span><br><div><span><span>I wonder if it's normal to see the %SOFTWARE% and %PKG_DST% variables at this level.  I would have expected to see the variable values instead.</span></span></div></div><div><br></div><span><span>If I comment out the copy statements, it works properly.<br><br>For information, I had not removed the whole wpkg.xml file.  I had edited the file and deleted all the lines related to the firefox package.</span><br></span><div><div><br>Frederic<br></div></div></div><div><span><br clear="none"></span></div><div><br clear="none"></div>
        
        </div></div></div></div><div class="ydp24d6559dyiv3464486689yqt6701830435" id="ydp24d6559dyiv3464486689yqt77353"><div class="ydp24d6559dyiv3464486689ydpfd30416eyahoo_quoted" id="ydp24d6559dyiv3464486689ydpfd30416eyahoo_quoted_0240204503">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div>
                    On Saturday, October 13, 2018, 2:59:44 PM GMT+9, Raphaël Brocq <raphael-jacky-r.brocq@ac-lyon.fr> wrote:
                </div>
                <div><br clear="none"></div>
                <div><br clear="none"></div>
                <div><div id="ydp24d6559dyiv3464486689ydpfd30416eyiv9177242895"><div>Bonjour,<br clear="none"><br clear="none">Que dis le journal d'événements ? As-tu carrément supprimer wpkg.xml  ? <br clear="none"><br clear="none">Je trouve que tu as beaucoup de check  !  Il doit y en avoir un qui pose pb.<br clear="none">Chez nous, on utilise ce paquet  : <a shape="rect" href="https://forum-dane.ac-lyon.fr/forum/viewtopic.php?f=44&t=2086" rel="nofollow" target="_blank">https://forum-dane.ac-lyon.fr/forum/viewtopic.php?f=44&t=2086</a><br clear="none"><br clear="none">On est un peu en retard, mais tu peux tenter en changeant la valeur de la version.<br clear="none"><br clear="none">Bon courage<br clear="none"><br clear="none">Raphaël<br clear="none"><br clear="none"><div class="ydp24d6559dyiv3464486689ydpfd30416eyiv9177242895yqt9400734173" id="ydp24d6559dyiv3464486689ydpfd30416eyiv9177242895yqt12894"><div class="ydp24d6559dyiv3464486689ydpfd30416eyiv9177242895gmail_quote">Le 13 octobre 2018 07:38:45 GMT+02:00, Frederic Bergeron <FBergeron@rocketmail.com> a écrit :<blockquote class="ydp24d6559dyiv3464486689ydpfd30416eyiv9177242895gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex;">
<div class="ydp24d6559dyiv3464486689ydpfd30416eyiv9177242895ydpff12899ayahoo-style-wrap" style="font-family:new, courier, monaco, monospace, sans-serif;font-size:13px;"><span>Hi,<br clear="none"><br clear="none">I have the following problem: Each time that my computers reboot, WPKG upgrades Firefox even though the latest version is already installed. Why does this happen? What am I doing wrong?<br clear="none"><br clear="none">Here is a copy of the my firefox.xml package file:<br clear="none"><br clear="none"><?xml version="1.0" encoding="UTF-8"?><br clear="none"><br clear="none"><packages><br clear="none">    <package <br clear="none">        id="firefox"<br clear="none">        name="Mozilla Firefox"<br clear="none">        revision="%version%"<br clear="none">        reboot="false"<br clear="none">        priority="10"><br clear="none">     <br clear="none">        <variable name="version" value="62.0.3" /><br clear="none">        <!--variable name="architecture" value="x86" architecture="x86"/--><br clear="none">        <!--variable name="architecture" value="x64" architecture="x64"/--><br clear="none">        <variable name="locale" value="fr" /><br clear="none">        <variable name="locale" lcid="0411" value="ja" /><br clear="none">        <variable name="langSuffix" value=""/><br clear="none">        <variable name="langSuffix" lcid="0411" value="_ja"/><br clear="none">        <variable name="PKG_DST" value="%ProgramFiles%\Mozilla Firefox" architecture="x86" /><br clear="none">        <variable name="PKG_DST" value="%ProgramFiles(x86)%\Mozilla Firefox" architecture="x64" /><br clear="none">     <br clear="none">        <!--check type="uninstall" condition="exists" path="Mozilla Firefox %version% (%architecture% %locale%)" /--><br clear="none">        <check type="file" condition="exists" path="%PKG_DST%\firefox.exe"/><br clear="none">     <br clear="none">        <install cmd="taskkill /F /IM Firefox.exe"><br clear="none">            <exit code="0" /><br clear="none">            <exit code="-1073741515" /><br clear="none">            <exit code="128" /><br clear="none">        </install><br clear="none">    <br clear="none">        <install cmd='"%SOFTWARE%\internet\firefox\Firefox Setup %version%%langSuffix%.exe" -ms' /><br clear="none"><br clear="none">        <install cmd='%COMSPEC% /c copy /y "%SOFTWARE%\internet\firefox\policies.js" "%PKG_DST%\Mozilla Firefox\defaults\pref\"' /><br clear="none">        <install cmd='%COMSPEC% /c copy /y "%SOFTWARE%\internet\firefox\mozilla.cfg" "%PKG_DST%\Mozilla Firefox\"' /><br clear="none">        <!--check type="file" condition="exists" path="%PKG_DST%\defaults\pref\policies.js" /><br clear="none">        <check type="file" condition="exists" path="%PKG_DST%\mozilla.cfg" /--><br clear="none"><br clear="none">        <install cmd='%COMSPEC% /c copy /y "%SOFTWARE%\internet\firefox\override.ini" "%PKG_DST%\"' /><br clear="none"><br clear="none">        <upgrade include="install" /><br clear="none"><br clear="none">        <remove cmd="taskkill /F /IM Firefox.exe"><br clear="none">            <exit code="0" /><br clear="none">            <exit code="128" /><br clear="none">            <exit code="-1073741515" /><br clear="none">        </remove><br clear="none">     <br clear="none">        <!-- for 32bit and 64bit System --><br clear="none">        <remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe" "%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe" -ms' /><br clear="none">        <remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\Mozilla Firefox\uninstall\helper.exe" "%PROGRAMFILES(x86)%\Mozilla Firefox\uninstall\helper.exe" -ms' /><br clear="none">    </package><br clear="none"><br clear="none"></packages><br clear="none"><br clear="none">I know that if I manually uninstall Firefox and remove the firefox entry in wpkg.xml that it will work correctly, meaning that WPKG will install Firefox once no matter how many times I reboot the machine.  So the problem seems to occur when I upgrade, not when I install.<br clear="none"><br clear="none">Regards,<br clear="none"><br clear="none">Frederic<br clear="none"><br clear="none"></span></div></blockquote></div></div><br clear="none">-- <br clear="none">Envoyé depuis mon smartphone. Veuillez excuser ma brièveté.</div></div></div>
            </div>
        </div></div></body></html>