<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000'>Hi Scott,<br><br>I know it sucks, but probably the easiest way is to runt the uninstaller first and the do the install.  It leaves behind the user profiles and I guess you will have all of your customisations in the new package anyway?<br><br>Something like this would do it:<br><br>        <upgrade cmd="taskkill /F /IM Firefox.exe"><br>          <exit code="0" /><br>          <exit code="128" /><br>          <exit code="1" /><br>        </upgrade><br>        <upgrade cmd='"%PKG_DESTINATION%\uninstall\helper.exe" /s' /><br> <span style="white-space: pre;">    </span><upgrade include="install" /><br><br>Cheers Jon<br><div><span name="x"></span>-- <br>Jon Rhoades<br>Research Information Systems<br>Eastern Hill Academic Centre<br>(Incorporating The University of Melbourne Departments of Medicine, Surgery and Clinical School (St.Vincent's), St Vincent's Institute and O'Brien Institute)<br><br>St Vincent's Institute<br>9 Princes St Fitzroy Vic 3065<br>p: 03 9288 2480 | x: 2399 | f: 03 9416 2676<br><br>www.stv.unimelb.edu.au<br>www.svi.edu.au<span name="x"></span><br></div><br><hr id="zwchr"><div style="color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Scott Pichelman" <spichelman@auxiant.com><br><b>To: </b>"wpkg-users@lists.wpkg.org" <wpkg-users@lists.wpkg.org><br><b>Sent: </b>Tuesday, 24 April, 2012 5:44:58 AM<br><b>Subject: </b>[wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox        3.6.X versions<br><br>



<style><!--

@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}

p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>

<div class="WordSection1">
<p class="MsoNormal">Hi-</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">We are trying to upgrade our Firefox version from 3.6.24-28 to 10.0.3.</p>
<p class="MsoNormal">We’ve tested installs and the links, toolbar, etc seem to be intact and the upgrade goes well…</p>
<p class="MsoNormal">But, it appears that on many machines there is still the old version of Firefox – 3.6.X.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I’ve tried many check conditions and used the example Firefox XML from this link:</p>
<p class="MsoNormal"><a href="http://wpkg.org/Firefox#Firefox_10.0_series_.28For_current_versions_of_WPKG.29" target="_blank">http://wpkg.org/Firefox#Firefox_10.0_series_.28For_current_versions_of_WPKG.29</a></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">However – when we test and run debugging from the client – we have issues.</p>
<p class="MsoNormal">Many of messages or return codes are similar to this…</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Seems that only w4 can install or just remove so far.</p>
<p class="MsoNormal">We can’t do both with the older version of Firefox for some reason.</p>
<p class="MsoNormal"></p>
<p class="MsoNormal">Her is our last version of the XML package file:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">----------------------------------------------------------------</p>
<p class="MsoNormal"><package </p>
<p class="MsoNormal">               id="firefox10.0.3"</p>
<p class="MsoNormal">               name="Mozilla Firefox"</p>
<p class="MsoNormal">               revision="%version%"</p>
<p class="MsoNormal">               reboot="false"</p>
<p class="MsoNormal">               priority="10"></p>
<p class="MsoNormal"></p>
<p class="MsoNormal">               <variable name="version" value="10.0.3" /></p>
<p class="MsoNormal">               <variable name="architecture" value="x86" /></p>
<p class="MsoNormal">               <variable name="locale" value="en" /></p>
<p class="MsoNormal">               <variable name="SHORT_LANG" value="en" /></p>
<p class="MsoNormal">               <variable name="PKG_VERSION" value="10.0.3.4451" /></p>
<p class="MsoNormal">               </p>
<p class="MsoNormal">               <check</p>
<p class="MsoNormal">    type="uninstall"</p>
<p class="MsoNormal">    condition="exists"</p>
<p class="MsoNormal">    path="Mozilla Firefox" value="%PKG_VERSION%" /></p>
<p class="MsoNormal">               </p>
<p class="MsoNormal">               <check type="file" condition="versionsmallerthan" path="%PROGRAMFILES%\Mozilla Firefox\firefox.exe" value="%PKG_VERSION%" /></p>
<p class="MsoNormal">               <upgrade include="install" /></p>
<p class="MsoNormal">               <upgrade cmd='"\\server\software\Firefox\v10\Firefox Setup 10.0.3esr.exe" -ms' /></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">-----------------------------------------------------------------</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Finally –how can we just run an in-place upgrade of 3.6.X? 
</p>
<p class="MsoNormal">Meaning install 10.0.3 over the top without creating two entries in Add/Remove Pgms?</p>
<p class="MsoNormal">Can someone help us un-install 3.6.X properly and install 10.0.3?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks much for any hints or help.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Scott</p>
<p class="MsoNormal"><b><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">Scott Pichelman</span></b><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);"></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">Network/Systems Administrator</span><span style="font-size: 10.5pt; font-family: Consolas;"></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">Auxiant - Your Integrated Benefits Partner</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">2450 Rimrock Road, Suite 301   
</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">Madison, WI 53713</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">(608) 273-1776 ext 6324</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);"><a href="mailto:jleach@auxiant.com" target="_blank"><span style="color: blue;">spichelman@auxiant.com</span></a></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);"><a href="http://www.auxiant.com" target="_blank"><span style="color: blue;">www.auxiant.com</span></a>
</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">CONFIDENTIALITY NOTICE:   The information contained in this communication may be confidential and may be legally privileged.  The information contained herein
 is intended only for the use of the recipient(s) named above. You are hereby notified that any dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. If you have received this communication in error,
 please return it to the sender immediately and delete the original message and any copy of it from your computer system. If you have any questions concerning this message, please contact the sender. Any views expressed in this message are those of the individual
 sender, except where the sender specifically states them to be the views of Auxiant. Auxiant may monitor the content of e-mails sent and received via its network for viruses or unauthorized use and for other lawful business purposes.</span></p>
<p class="MsoNormal"> </p>
</div>
<br>-------------------------------------------------------------------------<br>wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/<br>_______________________________________________<br>wpkg-users mailing list<br>wpkg-users@lists.wpkg.org<br>http://lists.wpkg.org/mailman/listinfo/wpkg-users<br></div><br></div></body></html>