Urgent: Export data to pdf

Hi,
If anyone can guide me that how we can export to pdf in wad 3.5.
Thanks in advance in helping out.
Thanks
Michelle

Hi Pankaj.
Check out this link: <a href="http://www.bwexpertonline.com/archive/Volume_02_(2004)/Issue_05_(May)/V2I5A1.cfm?session=">http://www.bwexpertonline.com/archive/Volume_02_(2004)/Issue_05_(May)/V2I5A1.cfm?session=</a>
It does not consern the WAD in specific, but might be usefull.
Hope it helps.
BR
Stefan

Similar Messages

  • Help with exporting data from pdf form

    I have about 100 pdf forms that I created in adobe forms central and distributed as a pdf form (rather than on the web). I am trying to export the data into a spreadsheet but when I export it, the fields are all jumbled in the csv file, as in they are not in the same order. I need to export the data all together so I'm going to the forms menu and selecting "manage form data" and then selecting "merge data files into spreadsheet". I tried exporting a single file but that gave me something really weird.
    Please help, I have a deadline next week to analyze this data and can't make sense of it once it is exported to a spreadsheet.

    Would you please share your form with me and send me one of your pdf forms and some of the csv files?
    You can share your form by doing the following:
    1. Click on the “Share” icon on the bottom left corner.
    2. Click on “Add Collaborator” on the popup menu.
    3. Enter [email protected] under “People to share with”.
    4. Set subject to "Export data from pdf form"
    5. Click the “Share” button on the bottom right of the dialog.
    Thanks
    Ken

  • Export data on pdf-form to Excel

    I would need help for exporting data from pdf-form to Execl spreadsheet
    the basic idea is that a pdf-form would be the user interface to collect the data with text boxes / drop-downs (such as "Vendor", "Purchase order number", "Date", "Text" etc.) and after the data is filled on the pdf-form it would be easily exported (with button?) to one certain Excel -file.
    The Excel-file should have similarly named colums and the data from pdf-form would be exported always to the next empty row.
    PDF FORM
    Excel -spreadsheet

    Thanks but this is not quite what I was looking for
    The idea was that the user would fill-in the data on the pdf -form and from there this data would be exported to one named Excel-file ( = data exported always to same Excel - file / to the next empty row)
    So this Excel -file would act as a summary file / database from where the collected data could be easily sorted etc.
    Another issue is that I'm looking for easy solution for the exporting fuction (e.g. button + java script) so that also the "dummy users" could operate this

  • ADS: com.adobe.ProcessingException: Error exporting Data into PDF

    Hi Experts,
    when trying to upload a PDF file to my WD4A application and extract the data I am getting this ADS Error:
    ADS: com.adobe.ProcessingException: Error exporting Data into PDF - PDF Exception: Invalid object for the XFA entry in the forms dictionary.(200201).
    The error only appears when I`m trying to upload a PDF file that has been created after an Java Script Update of the Adobe Form Builder. My actual version is 710.20070621204053.403203.403203 - ContainerFoundation_JS.
    All PDF files created before this update can be uploaded without problems. Am I missing something to be updated?!
    Thanx & best regards,
    Oliver

    Dear Oliver,
    I am facing this problem, can you recall how did you resolve this, please ? Thank you.
    Regards
    Kir chern

  • Discoverer 9i: Export data to PDF gives internal error

    Hi there!
    In discoverer 9.0.2.39.01 (desktop edition), EUL 5.0.0.0.0.0 the export data option
    to PDF gives the following error:
    Internal Error in generating report Export failed.
    In MetaLink you can find bug 780474 for Discoverer 3! It seems to be the same bug?!
    If there is a workaround please send a hint to the list.
    Anybody out there who can give me a hint?
    Best regards!
    Henrik
    Henrik Bachmann mailto:[email protected]
    B.I.M.-Consulting Magdeburg http://www.bim-consulting.de/
    D-39108 Magdeburg

    Hi there!
    Here is the solution:
    I have five Oracle Homes on my PC, because I am testing new releases of
    Oracle software (e.g. Discoverer 9.0.2).
    The database connect is well defined in the tnsnames.ora in the oracle home
    for 9i tools but not defined in the oracle home for 6i Tools (a newbie error
    - annoyingly, but there is no qualified error message from Discoverer ...).
    So Reports (6i!) is not able to connect to the target database. But if you
    wish to export to PDF you need reports 6i.
    Thanks again!
    Best regards!
    Henrik

  • Export data to pdf file in ALBPM ?

    Hi,
    Can anyone tell me how to export all my data that are rendered in a jsp file to a PDF file in ALBPM
    i.e I want all my data that are there in jsp page, onclick of a button all those data will be printed/posted on a pdf file with a specified file name.
    Regards,
    Bibhu

    I have used the iText java library to create PDF files in ALBPM 5.7 and OBPM 10gr3. There is a bit of cut and paste programming involved, but it worked out great for us.
    http://itextpdf.com/
    Here is a short code snippet (about 150 lines) so you can see what kind of code would be required
        IText.Com.Lowagie.Text.Font bold20 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 20,
                                                                        IText.Com.Lowagie.Text.Font.BOLD);
        IText.Com.Lowagie.Text.Font bold9 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 9,
                                                                        IText.Com.Lowagie.Text.Font.BOLD);
        IText.Com.Lowagie.Text.Font bold8 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 8,
                                                                        IText.Com.Lowagie.Text.Font.BOLD);
        IText.Com.Lowagie.Text.Font italic9 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 9,
                                                                        IText.Com.Lowagie.Text.Font.ITALIC);
        IText.Com.Lowagie.Text.Font italic8 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 8,
                                                                        IText.Com.Lowagie.Text.Font.ITALIC);
        IText.Com.Lowagie.Text.Font normal20 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 20,
                                                                        IText.Com.Lowagie.Text.Font.NORMAL);
        IText.Com.Lowagie.Text.Font normal12 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 12,
                                                                        IText.Com.Lowagie.Text.Font.NORMAL);
        IText.Com.Lowagie.Text.Font normal9 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 9,
                                                                        IText.Com.Lowagie.Text.Font.NORMAL);
        IText.Com.Lowagie.Text.Font normal8 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 8,
                                                                        IText.Com.Lowagie.Text.Font.NORMAL);
        // step 1:
        // we create a writer that listens to the document
        // and directs a PDF-stream to a file or outputstream
        //fileOut = FileOutputStream(arg1 : &quot;test.pdf&quot;);
        //byteOut = ByteArrayOutputStream();
        // step 2: set the page size
        rec = Rectangle(arg1 : 8.5 * 72, arg2 : 11 * 72);
        //rec.setGrayFill(1.0f);
        // step 3: creation of a document-object
        document = IText.Com.Lowagie.Text.Document(rec);
        // step 4:
        // we create a writer that listens to the document
        //PdfWriter writer = PdfWriter.getInstance(arg1 : document, arg2 : Java.Io.FileOutputStream("./HelloWorld.pdf"));
        PdfWriter writer = PdfWriter.getInstance(arg1 : document, arg2 : byteOut);
        // step 5: we open the document
        document.open();
        //document.setMargins(arg1 : 0.2f, arg2 : 0.2f, arg3 : 0.3f, arg4 : 0.3f);
        PdfContentByte pdfCByte = writer.getDirectContent();
        pdfCByte.rectangle(25,25, 562, 742);
                       //pdfCByte.moveTo(140, 700);
                   //pdfCByte.lineTo(240, 700);
                   //pdfCByte.lineTo(240, 800);
                   //pdfCByte.lineTo(140, 800);
        pdfCByte.closePathStroke();
        //pdfCByte.setGrayFill(1.0f);
        // step 6a: Create
        // step 6: add contents to the page
        table = PdfPTable(1);
        table.setWidthPercentage(80);
        table.setHorizontalAlignment(Element.ALIGN_MIDDLE);
        emptyTable = PdfPTable(1);
        emptyTable.setWidthPercentage(arg1 : 100);
        emptyCell2 = PdfPCell(Paragraph(""));
        emptyCell2.setBorder(Rectangle.NO_BORDER);
        emptyTable.addCell(emptyCell2);
        para = Paragraph(30, "Data Data Data Example", normal20);
        cell = PdfPCell(para);
        cell.setHorizontalAlignment(Element.ALIGN_CENTER);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        document.add(arg1 : table);
        document.add(emptyTable);
        document.add(emptyTable);
        document.add(emptyTable);
        table = PdfPTable(1);
        table.setWidthPercentage(80);
        table.setHorizontalAlignment(Element.ALIGN_MIDDLE);
        para = Paragraph(30, struct.headerInfo, normal9);
        cell = PdfPCell(para);
        cell.setGrayFill(0.85f);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        document.add(arg1 : table);
        document.add(emptyTable);
        document.add(emptyTable);
        // Line #1 NEW Table
        table = PdfPTable(17);
        table.setWidthPercentage(100);
        para1 = Paragraph(30);
        p1 = Phrase ("Requested Date : ", bold9);
        SimpleDateFormat formatter;
        formatter = SimpleDateFormat("MM/dd/yyyy h:mm:ss a");
        evalDateStr = String.valueOf(Utils.notNullString( (object.requestDate==null)?"":object.requestDate.format(formatter : formatter)));
        p2 = Phrase ( evalDateStr, italic9);
        para1.add(p1);
        para1.add(p2);
        cell = PdfPCell(para1);
        cell.setGrayFill(0.85f);
        cell.setColspan(8);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        emptyCell = PdfPCell(Paragraph(""));
        emptyCell.setGrayFill(1.0f);
        emptyCell.setBorder(Rectangle.NO_BORDER);
        table.addCell(emptyCell);
        para1 = Paragraph();
        p1 = Phrase ("Coordinates: ", bold9);
        para1.add(p1); 
        cell = PdfPCell(para1);
        cell.setGrayFill(0.85f);
        cell.setColspan(8);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        // Line #2
        para1 = Paragraph(30);
        p1 = Phrase ("Contact : ", bold9);
        p2 = Phrase ( varContact   , italic9);
        para1.add(p1);
        para1.add(p2);
        cell = PdfPCell(para1);
        cell.setGrayFill(0.85f);
        cell.setColspan(8);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        emptyCell.setGrayFill(1.0f);
        table.addCell(emptyCell);
        emptyCell.setGrayFill(0.85f);
        table.addCell(emptyCell);
        para1 = Paragraph();
        p1 = Phrase ("Latitude : ", bold9);
        p2 = Phrase (object.lat, italic9);
        para1.add(p1);
        para1.add(p2);
        cell = PdfPCell(para1);
        cell.setGrayFill(0.85f);
        cell.setColspan(7);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell); 
    //add the table to the document
        document.add(table);
    // close the document
        document.close();

  • Would like to export data from PDF form as plain text for other applications.

    If this has been answered, I apologize and hope that someone will point me to the right place to see the answer.
    PROBLEM: I have created a PDF form to be filled out and returned via email to specific email addresses. I want that email to show the data being returned as plain or rich text (either will do) in a simple email. I need this because the information will be used in  different applications (print, web, etc...). I just need text that can easily be cut and pasted by people not that sophisticated in their use of computers.
    I understand this may be a javascript function in the Actions menu of the Submit button. But, I rarely do forms through Acrobat and this is new to me.
    Any helpful response is as always, greatly appreciated.
    --C

    GKaiseril wrote:
    "You could export the from data as a tab delimited text file and then import that data into an SQL database"
    I could say as I have to do, in detail?
    As could do (adobe acrobat) a button(tab delimited text file) to export a completed form from the adobe reader?
    greetings and thanks.

  • Export data from a table (not a bi query) to pdf

    Hi experts,
    I would like to know the way to export data in VC 7.0 from a table to a pdf. This table is generated NOT from a BI query but from an SQL using connection to Oracle DBMS.
    Thank you all
    Alessandro

    Hi,
    Use this link:[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/47fe4fef-0d01-0010-6f87-ed8ecb479123]
    and Go through he below thread.
    [Re: Export data from visual composer to excel]
    Regards,
    Govindu
    If helpful reward points

  • Exporting one specific pdf form field data to a specific webpage field

    Hello there.
    I am currently creating a form in which I need to export one specific pdf form field data to a specific webpage field to avoid typing it again or hitting ctrl+c and then ctrl+v to the webpage, as there are several records that need to be copied and pasted.
    I read that there is no access to the clipboard within pdf therefore, would like to know if there is any way to do that without accessing the clipboard.
    I am a newbie and have been learning by searching the forums and Google, therefore, would appreciate any insight on whether or not this is possible using javascript or the "submit form" funcion.
    Any help is greatly appreciated!

    Hi George, thanks for your response!
    The main issue I have is that this web page is in fact a government page in which I have to manually copy and paste information.
    I have no idea how to automate this process - I have access to the scripts on the page to see what I am able to do, but since I do not have much experience (only very basic javascripting), any other insight would be great!

  • Export only specific data from PDF to Excel

    Hello,
    I am trying to figure out a way to export only specific fields from a PDF to an Excel sheet.  I have dozens of past revenue statements from various companies.  When I export the whole PDF at once, it does not transfer in any use able way without manually moving a bunch of things around.  I am working with revenue statements from oil and gas wells.  Therefore, the goal is to put the well name in one column, quantity produced in another, price sold for in another, etc.  However, as I said, the statements are not set up in a way that transfers over in that format.  It would be ideal if I could choose which columns in the PDF to transfer over and in what format I choose.  In many cases,  I have a different PDF for each month, which I could merge into one document if I need to.  Any help would be greatly appreciated.

    It's possible to do it but it requires using a script. You can't do it by using the built-in Export Form Data command.

  • Control file name of exported data/pdf

    I have LiveCycle forms that internal auditors use to record their audit results. These forms will be used by by many different people and submitted to Quality by a Submit-By-E-mail button. Is there a way to control the file name of the exported data.
    For example: the first form control number is LPA-11-001. Is it possible to include this info in the exported file name? Ideal would to include the audit completion date the user selected on the form and their last name (last name is a seperate textfield from their first name on form).
    Thanks

    Hi,
    You can, but not without a bit of extra scripting AND a lot of maintenance issues.
    Have a look at this long thread (with examples): http://forums.adobe.com/message/3126855#3126855.
    This is considered a security concern by Adobe and is restricted. You need to have a folder-level JavaScript file in a set folder on the computer of EVERY user using the form.
    Good luck,
    Niall

  • *** Transporting Generated Export Data Source *** urgent issue

    Hi All,
    I have generated export data source from info object Company Code,
    And trying to transport the Export data source, i.e. 8Company_code to QA system.
    Its showing the log that, imported sucessfully, but, i can't see the object in QA.
    Iam currently working on BW 3.5 system.
    Please help.
    Thanks,
    Nisha

    Hi Luis,
    Thanks for this.
    Yes, i went into Transport connector >> choosen the object >> Data flow before >>
    Ticked the Data sources >> changed the Package from $TMP to ZXXX >> Generated Transport request >> Released it >> Transported it.
    But, still can't see....
    Cheers,
    Nisha

  • No Data in PDF file in FTP server

    Hi All,
    I am trying to place a PDF file in FTP server.
    Used
    CONVERT_OTFSPOOLJOB_2_PDF to convert spool to PDF
    SCMS_TEXT_TO_XSTRING
    FTP_R3_TO_SERVER to transfer data to FTP.
    I am able to see PDF file in FTP and no of pages matches with that of R/3 but there is no data in PDF file.

    To get pdf file , you need to set the itcpo-tdgetotf = 'X' and need to pass in the exporting parameter (options in open_form  function module ).Then in close_form function module take all the data of otfdata table into an internal table . Then use SX_OBJECT_CONVERT_OTF_PDF function module to convert it to pdf.
    I will show with an  example.
    tables itcpo.
    DATA: ch_otf  TYPE  STANDARD  TABLE OF  itcoo.
    DATA: w_otf TYPE itcoo.
    DATA: w_pdf TYPE solisti1. "For PDF
    DATA: i_content_txt TYPE soli_tab.   
    DATA: temp1 TYPE sx_format VALUE 'OTF',
            temp2 TYPE sx_format VALUE 'PDF'.
      DATA: c_printer TYPE sx_devtype VALUE 'PRINTER'.
      DATA: w_transfer_bin TYPE sx_boolean. "Content
      DATA: i_content_bin TYPE solix_tab, "Content
            wa_content_bin TYPE solix,
            i_objhead TYPE soli_tab.
    itcpo-tdnoprint  = 'X'.
      itcpo-tdpreview = 'X'.
      itcpo-tdgetotf = 'X'.
    These three parameters need to be passed along with other required parameters
      CALL FUNCTION 'OPEN_FORM'
           EXPORTING form = xformular
                     language = ekko-spras
                     OPTIONS = itcpo
                     archive_index  = toa_dara
                     archive_params = arc_params
                     device = xdevice
                     dialog = xdialog
                     mail_sender        = sender
                     mail_recipient     = recipient
           EXCEPTIONS canceled = 01.
      CALL FUNCTION 'CLOSE_FORM'
        IMPORTING
          RESULT  = RESULT
        tables
          otfdata = ch_otf.
    LOOP AT ch_otf INTO w_otf.
        CONCATENATE w_otf-tdprintcom w_otf-tdprintpar
        INTO w_pdf.
        APPEND w_pdf TO i_content_txt.
      ENDLOOP.
    converting otf file to pdf file
      CALL FUNCTION 'SX_OBJECT_CONVERT_OTF_PDF'
        EXPORTING
          format_src      = temp1        "'OTF'
          format_dst      = temp2        "'PDF'
          devtype         = c_printer
        CHANGING
          transfer_bin    = w_transfer_bin
          content_txt     = i_content_txt
          content_bin     = i_content_bin
          objhead         = i_objhead
          len             = v_len_in
        EXCEPTIONS
          err_conv_failed = 1
          OTHERS          = 2.
    Then open dataset and transfer to ftp of the content of table content_bin(i_content_bin) as shown in above example.
    I think this will be helpful for you

  • Exporting report to PDF takes too long on Win 2k Advanced Server, Service Pack 4

    Post Author: zaverit
    CA Forum: .NET
    We have written VB.Net program which extracts required information from the database in the memory and then based on the configuration, exports the data to PDF using below command
    ExportToDisk(CrystalDecisions.&#91;Shared&#93;.ExportFormatType.PortableDocFormat, outFile), where outFile is .pdf filename in same folder as the executable
    The program is packaged in an MSI. It includes msvcr71.dll. When installed, this generated below assemblies;
    CystalDecisions.CrystalReports.Engine
    CrystalDecisons.Reportsource
    CrystalDecisions.shared
    When the report is run on a Windows XP Professional, Service Pack 2, it completes in about 4 minutes. Please see below for the specs of this workstation (Search for "Workstation Specs")
    When the same report is installed on a Windows 2000 Advanced Server, Service Pack 4, it takes more than 2 hours. Please see below for the specs of this server (Search for "Server Specs")
    Could someone point us to the problem please. We have tried following options;
    checked out the dot net framework. The server and the w/s now have v2
    installed adobe on the server (to ensure that there are no missing libraries or links)
    Server Specs
    Date: Monday, 20 August 2007 3:42:42 PM
    COMPUTER & SYSTEM INFO:
    Operating System: Microsoft Windows 2000 Advanced Server, Service Pack 4Internet Explorer: Version  6.0.2800.1106Domain:   APPDEVSite:   UnavailableComputer Type:  Compaq - ProLiant DL580 G2Number of Processors: 8Processor Info:  Processor 1: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 2: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 3: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 4: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 5: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 6: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 7: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 8: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195)Physical Memory: 7863624 KBytesDisk Space Available: Drive C: = 30325 MBytes, Drive D: = 37028 MBytesLast Bootup:   17/08/2007 11:20:22 AMNetDeploy Last Merge:  20/08/2007 12:08:09 PM
    APPLICATIONS INFO:
    ActivePerl -   Version: 05.80.0806.0101   Vendor: ActiveState   Date Installed: 03/08/2005   Installed By: NetDeploy   Vendor URL: http://www.activestate.com/   GUID: {6B067034-782C-4DC5-92B3-F30215CE425A}   Package Cache: C:\WINNT\Installer\188eb.msi   Comments:
    ATI Display Driver -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Package Cache: Not Provided   Comments:
    ControlMAgent -   Version: 06.00.0001.0202   Vendor: BMC   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {F8A239AC-6CFC-11D4-84E0-009027900466}   Package Cache: C:\WINNT\Installer\1409e1b.msi
    DotNetFramework1.1SP1 -   Version: 01.01.4322.0101   Vendor: Microsoft   Date Installed: 29/11/2005   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}   Package Cache: C:\WINNT\Installer\14329d58.msi   Comments:
    DotNetFramework2.0 -   Version: 02.00.0000.0101   Vendor: Microsoft   Date Installed: 17/08/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {7131646D-CD3C-40F4-97B9-CD9E4E6262EF}   Package Cache: C:\WINNT\Installer\2e311.msi   Comments:
    ESM -   Version: 05.10.0009.0102   Vendor: Symantec   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {9F6DC27E-A67D-4E28-A8A4-2EDDF81EA04D}   Package Cache: C:\WINNT\Installer\c676.msi   Comments
    HP Array Configuration Utility -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Array Configurtion Utility CLI -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Array Diagnostic Utility -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Insight Diagnostics Online Edition for Windows -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: {3754251E-100C-47D4-AB86-DC34047EE3C4}   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Insight Management Agents -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Integrated Management Log Viewer -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Legacy Port Configuration Component -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Remote Monitor Service -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP System Management Homepage -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Version Control Agent 2.1 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IE5 Registration -   Version: 83886080   Vendor:    Date Installed:    Installed By: Native MSI   Vendor URL: Not Provided   GUID: {C1E26EED-CC8B-4371-9CC7-AD8A5814B4B2}   Installed From:    Package Cache:    Comments:
    IE60FolderViewFix -   Version: 01.00.0000.0102   Vendor:    Date Installed: 02/08/2005   Installed By: NetDeploy   Vendor URL:    GUID: {9B8697D6-0C3F-4F20-8424-FF1E32426E9E}   Package Cache: C:\WINNT\Installer\18ea2.msi   Comments
    IE60Q831167Update -   Version: 01.00.0000.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   Vendor URL:    GUID: {24CFEE38-7D12-42B8-AEB6-D90E54F7F6CF}   Package Cache: C:\WINNT\Installer\c663.msi   Comments:
    IE60Q889293Update -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {B6E19C47-6967-4BFA-9DE5-9C02418BBA75}   Package Cache: C:\WINNT\Installer\11ff4d73.msi
    InternetExplorer -   Version: 06.00.2800.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {577E42B0-A135-46BB-936D-B881FE674475}   Package Cache: C:\WINNT\Installer\c667.msi
    LiveUpdate -   Version: 02.50.0056.0101   Vendor: Symantec   Date Installed: 20/02/2007   Installed By: NetDeploy   GUID: {BF457741-7A33-47CE-928B-AC1951EE09FF}   Package Cache: C:\WINNT\Installer\be32ffc6.msi
    LiveUpdate 2.5 (Symantec Corporation) -   Version: 2.5.56.0   Vendor: Symantec Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://www.symantec.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 1.1 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version:    Vendor: Microsoft   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=45396   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft Internet Explorer 6 SP1 -   Version:    Vendor:    Date Installed:    Installed By: System/Hidden   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft VGX Q833989 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    MyInfo -   Version: 01.08.0000.0101
       Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {6A0FF415-CE15-490A-B1A8-3905698F1C10}   Package Cache: C:\WINNT\Installer\c672.msi
    netDeploy Global Enterprise Client -   Version: 5.62.7665   Vendor: Open Software Associates   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: http://www.osa.com   GUID: {70C63628-AD92-4F6D-8A30-D9E9ACD6515F}   Package Cache: C:\WINNT\Installer\c642.msi   Comments:
    NetDeployGlobalStartupCmd -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {B79DCE5C-9E76-427C-9E36-9CE57A915893}   Package Cache: C:\WINNT\Installer\e085.msi   Comments:
    NetDeployGlobalStartupGina -   Version: 06.00.0000.0101   Vendor: OSA   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {F8296AE0-032C-4C97-BB68-E0964790789E}   Package Cache: C:\WINNT\Installer\e080.msi   Comments:
    Razor Excess Reports -   Version: 1.0.0   Vendor: ITe   Date Installed: 17/08/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {FFDBCD12-D259-406B-9E52-1CB8C9066688}   Installed From: D:\Apps\Razor\rzconversion\ExternalApplications\XsReport\   Package Cache: C:\WINNT\Installer\11b614e.msi   Comments:
    RazorPerlLibs -   Version: 01.00.0000.0101   Date Installed: 03/08/2005   Installed By: NetDeploy   GUID: {0F790CA2-D4C5-416E-8767-47D5F862E949}
    SAVParentAdoptionScript -   Version: 01.00.0000.0201   Date Installed: 11/04/2007   Installed By: NetDeploy
       GUID: {32273630-3E06-41C7-91DB-F3B6D9661ABB}   Package Cache: C:\WINNT\Installer\6565c930.msi
    SecurityUpdateKB824151 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {9F7C2A51-C4BD-4C19-8161-3E064127FD65}   Package Cache: C:\WINNT\Installer\11ff4d63.msi
    SecurityUpdateKB828741 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 01/08/2006   Installed By: NetDeploy   GUID: {C1D6AA1A-BF1C-4787-9285-768548AB9D92}
    SecurityUpdateKB833989 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 05/09/2005   Installed By: NetDeploy   GUID: {341D7DA4-7157-47A3-9BFD-E12D99B8A776}   Package Cache: C:\WINNT\Installer\1f5753d.msi
    SecurityUpdateKB835732 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {4424494A-AC42-4008-8B57-AA66CA7E72FB}   Package Cache: C:\WINNT\Installer\c65b.msi
    SecurityUpdateKB837001 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {BA0A1747-BBC5-45BA-9700-A9015230C800}   Package Cache: C:\WINNT\Installer\c657.msi
    SecurityUpdateKB839645 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {2987E3F9-58AD-4266-BE26-A9A33A34F4EA}   Package Cache: C:\WINNT\Installer\c652.msi
    SecurityUpdateKB840315 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {5910D8FA-69E7-4B29-9B4E-F8DE85D59151}   Package Cache: C:\WINNT\Installer\c64e.msi
    SecurityUpdateKB840987 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {4C763392-F57F-4BEB-AC73-BDAAA9D5B148}   Package Cache: C:\WINNT\Installer\11ff4d67.msi
    SecurityUpdateKB841356 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {8DCF4BA9-E548-47F6-A042-AD60914092E0}   Package Cache: C:\WINNT\Installer\11ff4d6b.msi
    SecurityUpdateKB841533 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {ACC99A2F-6E66-4431-974A-B6380BF6B2A0}   Package Cache: C:\WINNT\Installer\11ff4d6f.msi
    SecurityUpdateKB841873 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {C5C2D41F-EA27-4F25-AD4E-3143FEA0411F}   Package Cache: C:\WINNT\Installer\c64a.msi
    SecurityUpdateKB885835 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 24/07/2007   Installed By: NetDeploy   GUID: {FCEC933D-E7ED-4CEC-8608-4EC2D734BBB7}
       Package Cache: C:\WINNT\Installer\269c0.msi
    SecurityUpdateKB891781 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {68E54C8D-A744-48A6-9EFA-DC488DF85380}
       Package Cache: C:\WINNT\Installer\11ff4d5b.msi
    SecurityUpdateKB892944 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {82A85ED7-E685-4F89-96AC-B079AEF5C8BC}
       Package Cache: C:\WINNT\Installer\11ff4d4f.msi
    SecurityUpdateKB893066 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {B65DCB9B-6ADC-48FC-9605-64F9768F4671}
       Package Cache: C:\WINNT\Installer\11ff4d57.msi
    SecurityUpdateKB893086 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {AD6D758F-C82E-4C94-A5CB-17DB2D8C7803}
       Package Cache: C:\WINNT\Installer\11ff4d53.msi
    SecurityUpdateKB899588 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 17/08/2005   Installed By: NetDeploy
       GUID: {9C1DF8EE-6783-490E-883C-DFA081B86058}
       Package Cache: C:\WINNT\Installer\1728c4d.msi
    SymantecAntiVirus -   Version: 09.03.0000.0205   Vendor: Symantec   Date Installed: 20/02/2007   Installed By: NetDeploy   Vendor URL: http://www.symantec.com   GUID: {848AC794-8B81-440A-81AE-6474337DB527}
       Package Cache: C:\WINNT\Installer\be32ffcb.msi   Comments: Thank you for using Symantec security products.
    UnicenterAMOServerAgents -   Version: 03.20.0000.0106   Vendor: CA   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {E936AF17-4CC7-4298-8C08-EF0C846E25E7}
       Package Cache: C:\WINNT\Installer\c66e.msi
    WebFldrs -   Version: 9.50.7522   Vendor: Microsoft Corporation   Date Installed: 30/08/2004   Installed By: Native MSI   Vendor URL: http://www.microsoft.com/windows   GUID: {6F716D8C-398F-11D3-85E1-005004838609}   Installed From: C:\WINNT\system32\   Package Cache: C:\WINNT\Installer\9bac161.msi   Comments:
    Windows 2000 Hotfix - KB329115 -   Version: 20031024.155236   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB823182 -   Version: 20030618.121409   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB824151 -   Version: 20040816.154346   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB825119 -   Version: 20030827.151123   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB826232 -   Version: 20031007.160553   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828035 -   Version: 20031002.141358   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828741 -   Version: 20040311.130332   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828749 -   Version: 20031023.124056   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB835732 -   Version: 20040323.171849   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB837001 -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB839645 -   Version: 20040519.160457   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB840315 -   Version: 20040622.153749   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB840987 -   Version: 20040825.01015   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841356 -   Version: 20040730.185536   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841533 -   Version: 20040824.233811   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841873 -   Version: 20040610.95344   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB885835 -   Version: 20041101.10457   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB889293 -   Version: 20041111.235619   Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB891781 -   Version: 20050113.171736   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB892944 -   Version: 20050310.234736   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB893066 -   Version: 20050310.221934   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB893086 -   Version: 20050310.233610   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB899588 -   Version: 20050628.234036   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix (Pre-SP4) &#91;See Q329115 for more information&#93; -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows Installer 3.1 (KB893803) -   Version: 3.1   Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=42467   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsInstaller -   Version: 3.1.4000   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB329115HotFix 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB823182Hotfix 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB825119Hotfix 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB826232Hotfix 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB828035Hotfix 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB828749Hotfix 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsQ329115HotFix -   Version: 01.00.0000.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {C603BA89-B2BE-419B-9538-8CCCB4C44356}
       Package Cache: C:\WINNT\Installer\c646.msi
    WinRAR archiver -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    NETDEPLOY APPS INSTALLED BUT NOT IN NETDEPLOY POLICY INFO:
    DotNetFramework1.1SP1* ESM* SecurityUpdateKB824151* WindowsInstaller* WindowsQ329115HotFix
    (Report Generated by: myInfo - Ver. 01.08)
    Workstation Specs
    Date: Monday, 13 August 2007 9:34:29 AM
    COMPUTER & SYSTEM INFO:
    Operating System: Microsoft Windows XP Professional, Service Pack 2Internet Explorer: Version  6.0.2900.2180Computer Type:  Dell Inc. - Latitude D610                   Number of Processors: 1Processor Info:  1595 MHz         Intel(R) Pentium(R) M processor 1.60GHz (x86 Family 6 Model 13 Stepping 8) - (Current Speed: 797, Max Speed: 1595)Physical Memory: 515444 KBytesDisk Space Available: 6158 MBytes - WARNING: low on disk space!!Connected Printers:  Microsoft Document Imaging Writer Port: (Microsoft Office Document Image Writer), IP_150.122.114.184 (
    prnau100qsm00\100QSM - 14Laser02) - Located at: (AU/VIC/Melbourne/100 Queen Street/14th Floor) (Default), IP_150.122.114.182 (
    prnau100qsm01\100QSM - 14Colour01) - Located at: (AU/VIC/Melbourne/100 Queen Street/14th Floor/ ), Last Bootup:   13/08/2007 9:01:24 AMNetDeploy Last Merge:  13/08/2007 9:26:54 AM
    APPLICATIONS INFO:
    Access -   Version: 11.00.0000.0102   Vendor: Microsoft   Date Installed: 12/08/2007   Installed By: NetDeploy   Vendor URL: http://www.microsoft.com/support   GUID: {90150409-6000-11D3-8CFE-0150048383C9}
       Package Cache: C:\WINNT\Installer\a6cd.msi   Comments:
    ActiveIssuesManagement -   Version: 04.01.0000.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {FB8DA4B9-8A67-477E-8BB0-808A329C6573}   Installed From:    Package Cache: C:\WINNT\Installer\a737.msi   Comments:
    ActiveIssuesManagement 04 &#91;Common&#93; (via netDeploy) -   Version: 04.01.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ActiveRiskTracker -   Version: 06.01.0000.0103   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {57BC9BEE-DB68-4F13-8DE8-6CDC6D04CC5B}   Installed From:    Package Cache: C:\WINNT\Installer\a733.msi   Comments:
    ActiveRiskTracker 06 &#91;Common&#93; (via netDeploy) -   Version: 06.01.0000.0103   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    AdobeReader -   Version: 07.05.0000.0106   Vendor: Adobe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AC76BA86-7AD7-1033-7B44-A70500000002}   Installed From:    Package Cache: C:\WINNT\Installer\a73c.msi   Comments:
    AdobeReader 07 &#91;Common&#93; (via netDeploy) -   Version: 07.05.0000.0106   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    GroupRiskTopCustomers -   Version: 1.0.0   Vendor: IT&e Ltd   Date Installed: 01/12/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {1A5606AC-D621-46A4-BCC2-26F9A4E73DE7}   Installed From:    Package Cache: C:\WINNT\Installer\3651bc.msi   Comments:
    BXAutoZip -   Version: 01.09.0001.0102   Vendor: BAxBEx   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {E5D1A66D-078D-450C-9E52-4B6D81A3CFE2}   Installed From:    Package Cache: C:\WINNT\Installer\a706.msi   Comments:
    BXAutoZip 01 &#91;Common&#93; (via netDeploy) -   Version: 01.09.0001.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Chopper -   Version: 1.0.0   Vendor: ITE Pty Ltd   Date Installed: 19/01/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {28D85F68-6739-4A76-A958-C4D24E3B5938}   Installed From:    Package Cache: C:\WINNT\Installer\75cfae.msi   Comments:
    ClarityOpenWorkbench -   Version: 01.10.0003.0104   Vendor: Niku   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AED0B5AC-0771-4600-9777-9C4C910EBE09}   Installed From:    Package Cache: C:\WINNT\Installer\a64f.msi   Comments:
    ClarityOpenWorkbench 01 &#91;Common&#93; (via netDeploy) -   Version: 01.10.0003.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ClarityScheduleConnect -   Version: 07.50.0002.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {49912AF4-DDEA-434B-B1BB-73A223513180}   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ClarityScheduleConnect -   Version: 07.50.0002.0104   Vendor: Niku   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {49912AF4-DDEA-434B-B1BB-73A223513180}   Installed From:    Package Cache: C:\WINNT\Installer\a649.msi   Comments:
    Code39Font -   Version: 01.00.0000.0103
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {68A4571F-367C-4D3C-8BF6-6586A0CC6DB5}   Installed From:    Package Cache: C:\WINNT\Installer\a729.msi   Comments:
    Code39Font 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0103   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    CONTROL-M/Enterprise Manager 6.2.01 Fix Pack 1 -   Version:    Vendor:    Date Installed:    Installed By: Native MSI   Vendor URL: Not Provided   GUID: {58D40C23-AE89-4680-9F67-D508CCAD3740}   Installed From:    Package Cache:    Comments:
    ControlMEnterpriseMgr -   Version: 06.20.0001.0101   Vendor: BMC   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {74A7476B-B7A0-415F-B77F-5D713B4CE17F}   Installed From:    Package Cache: C:\WINNT\Installer\a700.msi   Comments:
    ControlMEnterpriseMgr 06 &#91;Common&#93; (via netDeploy) -   Version: 06.20.0001.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    DotNetFramework1.1 -   Version: 01.01.4322.0101   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}   Installed From:    Package Cache: C:\WINNT\Installer\a6c5.msi   Comments:
    DotNetFramework1.1 01 &#91;Common&#93; (via netDeploy) -   Version: 01.01.4322.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EasyCDCreator -   Version: 07.10.0000.0201   Vendor: Roxio   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {36EF4012-D58B-436A-9C73-BAD48A5174F5}   Installed From:    Package Cache: C:\WINNT\Installer\a6ed.msi   Comments:
    EasyCDCreator 07 &#91;Common&#93; (via netDeploy) -   Version: 0000.Basic.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EndUserDesktop -   Version: 05.00.0001.0101   Vendor: Actuate   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {9DAAC6CD-9632-40B6-90AD-9F7D9BE7A9CD}   Installed From:    Package Cache: C:\WINNT\Installer\a745.msi   Comments:
    EndUserDesktop 05 &#91;Common&#93; (via netDeploy) -   Version: 05.00.0001.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    e-tax 2007 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EzGpoTool -   Version: 02.00.5038.0101
       Date Installed: 19/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {70E62587-C09C-4145-A084-4144C2C08089}   Installed From:    Package Cache: C:\WINNT\Installer\23ff48.msi   Comments:
    EzGpoTool 02 &#91;Common&#93; (via netDeploy) -   Version: 02.00.5038.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Flash -   Version: 08.00.0022.0101   Vendor: Macromedia   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {F605268A-6FDA-4055-86CF-CF554BBD1DBA}   Installed From:    Package Cache: C:\WINNT\Installer\a6dc.msi   Comments:
    Flash 08 &#91;Common&#93; (via netDeploy) -   Version: 08.00.0022.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    GemplusSmartCardReaderDrivers -   Version: 02.01.0000.0101   Vendor: HW   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {9322AD29-176E-4FDD-B8FC-2A3F78EEAB1F}   Installed From:    Package Cache: C:\WINNT\Installer\a713.msi   Comments:
    GemplusSmartCardReaderDrivers... &#91;Common&#93; (via netDeploy) -   Version: 02.01.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HDKRuntime -   Version: 03.00.0000.0101   Vendor: VirtualMedia   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {F2AA17C9-1875-4B33-B8DB-43D921D084B3}   Installed From:    Package Cache: C:\WINNT\Installer\a63e.msi   Comments:
    HDKRuntime 03 &#91;Common&#93; (via netDeploy) -   Version: 03.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IE60KB890923Update -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {4CE096D1-BB0C-4314-AF07-0B5E9206BDBD}   Installed From:    Package Cache: C:\WINNT\Installer\a6c0.msi   Comments:
    IE60KB890923Update 01 &#91;Common&#93; (via netDeploy) -   Version: 000.2000XP.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IPassConnect -   Version: 02.40.1481.0102   Vendor: IPass   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {29829E89-5BE7-49AA-B890-8FB9E3B1F73B}   Installed From:    Package Cache: C:\WINNT\Installer\a70f.msi   Comments:
    IPassConnect 02 &#91;Common&#93; (via netDeploy) -   Version: 02.40.1481.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ISScript -   Version: 08.10.0304.0101   Vendor: InstallShield   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {82E903BD-F4E2-4539-A4ED-D079EAA804D2}   Installed From:    Package Cache: C:\WINNT\Installer\a6e8.msi   Comments:
    ISScript 08 &#91;Common&#93; (via netDeploy) -   Version: 08.10.0304.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    iTunes -   Version: 7.1.1.5   Vendor: Apple Inc.   Date Installed: 06/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {3592F5CB-B524-43AA-92F2-2377268199CC}   Installed From:    Package Cache: C:\WINNT\Installer\e6c80d.msi   Comments:
    J2RE142 -   Version: 01.04.0208.0102   Vendor: Sun   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {7148F0A8-6813-11D6-A77B-00B0D0142080}   Installed From:    Package Cache: C:\WINNT\Installer\a643.msi   Comments:
    J2RE142 01 &#91;Common&#93; (via netDeploy) -   Version: 01.04.0208.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    JavaVirtualMachine -   Version: 05.00.3810.0102   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {D5698D4D-5D6F-4312-9542-3F2555A58EF2}   Installed From:    Package Cache: C:\WINNT\Installer\a6bc.msi   Comments:
    JavaVirtualMachine 05 &#91;Common&#93; (via netDeploy) -   Version: 05.00.3810.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    LicenceITUpdate -   Version: 01.00.0000.0104   Vendor: CA   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {E2FA4B8C-2170-4038-89F7-A9926ABAD8F6}   Installed From:    Package Cache: C:\WINNT\Installer\a630.msi   Comments:
    LicenceITUpdate 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Log Analyser -   Version: 1.0.0   Vendor: ITE Pty Ltd   Date Installed: 25/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {CECCFC9A-BA72-4B85-9CF8-47A7F1730766}   Installed From: C:\RazorData\1.6.11\Log Analyser\   Package Cache: C:\WINNT\Installer\b26c9d1.msi   Comments: Razor Credit Risk Server Log Analyser
    MAXShortcut -   Version: 01.00.0000.0101
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {59A1BB47-6862-467B-9D72-EDBEB7D2F18C}   Installed From:    Package Cache: C:\WINNT\Installer\a725.msi   Comments:
    MAXShortcut 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=45396   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version: 2.0.50727   Vendor: Microsoft Corporation   Date Installed: 25/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {7131646D-CD3C-40F4-97B9-CD9E4E6262EF}   Installed From: C:\DOCUME1\zaverit\LOCALS1\Temp\IXP000.TMP\   Package Cache: C:\WINNT\Installer\b4e1e27.msi   Comments:
    Microsoft FrontPage Client - English -   Version: 7.00.9209   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {17B66E83-1BC9-11D5-A54A-0090278A1BB8}   Installed From:    Package Cache: C:\WINNT\Installer\570608.msi   Comments:
    Microsoft Visual J# .NET Redistributable Package 1.1 -   Version: 1.1.4322   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {1A655D51-1423-48A3-B748-8F5A0BE294C8}   Installed From:    Package Cache: C:\WINNT\Installer\570617.msi   Comments:
    MSDN Library for Visual Studio .NET 2003 -   Version: 7.38.3053   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {5757AE1A-1DB4-4898-9806-09F77FBD5E57}   Installed From:    Package Cache: C:\WINNT\Installer\a7f009.msi   Comments:
    MSHTMLHotfixKB926046 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 08/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AA6E98D3-F29A-47E9-ADDA-9522D7D101B9}   Installed From:    Package Cache: C:\WINNT\Installer\31e5cba.msi   Comments:
    MSHTMLHotfixKB926046 01 &#91;Common&#93; (via netDeploy) -   Version: 00.0000.XP.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    MyInfo -   Version: 01.08.0000.0101
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {6A0FF415-CE15-490A-B1A8-3905698F1C10}   Installed From:    Package Cache: C:\WINNT\Installer\a721.msi   Comments:
    MyInfo 01 &#91;Common&#93; (via netDeploy) -   Version: 01.08.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    netDeploy Global Enterprise Client -   Version: 5.62.7665   Vendor: Open Software Associates   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {70C63628-AD92-4F6D-8A30-D9E9ACD6515F}   Installed From:    Package Cache: C:\WINNT\Installer\a608.msi   Comments:
    NetDeployGlobalStartupCmd -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {B79DCE5C-9E76-427C-9E36-9CE57A915893}   Installed From:    Package Cache: C:\WINNT\Installer\1a636.msi   Comments:
    NetDeployGlobalStartupGina -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {D5ED5BC5-D5D3-466E-A99B-3EB30C4C5A21}   Installed From:    Package Cache: C:\WINNT\Installer\bceb.msi   Comments:
    Norton AntiVirus Corporate Edition -   Version: 7.6.0.0000   Vendor: Symantec Corporation   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BD12EB47-DBDF-11D3-BEEA-00A0CC272509}   Installed From:    Package Cache: C:\WINNT\Installer\a635.msi   Comments:
    NortonAntivirus 07 &#91;Common&#93; (via netDeploy) -   Version: 07.60.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Office11PatchKB890169 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Office11SP2Patch 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    OfficeCommunicator -   Version: 01.00.0559.0102   Vendor: Microsoft   Date Installed: 12/04/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BE5AD430-9E0C-4243-AB3F-593835869855}   Installed From:    Package Cache: C:\WINNT\Installer\105a2f.msi   Comments:
    OfficeCommunicator 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0559.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    OfficeStandard -   Version: 11.00.6361.0206   Vendor: Microsoft   Date Installed: 12/08/2007   Installed By: NetDeploy   Vendor URL: http://www.microsoft.com/support   GUID: {90120409-6000-11D3-8CFE-0150048383C9}   Package Cache: C:\WINNT\Installer\a68d.msi   Comments:
    Oracle -   Version: 10.01.0020.0101   Vendor: Oracle   Date Installed: 23/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {DE711F10-EA42-451E-A754-AF53EDB3AE7F}   Installed From:    Package Cache: C:\WINNT\Installer\57e15.msi   Comments:
    Oracle 10 &#91;Common&#93; (via netDeploy) -   Version: 10.01.0020.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Picasa 2 -   Version: 2.0   Vendor: Google, Inc.   Date Installed:    Installed By: Manual   Vendor URL: http://www.picasa.com/support/   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    PowerCenter -   Version: 07.10.0004.0201   Vendor: Informatica   Date Installed: 23/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {849715C5-F76F-4F9C-A84A-A2CCB8AEEC00}   Installed From:    Package Cache: C:\WINNT\Installer\57e39.msi   Comments:
    PowerCenter 07 &#91;Common&#93; (via netDeploy) -   Version: 004.Client.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    PVCS -   Version: 07.05.0005.0101   Vendor: Merant   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {96BEB47A-109B-4587-9197-D2432D4B403B}   Installed From:    Package Cache: C:\WINNT\Installer\a6d3.msi   Comments:
    PVCS 07 &#91;Common&#93; (via netDeploy) -   Version: 07.05.0005.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    QuickTime -   Version: 7.1.6.200   Vendor: Apple Computer, Inc.   Date Installed: 06/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {08094E03-AFE4-4853-9D31-6D0743DF5328}   Installed From:    Package Cache: C:\WINNT\Installer\e6c808.msi   Comments:
    Razor Excess Reports -   Version: 1.0.0   Vendor: ITe   Date Installed: 09/08/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {FFDBCD12-D259-406B-9E52-1CB8C9066688}   Installed From: C:\RazorData\Razor Utils\XsReport\   Package Cache: C:\WINNT\Installer\53d73e7.msi   Comments:
    Razor Utils -   Version: 1.0.0   Vendor: ITE   Date Installed: 31/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {CC8F7E3F-5BC8-4E2B-8511-B400BFD1526D}   Installed From:    Package Cache: C:\WINNT\Installer\1057f01.msi   Comments:
    RazorClient -   Version: 01.61.1375.0102   Vendor: ITe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {2BFBE99A-5AAA-466F-B71B-6CB6D9EC781B}   Installed From:    Package Cache: C:\WINNT\Installer\a6e0.msi   Comments:
    RazorClient 01 &#91;Common&#93; (via netDeploy) -   Version: 01.61.1375.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RazorClientPortfolioRisk -   Version: 01.61.1375.0101   Vendor: ITe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {3448D4E1-5D1B-4727-A2D2-A044428D9B7D}   Installed From:    Package Cache: C:\WINNT\Installer\a6e4.msi   Comments:
    RazorClientPortfolioRisk 01 &#91;Common&#93; (via netDeploy) -   Version: 01.61.1375.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RCSIniFile -   Version: 01.00.0000.0102   Vendor: Dameware   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {00333BFA-6368-4C8F-B2E9-8C0668EDCC13}   Installed From:    Package Cache: C:\WINNT\Installer\a6f6.msi   Comments:
    RCSIniFile 01 &#91;Common&#93; (via netDeploy) -   Version: 01.00.0000.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Roam -   Version: 02.42.0000.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {33857E52-99B4-4D18-AB7B-734976C19457}   Installed From:    Package Cache: C:\WINNT\Installer\a70b.msi   Comments:
    Roam 02 &#91;Common&#93; (via netDeploy) -   Version: 02.42.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RoamEnabler -   Version: 02.40.0002.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {A8C67376-9AD9-4967-AC5A-60F4DF2DAF8F}   Installed From:    Package Cache: C:\WINNT\Installer\a71d.msi   Comments:
    RoamEnabler 02 &#91;Common&#93; (via netDeploy) -   Version: 02.40.0002.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ScreenSaver -   Version: 02.90.0000.0101   Date Installed: 05/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BA2C1D1C-1E79-48DC-A435-3A1AAB3274D8}   Installed From:    Package Cache: C:\WINNT\Installer\1693bb.msi   Comments:
    ScreenSaver 02 &#91

    Have finally found a solution for this problem: http://serverfault.com/questions/490352 … w-to-start
    Now the applications do start immediately via SSH X11 forwarding as expected.
    The following three lines helped:
    ip6tables -A INPUT -i lo -j ACCEPT
    ip6tables -A OUTPUT -o lo -j ACCEPT
    ip6tables -A FORWARD -i lo -o lo -j ACCEPT
    While until now, all ip6 traffic has been forbidden (to drop all ip6 traffic) at the start of the system of course.
    Nevertheless, I don't understand it, why the ip6 localhost has to be granted this way even if the /etc/ssh/sshd_config is configured for ip4 only "AddressFamily inet"?
    I thought, that this way the sshd will be using ip4 protocol only (including for the X11 forwarding), then why does it still need the ip6?

  • I have created a form in InDesign, exported to a pdf, created an editable form and saved.  When I open the form and make changes and save, the reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is alway

    I have created a form in InDesign, exported to a pdf, then created an editable form and saved.  When I open the form and make changes and save, then reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is always minus the edits.   ????

    Hi chuck,
    If you ave created the form and then filling it yourself and saving the form, the filled data should be there when you reopen the same form.
    Can you please send the form to me at [email protected]  so that I can have a look.
    Regards,
    Rave

Maybe you are looking for

  • USB flash disk is not mounting, Xfce doesn't remember the setting

    Hello, I'm new in Archlinux and I think I can't set up it well. I use Linux for four years /Ubuntu, Debian/. Now I have installed system with X server, Slim and Xfce. 1/ I have one big problem. I want to automount my flashdisk but it doesn't work lik

  • Changing font color in a report using SQL query for APEX 5.0

    Hello, I am testing APEX 5.0 in my testing environment to see if I can migrate my internal apps from 4.2 to 5.0. How can I change the font color in a field based in the SQL query? I know how to do it in 4.2 but I can't find the same in 5.0. Thanks,

  • HT1338 I can't update to latest version of Safari. Error message appears.

    NSURLErrorDomain error -3001.)(102 That is the error message I'm getting. Tried fix around suggested by others, but nothing works. Regards, Jose

  • MacBook Pro shuts off immediately after startup

    My MacBook Pro shuts off immediately after I start it. It gets to the Apple logo on the grey screen and it shuts down. I have tried launching it in safe mode, resetting the NVRAM settings, nothing works.. Has anyone witnessed similar problems ? What

  • How to delete icloud account off my phone

    I got my iphone and stupidly backed it up from my compute. I know have my ex''s icloud account and I cant remove it. We are no longer in contact so I just want my icloud on there is there a way to delete it without the password? or add my account to