DeployJava.js update JAR versions

Hello,
I am using deployJava.js to deploy my applet. It works great and correctly caches the applet locally on the users machine.
However, when I want to update the applet server-side, it does not detect that the file has changed and the client does not get the new version.
the APPLET tag had a great feature where you could go:
<param name="cache_version" value="0.0.6.B">
and incrementing the value of this would force the client to re-download that JAR since it had been changed.
I have tried adding this parameter in the deployJava.js case but it has no effect.
Any help would be appreciated.
Jesse

Apparently no one has reported this is a bug on the bug parade. I did that, for what it's worth. I am shocked that this has been allowed to remain open for two years.

Similar Messages

  • Any way to get Java Plug-In-like handling of jar versions?

    I have jars intended for use with the Java Plug-In with version #'s in properties files (computed by the various tooling for updating these on the server). The jars themselves have no notion of jar #.
    I would like to re-use these jars and version #'s with Java Web Start to avoid conditional GETs, but without jar diffing in this case (as I already have many small jars due to lack of jar diffing in the Java Plug-In).
    Is there any way I can get Java Web Start to act like the Java Plug-In in this regard (i.e. the jar version # is a statement from the server, the client does a normal GET against the jar URL if its own version is not that stated by the server)?
    [Don't get me wrong, jardiffing is cool, but having to do everything differently between Java Web Start and the Java Plug-In is [b]not cool.

    Best way IMO would be to create a Socket connection to it so that you could connect with a client app and feed in data that way

  • Issue with CIS jar version  - cis-application-8.0.0.jar on content server

    We are having a problem adding this jar to our custom component. We are using this APIs to check-in some programatically.
    Following is the error when we try to deploy our component with this jar
    ===============================================================
    IdcAdmin: Content Server idc status: Stopped successfully
    Starting the Content Server idc... The server terminated unexpectedly.
    02.28 11:36:35.834 main NativeOsUtils version mismatch. The native code version is "7.1.0.2" and the Java version is "7.0.6.0".
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x00002ac72c918500, pid=26841, tid=47034930753168
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x3a8500]
    ========================================================
    The content server version is 10.1.3.3.
    And the jar version is cis-application-8.0.0.jar. We are able to use the same jar standalone. What could be the problem? Should we need to upgrade to a diffrent jdk version? I am worried that might cause more problems.
    Regards,
    Pratap

    Thanks for your inputs.
    So far I have been looking at only CHECKIN_NEW_FORM and CHECKIN_SEL_FORM services for creating and updating content. items These services require files to be attached. I checked the definitive guide and found that there are 2 other similar services,CHECKIN_NEW and CHECKIN_SEL, that don't need the file to be attached. Instead we can specify the file path of the primary file. Since the xml content file to be checked is in th content server itlsef, these services can be used in my case. Moreover since my content checkin logic is in the context of a service, my code become more simpler.
    I began working on it and am calling executeServiceSimple("CHECKIN_NEW") or executeServiceSimple("CHECKIN_SEL") based on whether the content to be checked in is new or to be updated. I am setting all the metadata values of the content file in the m_binder local data of the service object.
    I thought this should work cleanly but I am getting the below error
    ============================================
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:197)
    Caused by: intradoc.data.DataException: !csCheckinFileKeyNotSpecified,primaryFile
    at intradoc.server.DocServiceHandler.addFile(DocServiceHandler.java:3251)
    at intradoc.server.DocServiceHandler.addFiles(DocServiceHandler.java:410)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:293)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:490)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sitestudio.SSClassHelper.invokeRaw(Unknown Source)
    ======================================================
    I printed out all the local data in the m_binder object. The primaryFile value is pointing to the right file path. The file is also been created in the correct location.
    The dID, dDocName, dOriginalFile, dRevLabel values are all set properly. But still I am getting this error. I am not able to figure out the cause of this. Please help. Is this approach incorrect?
    -Pratap

  • JWS Hanging when updated jar available

    Hi,
    When I make an updated JAR file available, it gets downloaded and verified correctly (it's signed), but then nothing. The progress dialogue simply says that scanning has reached 100%. There have been a couple of threads along these lines, but nothing that seems to jump out as a solution. Here are the details:
    I have an application that I am deploying, as described by this JNLP file:
    <?xml version="1.0" encoding="ANSI"?>
    <jnlp spec="1.0+" href="ourapp_main.jnlp" codebase="http://myMachineName/ourapp">
      <information>
        <title>Application Titlet</title>
        <vendor>Meridian Informatics</vendor>
        <homepage href="http://meridianinfo.com" />
        <description>Our app</description>
        <description kind="one-line">Our app</description>
        <description kind="tooltip">Our app</description>
        <description kind="short">Our app</description>
        <icon href="http://myMachineName/ourapp/images/icon.gif" version="" width="" height="" depth="" size="" />
        <offline-allowed />
      </information>
      <resources>
        <j2se version="1.3+" />
        <jar href="ourapp_main.jar" main="false" download="eager" />
        <nativelib href="win32printerdll.jar" download="eager" />
        <extension href="activation.jnlp" name="activation" />
        <extension href="borland.jnlp" name="borland" />
        <extension href="collections.jnlp" name="collections" />
        <extension href="design_pro.jnlp" name="design_pro" />
        <extension href="ourapp.jnlp" name="ourapp" />
        <extension href="ibmftp.jnlp" name="ibmftp" />
        <extension href="framework.jnlp" name="framework" />
        <extension href="mail.jnlp" name="mail" />
        <extension href="xreport_pro.jnlp" name="xreport_pro" />
        <extension href="xtools.jnlp" name="xtools" />
      </resources>
      <security>
        <all-permissions />
      </security>
      <application-desc main-class="com.meridianinfo.ourapp.twotier.MainApp" />
    </jnlp>And here's a JNLP file for one of the extensions (all extension JNLP files were copied from an original and the relevant names changed):
    <?xml version="1.0" encoding="ANSI"?>
    <!--  created on Tue Aug 28 13:18:27 GMT+11:00 2001  --><!--  created by fitzpatk on Windows 2000  --><!--  1.3.0  -->
    <jnlp codebase="http://myMachineName/ourapp" spec="1.0+" href="ibmftp.jnlp">
      <information>
        <title>Desktop for Ecommdirect</title>
        <vendor>Meridian Informatics</vendor>
        <homepage href="http://meridianinfo.com" />
        <offline-allowed />
        <icon kind="default" href="http://myMachineName/ourapp/images/icon.gif" />
      </information>
      <resources>
        <jar href="ibmftp.jar" main="false" download="eager" />
      </resources>
      <component-desc />
      <security>
        <all-permissions />
      </security>
    </jnlp>In versions of JWS prior to the latest, all the JNLP files would be downloaded, but then processing would stop (i.e. no jar files would be downloaded).
    When using the latest version of JWS, launching an application for the first time works fine - everything gets downloaded correctly, installed, and the application launched. As long as there are no updates, this continues to work.
    If I update one of the jar files, it is downloaded and scanned, but the application never starts. The dialogue stating that scanning has reached 100% remains on screen. There is nothing untoward in the log file or in the console. If I hit Cancel at this point, and try to launch the application again, everthing works (of course, there is nolonger an update to download at this point).
    If I update two or more jar files (but not all!), I have to repeat the previous procedure for every updated jar file, before the application will launch.
    If I update all of the jar files, it works as expected - everything is downloaded and installed and the application is started.
    BTW: I am "updating" the jar files by resigning them (using jarsigner).
    I am using Win NT and Win 2K, JRE's 1.3.1 and 1.3.0_01.
    This looks like a bug to me, but before I log it as such, I'd appreciate hearing your thoughts/comments. Maybe there is something missing from my JNLP files, or some combination of software that is likely to cause this?
    All comments appreciated.
    Kieran

    There have been a couple
    of threads along these lines, but nothing that seems
    to jump out as a solution.Yep.
    My strategy is brute force, born out of cluelessness, and is either
    1. nuke .javaws/cache and retry
    or if that doesn't help get really angry and
    2. nuke the whole Java Web Start installation directory (and please make sure that not a single .dll survived eg due to IE having some instance slurped in), reinstall Web Start and retry
    and if that does not help we go into scapegoat location mode and do
    3. It must be the bloody JRE, thus try again with 1.3.1, 1.3.1_01, 1.4 and whatever JRE you get your hands on, try also alternative vendors like IBM or Blackdown
    the adventureous now might do
    4. sign that incomprehensible license agreement, download the Web Start sources and fix the problem yourself
    but if you have not enough time or skills on your hand then finally give up and try
    5. It is a Web Start bug. Let's submit it as bug and wait for 1.1
    Not too subtle, eh? :-)
    But there are reasons for this.
    installation of new versions might end in a mess
    No. 2 is motivated by the fact that deinstallations of old Web Start versions and installations of new Web Start versions might lead to a mess.
    Ideally Web Start would work afterwards such installations without problems, and even better, the old cache would be left intact, so that not everything needs to get downloaded again.
    I had two cases (me playing with 1.01 and 1.01_01, and a colleague playing with 1.01something and trying out the 1.4 JDK beta, where Web Start is a part of the JDK) where this led to a hang of that kind what you described.
    The installation guide
    http://java.sun.com/products/javawebstart/docs/installguide.html
    hints as well that things might go wrong.
    cache corruption, insufficient change detection
    No. 1 is rooted in the observation that Web Start's update mechanism does not work as expected.
    Ideally, when we launch an app, the Web Start client should find out about the main jnlp file and the sub jnlp files and jar files that are used by it. It should detect changes in all those items and download if they changed.
    BTW: I am "updating" the jar files by resigning them
    (using jarsigner).But what changes does it detect?
    - does it just look if something with the same name is already in the cache?
    - does it look at the timestamps of the cache contents and compare that to the timestamps of the versions on the server?
    - does it compare content differences (eg by calculating hashes like md5 or SHA-1)?
    My impression that it does only the first.
    I very often have to empty the whole Web Start cache on the client, when I'm changing/updating jars and jnlps on the server.
    more fun
    No.3 is justified by experience. I had many surprises here.
    Regards,
    Marc

  • Updating jar files in ALSB 2.6

    How do we update jar files imported in ALSB projects? Once they have references to them it does not seem feasible to replace them with new version?

    I may not have been clear in my initial post. My questions pertains to jar files that provide POJOs for java callouts. Above link discusses updating project jar with a new version. To create new version of project jar, I think i would first need to update the jar that provides POJOs. Please correct me if there is another way to do it.

  • JWS Not updating Jars in 1.6.0

    Hi,
    I have been using JWS since JRE 1.3. We have a servlet running and up until now I just had to increment the "version" for a respective Jar file and JWS would download that jar nicely.
    I moved to JRE 1.6 this week and for some reason (using the same back end) it seems like JWS launches and "Skips" and jars that have been updated (e.g. the version incremented). If I add new jars it seems to pick them up.
    Any help would be greatly appreciated. My JWS is here:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+" codebase="http://var_host/servlet/Loader/loanmagic_v4" href="loanmagic.jnlp">
         <information>
              <title>var_lm4_title</title>
              <vendor>Document Systems, Inc.</vendor>
              <homepage href="http://www.loan-magic.com"/>
              <description>Point of Sale Software for Mortgage Professionals.</description>
              <icon href="loanmagic.gif"/>
              <offline-allowed/>
              <shortcut>
    <desktop submenu="var_lm4_title"/>
    <menu submenu="var_lm4_title"/>
    </shortcut>
         </information>
         <security>
              <all-permissions/>
         </security>
         <resources>
              <java version="1.6+" initial-heap-size="64m" max-heap-size="256m"/>
    <jar main="true" href="loanmagic.jar" version="4.0025" download="eager"/>
    <jar href="comfyj-2.4.jar" version="4.000" download="eager"/>
    <jar href="jexplorer-1.8.jar" version="4.000" download="eager"/>
    <jar href="jexplorer-dll.jar" version="4.000" download="eager"/>
    <jar href="jniwrap-3.6.jar" version="4.000" download="eager"/>
    <jar href="winpack-3.6.jar" version="4.000" download="eager"/>
    <jar href="jdom.jar" version="4.000" download="eager"/>
    <jar href="jaxen-core.jar" version="4.000" download="eager"/>
    <jar href="jaxen-jdom.jar" version="4.000" download="eager"/>
    <jar href="saxpath.jar" version="4.000" download="eager"/>
    <jar href="xstream-1.2.1.jar" version="4.000" download="eager"/>
    <jar href="jfreechart-1.0.3.jar" version="4.000" download="eager"/>
              <jar href="jcommon-1.0.8.jar" version="4.000" download="eager"/>
    <jar href="calculators.jar" version="4.000" download="eager"/>
    <jar href="jRegistryKey.jar" version="4.000" download="eager"/>
    <jar href="jRegistryKey-dll.jar" version="4.000" download="eager"/>
    <jar href="xml-apis.jar" version="4.000" download="eager"/>
    <jar href="xalan.jar" version="4.000" download="eager"/>
    <jar href="serializer.jar" version="4.000" download="eager"/>
    <!-- FillMagic -->
    <jar href="fillmagic.jar" version="4.000" download="eager"/>
    <jar href="asjava.jar" version="4.000" download="eager"/>
    <jar href="asjava_p.jar" version="4.000" download="eager"/>
    <jar href="fop.jar" version="4.000" download="eager"/>
    <jar href="avalon-framework-4.2.0.jar" version="4.000" download="eager"/>
    <jar href="fsjython.jar" version="4.000" download="eager"/>
    <jar href="rmstools.jar" version="4.000" download="eager"/>
    <jar href="barcode4j.jar" version="4.000" download="eager"/>
    <!-- ViewMagic -->
    <jar href="itext-1.4.5.jar" version="4.000" download="eager"/>
    <jar href="pcl2pdfconverter.jar" version="4.000" download="eager"/>
    <jar href="pclonscreen.jar" version="4.000" download="eager"/>
    <jar href="pclrenderimage.jar" version="4.000" download="eager"/>
    <jar href="FullViewMagic.jar" version="4.000" download="eager"/>
    <jar href="TableLayout.jar" version="4.000" download="eager"/>
    <!-- Variables Passed into LoanMagic -->
    <property name="syncContext" value="/lmserver4/sync/"/>
    <property name="loginHandlerPath" value="var_host/servlet/login"/>
    <property name="useHTTPS" value="var_https"/>
    <property name="newUserSetupURL" value="https://var_host/webservices/loanmagic/newuserintro.jsp"/>
    <property name="emailPasswordURL" value="https://var_host/webservices/login/emailpass.jsp"/>
    <property name="DSIServerPath" value="var_host"/>
    <property name="emailHandlerPath" value="var_host/webservices/email/Processor"/>
    <property name="emailSchemaPath" value="http://var_host/webservices/email/schema/email_process_request.xsd"/>
    <property name="tutorialURL" value="http://var_host/support/tutorials/loanmagic/main.jsp"/>
    <property name="faqURL" value="http://var_host/support/faq/loanmagic/main.jsp"/>
    <property name="supportURL" value="http://var_host/support/main.jsp"/>
    <property name="productSuggestionsURL" value="http://var_host/support/suggest.jsp"/>
    <property name="pricingURL" value="http://var_host/webservices/loanmagic/fees.jsp"/>
    <property name="requestHandlerPath" value="var_host/servlet/RequestHandler"/>
    <property name="requestHandlerDTDPath" value="var_host/webservices/ws/dtd"/>
    <property name="jwsLoanMagicDir" value="loanmagic_v4"/>
    <property name="adminURL" value="https://var_host/webservices/admin?fromlm=true"/>
    <property name="releaseNotesURL" value="http://var_host/webservices/loanmagic/releasenotes_v4.jsp"/>
    <property name="privacyURL" value="http://var_host/privacy.jsp"/>
    <property name="loanAppURL" value="/lmserver/newLoanApp.do"/>
    <property name="comingSoon" value="http://var_host/products/loanmagic/main.jsp?copy"/>
    <property name="applicationVersion" value="4.0024"/>
         </resources>
         <application-desc main-class="com.docmagic.loanmagic.LoanMagic"/>
    </jnlp>
    Note, for example, I could update:
    <jar main="true" href="loanmagic.jar" version="4.0025" download="eager"/>
    to
    <jar main="true" href="loanmagic.jar" version="4.0026" download="eager"/>
    And it would get downloaded when I restart the JWS app on the client. This no longer seems to be the case..
    Maybe I am missing a new tag or something..

    i'm having the same problem.
    there is a new tag in JNLP 6
    <update check="always" policy="always"/>
    but even so , the jars wont be updated.
    However, i noticed that JWS does update it's cached JNLP (you can check from JWS Cache viewer , Show JNLP) but even if in the new JNLP there are new JAR versions specified , it wont get them till next time you launch the app.
    something like this is described here
    http://java.sun.com/developer/community/askxprt/2006/jl0410.html
    Dan

  • Detecting updated JAR files

    Hi,
    I have a problem that shows up somewhat infrequently. Once in a while, when I start my offline-allowed application, newer versions the application (e.g. updated JAR files) are not automatically downloaded. If I close the application and restart, the newer JAR files are properly downloaded. Has anyone else seen this problem?
    A perhaps related question I have is how long does web start wait for the head request to come back when it checks for newer JAR files?
    Thanks,
    Joe

    this post may help
    http://forum.java.sun.com/thread.jsp?forum=38&thread=452567

  • How to update JAR through URL

    Hello,
    I have implemented a standalone JAR file for windows, that runs in a system tray for our users to use. The application is using URL class to connect to our server and feed information. Trouble is that from time to time it may be necessary to update files packed in this JAR to give it other features. Instead of asking our users to download the JAR, I would like to have an option to update this JAR with a new JAR from the server, consequently using URL class.
    Could somebody please give me an idea on how to "download" a new JAR version and "replace" it with the existing one? So essential this should work as your typical "check for updates" feature. Any ideas on this matter will greatly be appreciated.
    Thank you,
    Victor.

    Java Web Start

  • [svn:bz-trunk] 16912: Update the version of commons-logging to 1.1. 1 to match LCDS.

    Revision: 16912
    Revision: 16912
    Author:   [email protected]
    Date:     2010-07-14 09:14:37 -0700 (Wed, 14 Jul 2010)
    Log Message:
    Update the version of commons-logging to 1.1.1 to match LCDS.
    We need this library to support commons-httpclient.jar.
    Modified Paths:
        blazeds/trunk/build.properties
    Added Paths:
        blazeds/trunk/lib/commons-logging-1.1.1.jar

    try TraceBasic, and TraceNetwork,
    you can also create a file named .javaws in you home directory with
    TraceBasic=true
    TraceNetwork=true
    TraceSecurity=true
    etc.
    in 1.5.0 or later you can also just add property to your deployment.properties file:
    deployment.trace.level=net|basic|temp|cache\security|ext|liveconnect|all
    (any combination, or just "all")
    /Andy

  • IPhone remote app no longer working after iPhone update to version 4.2.1

    I have 4 apple TV generation 3 devices. I have had these (and some older Apple TV 2 devices) for a number of years.
    I have home sharing enabled on all the TV devices and use the iPhone remote app or the iPad remote app to control them.
    After the update to version 4.2.1 my iPhone (and my wifes) can no longer see any of the apple TV devices and I get the message
    "Turn on Home Sharing in iTunes on your computer or on Apple TV using the account $my account"
    Home sharing is turned on on the iPhone devices (I have disabled it and re-enabled it and re-signed in to prove this as well as re-downloading the remote app direct from the app store)
    Home sharing is enabled on all the Apple TV devices
    I know this is working as the iPads can still see the Apple TV devices, but the iPhone 5s's both myself and my wife have cannot see them.
    This has worked fine for years but after the 4.2.1 update the iPhone is unable to interact at all as if home sharing is not enabled.
    I've one through the trouble shooting guides on the support pages but they don't do anything, and I didn't expect them to as I know home sharing is setup just fine as a.) it was working b.) the iPads are still working with the apple TV's
    Suggestions ?

    Update:
    Issue is still occuring, after resetting wireless router.
    Router: Netgear WNDR3400, SSID's turned off, WMM is enabled.

  • I've just updated my iPad to iOS 7.02 and I'm not able now to download new apps nor update the version of the existing ones.

    Hi!
    I've just updated my iPad to iOS 7.02 and I'm not able now to download new apps nor update the version of the existing ones. All of them are "waiting"... for ever.Even, when trying to download a new app, a "dratf" icon appears on the ipad, not the app's own icon...
    I've tried to switch off and on the iPad, disconnect and reconnect the itunes id... and nothing works. Even deleting an app, to download it again, doesn't work. It even doesn't ask for my password!!! (Stays with the small square with a circle around, the one that gets "bolder" while downloading... but it doesn't get bolder now. Just stay...).
    Any suggestions? I wouldn't like to reset the iPad, since I've got data in some apps that I wouldn't like lo loose...
    By the way, I can not either delete some apps with thos "draft" icons... even when the alert that appears when trying to do that is shown and select "ok".
    Thank you in advance!
    Best Regards,
    Carlos.

    Hi,
    Thank you, Once_was_lost, but it doesn't work either. I tried it yesterday as an option (I think you're referring to the options of those apps in the settings app).
    The problems are still here... I've been able to update some apps using the PC itunes (connecting the app to it), but all the other apps are still "wating", and I have two new strange things:
    * I cannnot remove the apps that are downloading (at least those that are supposed to be downolading ) . But I could remove one from the PC... and now there is an "empty line" in the "to update apps list".
    * Stranger: though I cannot download new apps or music from the store, I can do in-app purchases!!! In that case, I'm asked for the password and the item downloads. How is it possible?????
    I can download with the same user in the PC, in the iPhone... but not in the iPad .
    I'm getting mad...

  • I restarted my Firefox this morning and it automatically updated to version 9.0.1. Since that update, I am unable to open Firefox - it is giving no response.

    I restarted my Firefox this morning and it automatically updated to version 9.0.1. Since that update, I am unable to open Firefox. When I try to open it (and this is on a Mac), it does not respond and freezes with a white screen, the tab says "connecting...," and there are no bookmarks or anything showing on the browser. It does not respond at all - I cannot even click into the navigation to change any of the preferences. Please, someone help! Not having Firefox is killing me!

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • HT1871 Hello i have one IPhone 4S and I use 3G net in my mobile sometime I have problem with temperature in my phone at the SIM card or battery how can I fix this problem. By update or version of 6.1.3

    Hello i have one IPhone 4S and I use 3G net in my mobile sometime I have problem with temperature in my phone at the SIM card or battery how can I fix this problem. By update or version of 6.1.3

    Could it be because the SIM card got damaged while I cut it to fit the IPhone?
    Very likely. Hard to believe the carrier in Mexico doesn't have a micro-SIM card available.
    Or somehow the Chinese carrier found out and locked it?
    No, which is not possible.
    What can I do? Get a new SIM and see if it works again?
    Get a micro-SIM from the carrier in Mexico that you don't have to manually cut down. If that carrier doesn't provide one, switch to another carrier that is not so low-budget.

  • HT2292 gnature can't can't update new version of itunes due to error message saying invalid siupdate new version of itunes due to error messagecan't update new version of itunes due to error message saying invalid si saying invalid si

    can't update new version of itunes due to error message saying invalid si

    That suggests that the installer is getting damaged during the download.
    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • TS1717 I have updated to version 11 of itunes and now it wont open comes up with comment saying it is not installed correctly or corrupt. Help

    I have updated to version 11 of itunes and now it wont open comes up with comment saying it is not installed correctly or corrupt. Help

    A complete uninstall/reinstall is worth a crack with that one:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

Maybe you are looking for