Display Package version number in HTML?

Hi,
My customer wants to display the version number of the apps/xx package in the HTML.
I'm just wondering if this is a good idea, i.e. the actual package contents could be overwritten, but the package doesn't change.
Also - how could that be achieved?  There is a services JSP in the CRX package manager - could that be used?
http://localhost:4502/crx/packmgr/service.jsp
Thanks!

The subject line & description looks contridactory. I am assuming you are looking for package version, For that You should be able to get using jcr package api [1]. Ex:- vJcrPackageDefinition.getId().getVersionString()
http://dev.day.com/docs/en/cq/current/javadoc/com/day/jcr/vault/packaging/JcrPackageDefini tion.html

Similar Messages

  • Question nVidia Chipset Drive Package Version Number.

    Question nVidia Chipset Drive Package Version Number.
    Hope this question is in the right sub forum.
    I have see this question asked on several Forums, but never see a answer.
    How do you tell which Chipset Driver Package Version is installed on your system, other than going to the Device Manager calling up the properties for each device and record the version number and comparing it to what listed for the Drive Package version?
    Roger

    I agree with you Richard.
    I wouldn't say super fast ram though, I buy Crucial. It is very nice ram and does not break the bank. (no heatsinks on it or any other expenses)
    Maybe I offended you, Bcc, by accident. I'm just trying to help folks on these forums and I have been with the nforce since day one. I have never seen this issue happen (or anything like it) on this board.
    Like my suggestion, (if that didn't work, I would have continued to work) if I couldn't disable the agp host I would have uninstalled it (the device itself) and let windows try again. It could have been an nforce package issue and not with the detonator. I wish when these problems occurred, that I had the opportunity to try and fix these very rare occurences and examine the issue at my own desk.
    I see too many people jump to the conclusion that they have found the mystery bug and go tell nvidia to recall the boards and fix it. I would not try to tell you that you are clueless about computers, as I don't have any idea how well you know them. But as an experienced technical writer/helper, I'm inclined to speak to the people as if they are dumb. As you can guess, many aren't, and they think that I may be saying they are, but at least they understand the situation.
    More than the majority of problems are caused by heat. Too much heat will cause funny things to start happening to your computer. Sometimes it's just the ram, or maybe the cpu that get overheated. With summer coming, it's prime time to see the 'heat' problem creep up. I'm sure this wasn't the case with your issue, but it is overlooked most of the time.
    Anyway, I'm glad your happy and your problem is fixed.

  • Display SharePoint Version number in Excel

    I have managed to display the SharePoint Version Number in Word 2007, using the label and the Document Management Policies in SharePoint. Now I am looking for something similar in MS Excel 2007, allowing me to automatically display the current version number
    of the Excel file somewhere inside the document.
    The idea is to always have an up to date version number on any printout of an Excel file, so that we can control our documents better. While I managed to display the number through the "Quick Parts" tool in Word, I cannot see anything similar in Excel.
    Any ideas on how I can achieve this?
    Thanks for the help.

    Firstly on the SharePoint document library create a custom column called SPVersion. A custom workflow will then be required to copy the SharePoint version number into the SPVersion column when an item is updated or added.
    Start Excel and from the quick access toolbar, select More Commands. Then from the left navigation, choose Popular and ensure that 'Show developer bar in the ribbon' is selected. Click OK. Now open the Excel and save the file as a Macro Enabled Excel
    Workbook. From the developer ribbon, click on 'View Code'. Right click on Microsoft Excel Objects and click on Insert > Module. Paste the user defined function below into the module: 
    Function SPVersion()
    Dim wb As Workbook
    Set wb = ThisWorkbook
    For Each prop In wb.ContentTypeProperties
    If prop.Name = "SPVersion" Then
    SPVersion = prop.Value
    End If
    Next prop
    End Function
    Now return to the Excel sheet and enter the function =SPVersion in any of the Excel cells to display the SharePoint version number.

  • Package version number

    First of all hi to all of you!
    I'm little confuesd from time to time, when upgrading my system. For example downloading firefox 2.0.0.12-x two times day by day. I assume that -x stands for build number of specific package, am I right ?
    If so wouldn't be beter to place newest packages first to testing repo and after one or two days move to extra ? Somthing like that would prevent people (using only core and extra repos) from downloading same thing for 2 or more times. I think that testing, unstable and even community are the best place to test package not core and extra.
    Arch is supposed to be a bleeding edge distro with newest software, I understand that. But I think it would be best to test builds for few days before they get to core or extra.
    Last edited by lukslab (2008-02-15 17:00:12)

    lukslab wrote:
    brebs wrote:It contained security fixes - we want those ASAP.
    I understand why it is crucial for some packages to be as fast as possible in extra, but sometimes few hours in testing would be enough to find out that there's something wrong with build.
    There was nothing wrong with the build, it worked just fine, except for the occasional security flaw left wide open for an attacker. How exactly do you test that before putting into 'extra'?
    You make it sound so easy, but have u tried to be a developer and release packages? Not everyone on the internet works at the same time, what is a normal day for you is an evening and morning for someone else.
    I was gonna mention xdelta, but I see shining already did that, maybe u could offer some of your expertise to this project...

  • Have followed instructions for displaying Version number. Does not work. I believe "Firefox button" means the gold & blue globe? No "Help" button. Can find no reference anywhere to version number.

    I believe that I have installed v.5 but can find no confirmation anywhere.... till now, when your "educated guess" shows v.5.0.1. Please give me concise instructions for displaying the version number. (For most software packages, "About" works... but not in this case.)
    Thanks.

    I can't think how '''cor-el''''s first advice went wrong. For Windows there is no difference between Fx5.0 and 5.01
    Just to be really sure you can do -
    *Firefox orange button>Help>Troubleshooting Information lists your Fx version, or
    *Options>Advanced>Update>Show update history(little box at the bottom).

  • Display version number in list, browse

    Hi, would someone know if there is a way to display the version number of a versionned document in the list, browse and detail displays.
    Thanks

    Hi, would someone know if there is a way to display the version number of a versionned document in the list, browse and detail displays.
    Thanks

  • How to reference application version number and current date in page footer

    Am new to Apex and am creating first app for production users on Apex 4.0.1 ... I notice that Application Builder app itself displays the version number at bottom right of screen .. are there any substitution strings that I can use to get current date and application version in my own Apex app ... or do I need to create e.g Javascript to format the date and create my own substitution string ?
    Any help much appreciated .. thanks !

    I modified the Footer of our Default page template. Used JavaScript for the date, below is the code we use. The very last table is specific to our environment and it would need to be customized for your use or removed if not needed. I am a JavaScript novice so this may be crude but it does the job.
    Jeff
    <table width="100%" cellpadding="0" cellspacing="0"
    border="0">
    <tr>
    <td width="500">
    <script Language="JavaScript">
    <!--
    function GetDay(nDay)
         var Days = new Array("Sunday","Monday","Tuesday","Wednesday",
                              "Thursday","Friday","Saturday");
         return Days[nDay]
    function GetMonth(nMonth)
         var Months = new Array("January","February","March","April","May","June",
                                "July","August","September","October","November","December");
         return Months[nMonth]             
    function GetTime () {
      var curtime = new Date();
      var curhour = curtime.getHours();
      var curmin = curtime.getMinutes();
      var cursec = curtime.getSeconds();
      var time = "";
      if(curhour == 0) curhour = 12;
      time = (curhour > 12 ? curhour - 12 : curhour) + ":" +
             (curmin < 10 ? "0" : "") + curmin + ":" +
             (cursec < 10 ? "0" : "") + cursec + " " +
             (curhour > 12 ? "PM" : "AM");
      return time;
    function DateString()
         var Today = new Date();
         var suffix = "th";
         switch (Today.getDate())
              case 1:
              case 21:
              case 31:
                   suffix = "st"; break;
              case 2:
              case 22:
                   suffix = "nd"; break;
              case 3:
              case 23:
                   suffix = "rd"; break;
         var strDate = GetDay(Today.getDay()) + " - " + GetMonth(Today.getMonth()) + " " + Today.getDate(); strDate += suffix + ", " + Today.getFullYear() + " " ;
         return strDate
    //-->
    </script>
    <script Language="JavaScript">
    <!--
    document.write(DateString() + GetTime());
    //-->
    </script>
    </td>
    <td width="300" class="fineprint"><div align="right">
    </div></td>
    <td width="900" class="fineprint"><div align="right">
    &APP_USER.
    #APP_VERSION#
    </div></td>
    </tr>
    </table>
    <table width="100%" cellpadding="0" cellspacing="0"
    border="0">
    <tr>
    <td width="33%" align="left" valign="bottom"><img
    src="#WORKSPACE_IMAGES#iconseal-rust.gif" alt="NH State Seal" width="25"
    height="25" /></td>
    <td  width="33%" align="center" valign="bottom"><a href="http://www.nh.gov/" class="fineprint">NH.gov</a>
      <a href="http://www.nh.gov/disclaimer.html"
    class="fineprint">Privacy Policy</a>   <a
    href="http://www.nh.gov/wai/index.html" class="fineprint">Accessibility
    Policy</a></td>
    <td width="33%" class="fineprint"><div align="right">Copyright &#169 State of
    New Hampshire, 2007-2010</div></td>
    </tr>
    </table><br />
    #FORM_CLOSE#
    </body>
    </html>

  • A command for finding an application's version number?

    Hello,
    I need a command for finding the version number of a specific application installed in OS X, and I need to be able to run it via the UNIX feature of Apple Remote Desktop, so that I can run it on hundreds of computers. First I tried this:
    system_profiler -detailLevel full
    It works, but it takes a long time to produce the output, because it's gathering and outputting all of the information that System Profiler provides. I don't know if there's a way to narrow it down so that it only gives me the version number of the specific application I need to know about. This is an example of what the output looks like for each application listed.
        iPhoto:
          Version: 9.2.1
          Last Modified: 10/27/11 10:05 AM
          Kind: Intel
          64-Bit (Intel): No
          App Store: No
          Location: /Applications/iPhoto.app
    Copying that to TextEdit and searching for the application's name takes way too long, especially for hundreds of computers. Are there any arguments or regular expressions I could add to the command to narrow it down, and make it only output the information I need?
    Someone suggested this command, which takes the information from Spotlight:
    mdls -name kMDItemVersion <path to file>
    That works for apps in the Applications folder, but the application I need the version number for is in the /usr/bin folder and I'm guessing that's not indexed by Spotlight, because it returns:
    kMDItemVersion = (null)
    Any help would be greatly appreciated!
    -Mike

    You rock! I'm definitely on the right track now. Yes, it's a regular application package, not a UNIX executable. Ok, so I use this command to display the Info.plist file inside that package:
    cat /usr/bin/uc/UndercoverRegistration.app/Contents/Info.plist
    And it outputs this:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
        <string>UndercoverRegistration</string>
        <key>CFBundleIconFile</key>
        <string>Undercover</string>
        <key>CFBundleIdentifier</key>
        <string>com.orbicule.UndercoverRegistration</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
        <string>4.5</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>4.5</string>
        <key>NSMainNibFile</key>
        <string>MainMenu</string>
        <key>NSPrincipalClass</key>
        <string>NSApplication</string>
    </dict>
    </plist>
    So can I add arguments to that command to have it only display the version number, which is on line 18 (the value is 4.5 here)? So would I be able to display only line 18, or display whatever is below the line that reads "<key>CFBundleShortVersionString</key>"? Thanks!

  • How do I make my iPhoto Library's version number appear in the Get Info window?

    I recently (within the past 2 weeks) purchased a new 27 inch iMac and have been importing data (applications and files) from my 2010 Macbook Pro via AirDrop.  One of the first files I migrated over was my iPhoto Library.  I doing so, I noticed a few differences between its file attributes and those of the iPhoto Library file created by default on my new computer - two of which I'll note here.  First, I noticed that the file resident on my new OS was labeled iPhoto Library.photolibrary while my older version did not have the ".photolibrary" extension.  That seemed simple enough to correct so I added that extension to my old library file.  The second difference I'd note - and the source of my question - is that the default iPhoto Library file displayed a version number (9.5.1) in its "Get Info" window, while mine did not.  I checked my file's info.plist file and the correct information seems to be listed.  It reads (in part):
    <dict>
                   <key>CFBundleGetInfoString</key>
                   <string>iPhoto Libary 9.5.1</string>
                   <key>CFBundleShortVersionString</key>
                   <string>9.5.1</string>
    </dict>
    </plist>
    I'm not sure this is really a question for the iPhoto community, as it seems like a more general issue; but, this is my first post to these forums, and I didn't know where to start.  Thanks in advance for the advise/suggestions.

    In terms of the info.plist file, I only reviewed it to see why I wasn't seeing the version number in the GetInfo window.
    The string "<key>CFBundleGetInfoString</key>
                   <string>iPhoto Libary 9.5.1</string>"
    is exactly what will be shown in the Get Info panel. I tested that by simply editing this string in a test library using XCode. I could "Get Info" to show ridiculous versions numbers this way.
    However, none of my older iPhoto libraries will show the version string in Get Info, only libraries I created with iPhoto 9.5.1. or Aperture 3.3 or later.
    There is probably one of the other database files in the folder "database" - *.appdb and *.db  interfering.  None of the Library First Aid options did make the version number show for my older iPhoto libraries - not even rebuilding the iPhoto library. The only way I could make the version number show in "Get Info" was by exporting the library as a new library using Aperture. But this exported library is now showing as Aperture library.

  • How do I determine the executable version number?

    Hi.
    I have a VI and a build specification for it.  In the Version Information section of the build specification, I set the version number to auto-increment.  I would like to display this version number on an indicator on the front panel of the executable, but I have not found a property that provides this information. Does anybody know how to get the executable version number? I am aware that it is possible to right-click on the .exe file in windows explorer, go to properties and get it that way, but I would like to display it on the VI itself.
    On a related topic, I have noticed that only the 'build' field of the version gets auto-incremented. How does the application builder decide when it is time to increment the major, minor and fix fields?  Or will it only ever auto-increment the build field and I am supposed to update the other fields manually? (That would actually make sense, but I would like confirmation.)
    Thanks in advance,
    Alejandro
    Solved!
    Go to Solution.

    -Please check this if its helpful
    http://digital.ni.com/public.nsf/allkb/935BA7FB426305398625711E0055F1FA
    -And vote for this if you like idea
    http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Get-EXE-version-in-LabVIEW/idi-p/1324119
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

  • How to display flash version, air version, etc.

    Hi flex community,
    I wanted to know how can I display the version number of my own project, the adobe air version, the flash version, the operating system, the processor, the ram installed of the users system in a label.
    king regards
    flexx0r

    I have found that the Capabilities Class gives you a great deal of information.
    check it out:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabiliti es.html

  • Auto increment version number

    I want my program to be able to display a version number which is incremented automatically on every new build. Is there any way I can do this in Eclipse 3.2.1?

    It's not an Eclipse question it's a Java question, I just wanted to know whether there was some way of automating this through Eclipse as that is the IDE I'm using at the moment.

  • Version number is displayed as a code not the number

    I've created a document template within a  library and added a label to display the version of a document on the footer and I continued to add other columns such "date created, date modified, Revision etc" and now the version number is displayed
    as a code not the number that was displayed before. before the version was displayed as minor versions but now it shows this "{_UIVersionString}". Can anyone
    help please
    Thanks In advance

    Hi Rajendra,
    If i understood your problem correctly then try this
    i am giving one example how to use html tags in sql query
    you can try for other html tags
    but below code only works with PL/SQL Dynamic Content region,so create your report using this region.
    htp.p('<ol type = "circle">');
    htp.p('<li>');
    ----------------your code------
    htp.p('</li>');
    htp.p('</ol>');
    htp.p('<br>');
    hope this helps you,
    Thanks,
    Jitendra

  • PO Version Number not available in PO List displays (ME2L, ME2K, etc)

    I have configured PO Version Management. My PO's are working as desired with proper output.
    However, the PO Version Number is not displayed in my PO List Display tcodes (ME2L, ME2K, etc) nor is it available to add to the layout.  I have configured the Scope of List for "BEST" (PO's) to include change documents. However, there is nothing when I go to ME2L for a PO that has 15 versions. I have verified that EKKO does contain the latest version number for this PO.
    Have I missed a config step??

    Thank you - I did post in MM once I realized I posted in SRM.
    I realize that only the current version is displayed in these transactions. But I need to see the actual version number - no the history - just the current version number. We use these reports to supply our Internal Auditors with PO Data and they require to see the PO # and Version # without having to actually pull up each PO individually in the system.
    I had assumed that since they use EKKO and EKKO contains REVNO that REVNO would be available in my layout and I could simply add it to the report. However, this is not the case.
    Thanks,
    Tonia

  • I have a question about the new version of itunes. in the old version at the bottom of the sceen it display the total number of media and the size of the files. how can i get the new version to diplay this?

    in the old version at the bottom of the sceen it displayed the total number of media and the size of the files. how can i get the new version to diplay this?

    You're welcome. It was frustrating for me as well until I stumbled across "the fix"

Maybe you are looking for

  • Schedule SSIS packages as job in SQL Server Agent errors

    Hi, I am using SQL Server 2008 R2 and created few SSIS packages and schedule them using SQL Server Agent and every time I try to schedule packages via SQL Server Agent my jobs keep failing. I am using domain/ione as the owner and when I invoke the jo

  • How to show 1 value in chart

    Hi there! just want to ask how to show the value 1 in chart? Thank you in advance! Best Regards, Jef

  • My photo in outgoing email

    My picture used to appear near the "from" in outgoing emails. It has disappeared since I put a new photo for my contact. How do I get my pic back?

  • Aperture 3, iPhoto-08 and Locate Referenced Files

    I usually import my photos to iPhoto-08 and work with my favorite ones in Aperture as Referenced Files. After upgrading my hard drive and using SuperDupper to restore my system to the new drive, the referenced masters are missing. I have tried Locate

  • Macbook Pro 8gb or 16gbRAM? 128gb or 256gb Flash?

    Hi, I am buying a macbook pro for the first time ever and I was wondering what I should get. I am set with the macbook pro with Retina display but do not know if to upgrade to 16gb Ram or leave it as it is. Also, how about flash, 128gb or 256gb? What