Workspace Streaming

 View Only
  • 1.  How do I make a version 2 of a package?

    Posted Feb 24, 2011 01:29 PM

    I have an application that i've updated, but I can't seem to figure out how to make it a version 2 of the existing package. I've uploaded it but it appears as another package with the usual Default and Version 1 options.



  • 2.  RE: How do I make a version 2 of a package?

    Posted Feb 25, 2011 03:04 AM
      |   view attached

    Hi there,

     

    For doing a version 2 of your package you must use the "application upgrade" in your wise composer console.

    when you launch it, it will asked you who's the package you want to upgrade, and after he do the upgrade of your package like if you do a new package.

    Just test it and tell me if it's the thing that you're looking for.

     

    As attachement a doc file demonstring your how to do it (sorry, is in french but I think just looking the frame you can do it)

    Attachment(s)

    doc
    Upgrade package.doc   828 KB 1 version


  • 3.  RE: How do I make a version 2 of a package?

    Posted Feb 28, 2011 06:24 AM

    Thanks for the guide, but i'm unable to get past the first screen. When I select the XPF package I want to upgrade it says Unable to get the status of the specified package or missing required package files.

    Any ideas?

     



  • 4.  RE: How do I make a version 2 of a package?

    Posted Feb 28, 2011 07:19 AM

    Hi,

    just test to do the package upgrade, getting the original package locally on your computer (all files of you package).

     

    Said me if it does work after (on local machine)



  • 5.  RE: How do I make a version 2 of a package?

    Posted Mar 17, 2011 06:01 PM

    Hi,

    This error probably indicates that you are missing some source files from the original package or they are corrupted.

    Please make sure that you have the below files and folders in the original package folder to create the upgrade package:

    Folders:

    1. Icon
    2. Intermediate
    3. Scripts
    4. Snapshot

    Files:

    1. AppInfo
    2. Readme.txt
    3. Default Template File.
    4. Log file with the the <package_name>.txt format.
    5. pdr.xml file (the package configuration file).
    6. <package_name>.xpf file (The actual XPF package).

    If any of these are missing or corrupt, the upgrade package creation might fail.

    BTW, how big is the source package. If possible try to archive as .zip using 7-zip here and I will take a look

    Regards,

    Balachandar.M



  • 6.  RE: How do I make a version 2 of a package?
    Best Answer

    Posted Mar 31, 2011 02:19 PM


  • 7.  RE: How do I make a version 2 of a package?

    Posted Mar 31, 2011 04:17 PM

    Thanks for the guides, exactly what I needed.