How to make live update stuff...

HI, everyone..
I would like to make the program for Live Update stuff like AntiVirus Norton.
Please Let me know how to make it, and Could anybody tell me about algorithm of it?
I have no idea how to do...
Thank you...
God bless you..

I'm not sure whether you want, like, more elegant solution than this, but here it is:
1. Make user execute your 'LiveUpdate' program.
2. Make the program talk to your server or (if you don't have a server) CGI script using Networking API
i.e. You can have a custom CGI script on Tripod.3. Determine whether there is an update
4. If there is an update, download!

Similar Messages

  • How to make system update with "use automatic configuration script" and an URL

    Hello,
    all our laptop using "use automatic configuration script" with an "accelerated_pac_base.pac" prxy setting.
    How can we make system update work with that ?
    And no way for us to by pass this proxy settings with
    Thanks

    I mean there is no general method which is capable of correcting all possible errors found by schema validation.
    For example if the validation says it expected to find an <organization> element or a <company> element but it found a <banana> element, there is no way to determine what repair is necessary.
    Anyway the requirement is fighting against the way things work in the real world. The purpose of validation is just to find out whether a document matches a schema. If it doesn't, then too bad. Send it back to be fixed or replaced. If you are having a problem because you repeatedly get documents which don't quite match your schema, then you need to train the users to produce valid documents or to give them tools which help them do that.

  • How to make an update in adobe player uppod.

    Player pack is inserted into the site http://like-film.ru . Help how to do automatic update to this site.

    Hi,
    I'm not sure I understand exactly, however, if you're saying that Flash Player installer is downloading from http://like-film.ru then it's not an official Flash Player download.  If this is not what you mean, please clarify and we'll try to help you.
    Maria

  • HOW TO MAKE ITEM UPDATABLE/NON-UPDATABLE DYNAMICALLY

    Hi ,
    I have a form with tabular layout on a multi record lock .
    From shows 20 records at a time and there is a scroll bar to scroll down .There is an item "flag" in the block which is not visible in the form with values "Y" or "N" .
    I need to make some text items in the record updatable when that record has "flag" ="Y" .Documentation say's we need to use set_item_instance_property to do that .
    I tried it in when-new-record-instance,pre-query and key-exeqry triggers with no luck .
    I would really appreciate if you could give me the following info
    1) How to loop through each record in a block to check value of "flag"
    2) Which trigger to use and level form,block etc .
    Thanks,

    Ram,
    Thanks for the update . Now it works . Another problem though ...
    My form displays 20 records at a time and I have a scroll bar .
    I need to change the background of Item to white when it is updatable and gary when it is not updatable .
    I've created a visual attribute and was using it with set_item_instance_property like this ..
    declare
    last_rec number;
    begin
    last_record;
    last_rec := :system.cursor_record;
    first_record;
    for i in 1 .. last_rec
    loop
    if :ANNUAL_FUNDS.flag != 'Y' then
    begin
    Set_Item_Instance_Property( 'EXP_FUNDS', CURRENT_RECORD, UPDATE_ALLOWED , PROPERTY_FALSE);
    Set_Item_Instance_Property( 'EXP_FUNDS', CURRENT_RECORD, VISUAL_ATTRIBUTE, 'VI_UPDATE');
    end;
    end if;
    if :system.last_record = 'TRUE' or i = last_rec then
    exit;
    else
    next_record;
    end if;
    end loop;
    FIRST_RECORD;
    end;
    When I took out the loop the way you've mentioned
    it's changing the background color of the item for the record in which cursor is in . Users want to look at the screen in a glance and go directly to the item which is updatable .
    Is there any way we can loop through all records once and change properties in one shot ?
    Sorry to bother you,
    Asha

  • How to make an update of millions of rows using only one commit statement?

    Hi, I need to execute a complex update statement over a partitioned table. I take advantage of partitioning: loop for each partition, do the update and make commit. Of that way I'm updating and then commiting around 600.000 rows.
    But some of our systems have Oracle Standar Edition version and partitioning is not supported. I want to make the same update without taking advantage of partitioning. That is my problem. I need to update around 15.000.000 of rows but if I try to make commit at the end, this update generates a lot of UNDO data and fails because there is not enought space for retention.
    I would like to know your suggestions. There is some way of avoid UNDO data generation? There is some way to execute commit automatically?
    Thanks for your support.

    >
    This is exactly what I was looking for. Its a shame is only available in 11.2.
    >
    Then you may be interested in 'Do-It-Yourself Parallelism' for your 10g version to accomplish the same thing very effectivelyl.
    See the 'Do-It-Yourself Parallelism' section of this article by Tom Kyte.
    http://www.oracle.com/technetwork/issue-archive/2009/09-nov/o69asktom-089919.html
    >
    In my book Expert Oracle Database Architecture , I spent quite a few pages describing how to perform batch operations “in parallel,” using a do-it-yourself parallelism approach. The approach was to break up a table into ranges, using rowids (see www.bit.ly/jRysl for an overview) or primary key ranges (see “Splitting Up a Large Table”). Although the approach I described was rather straightforward, it was always also rather manual. You had to take my “technique” and tweak it for your specific circumstances.
    >
    You really should get the book since it has ALL of the details. But the above quote has a link to that "Splitting Up a Large Table" doc and that doc shows how to do it.,
    http://www.oracle.com/technetwork/issue-archive/2006/06-jan/o16asktom-101983.html
    >
    Splitting Up a Large Table
    I would like to partition a range of values into balanced sets. Initially I figured that one of the analytics functions might be useful for this and decided to look into these and learn more about them. The question I had in mind was, "For an ordered list of values, how can we 'chop' them into ranges and then list the first and last value for each range?"

  • Form function security (how to make form Updatable)

    Hi...friends...
    I have one standard oracle form. Data of that form is updatable in 11.5.7 instances...I can insert,update and delete.
    But, we had upgraded Apps to 11.5.10...so, now the same form data is not updatable..I can insert, but cant delete or update...
    So, is there any thing like form function security attached with that form or responsibilities in previous version... which are not in new 11.5.10 ??
    How can I make that form contents updatable through Sys. Admin. concept.
    (not through Form Builder Design)
    Thanks in advance....

    Thank you guys..
    actually, it was a bug with 11.5.7 oracle versions specific to one check box value.
    it was treating check box values as,
    i) checked then 'Y
    ii) Null then 'Null' ------- the problem was here...due to null, query was not fetching data and that form is having flag which understands only 'Y' or 'N'
    iii) not checked then 'N'
    anyway thanks to u all...

  • How to make small updates to a website

    Hi all,
    Let's say you make a website and then realize that you want to add or adjust just one of the photos in it. LR will need to remake the entire site from
    scratch (slow if you have a lot of photos in it). PS on the other hand has always been very clever about just adding or updating the site to include the new or changed photo. Is there a trick to get LR to be this clever?
    thanks for any thoughts on this,
    foster

    > Yes, I see your point about it not being intended for managing sites etc.
    > I'm just not sure how to use the website module effectively.
    > My workflow before LR was to do all my adjustments in nikon-capture or PS
    > and then export everything to jpg. And then I'd get PS to make my website
    > collections of images from those jpg files. I was hoping that with LR, I
    > could avoid doing a separate export of everything to jpg.
    Yes, you can use LR to upload directly to the website, but neither PS nor LR
    are website management applications, so you will probably want to add such
    an application to your workflow. I use Dreamweaver, but others will work.
    It is common practice to have a copy of your entire website on your local
    machine. Using that model, you could use LR to create the web collection
    and copy to the folder in the local machine (just set the destination folder
    to the local copy of the web site). Then use your web application to a)
    link the new collection to the rest of the website, and b) sync the local
    copy with the online website, which will upload all new files. If you later
    decide to modify a single photo, then sync again using the web management
    application. Of course, that's just one possible solution, but any good
    solution will likely include a web management application.
    Best,
    Christopher

  • How to make Library Update work with XFL format

    Hi, all. When you keep your Flash file as a fla, it remembers where bitmap and audio files were so that if you edit the original file you can easily pull in that update by selecting the library icon, right-clicking, and selecting "Update." However, when you use xfl, that gets broken. I think the theory is that you are supposed to be able to dig through the library folder and be able to update the file there. However, in the case of audio files, there's not actually anything in the library directory, so you can't really do that.
    Is there a way that I'm missing to let you easily update bitmap and audio library assets with xfl? Is there a setting somewhere I should be setting that would enable my library assets to "remember" where they were imported from after the file is closed and reopened?  Note that I'm still on cs5.5 for the most part, because I feel like it's more stable than CS6 and definitely more stable than the CC versions, but I have also had this problem in CS6.

    "However, in the case of audio files, there's not actually anything in the library directory, so you can't really do that."
    I don`t remember how xfl was handled in older versions, but in CC the LIBRARY folder that you see inside your XFL File is an exact mirror of the LIBRARY Folder that can be found on your HD where the xfl file is located.
    So any Sound that you imported in your xfl file will be copied to that specific folder. And updating that file will automatically update it in your LIBRARY, so there is actually no need anymore to "update" your assets via the context command.
    (Windows 7-64bit)

  • How to make an Update feature for your program?

    I want to have an option Update in the program so if a person clicks it, it will connect to my server and update his program with the newest version
    how do you do this and are there any tutorials/links about this?

    Err, if its an applet, can't you just deploy it from the web anyway? It will most likely be cached by his browser.

  • How to make kernel update easier on cluster?

    Hi experts,
      we run Windows 2008 R2 cluster like this:
    C:\usr\sap\TCP\ERS10\exe: ERS
    S:\usr\sap\TCP\SYS\exe\uc\NTAMD64: centralized kernel(S: is a shared disk)
    S:\usr\sap\TCP\ASCS00\exe: CS
    and I found I have to update these paths manually to keep all kernel up-to-date and sometimes DI even failed to start because version is inconsistent.
      How do I write start-up profile and use sapcpe.exe to let SAP automatically synchronize kernel for me?
    for example, I update in S:\usr\sap\TCP\SYS\exe\uc\NTAMD64 and restart ERS, CS, DI and all kernels will be up-to-date.
      And no "FILE is in use" warnings any more. It is really strange. I close sapmmc, disable all SAP services and copy/overwrite kernel files..but the warning message persists. I have to restart OS from time to time. How do I know which dynamic library(.dll) are not closed complete.

    Hi
    Kindly go thru the below SAP Notes
    Note 961410
    Note 913971
    Note 905029
    Regards
    S

  • How to make Windows Update work properly after a fresh XP Home Installation

    1. Set up Boot Camp 60 gig partition.
    2. Install full copy of Windows XP SP2 on the Boot Camp partition.
    3. Using the OSX Disk, Install the Boot Camp 2.0 Drivers for Windows.
    4. Download the Boot Camp 2.1 Update from apple.com and install it.
    5. In Windows, run the Apple Software Update.
    6. In your Windows systray, you probably have notice of "automatic software updates". Install them from the systray notification and they will install correctly.
    7. Now manually visit Windows Update. You can view all available updates but if you try to actually install any updates this way you will hang immediately at the "Downloading" status. No actual download even starts.
    This problem will persist across reboots, etc. It will occur if you try to upgrade from Windows Update to Microsoft Update, and even if you then uninstall Microsoft Update and go back to Windows Update.
    The only action that corrects this problem is to perform the following steps:
    1. In Windows, choose Start > Run and enter "msconfig".
    2. In the MS Configuration utility, choose to restart Windows in diagnostic mode. (You must perform the following step in diagnostic mode or some of the files you need to delete will be locked by some running service or whatnot.)
    3. After Windows comes up in diagnostic mode, open the C:\Windows\Software Distribution. Delete everything inside that folder (but not the folder itself).
    4. Run msconfig again and select to restart Windows in normal mode again.
    5. When Windows comes up in normal mode, it recreates the entire default contents that you just deleted in the previous step, and Windows Update will now work properly.

    I kept running into this same problem with Windows Update every single time I restarted into Boot Camp from the OSX side of things. (System Preferences > Startup Disk > select Untitled > Restart.)
    I could clear the problem every time by rebooting (while in Boot Camp) into Diagnostic mode, clearing the contents of the C:\Windows\Software Distribution folder, and then restarting back into Normal mode.
    On a hunch, one time I did not bother with the above steps, but just restarted Windows (Start > Shutdown > Restart). Whaddya know? That worked to clear the problem with Windows Update too!
    So at this point I think the root cause of the problem is something about Boot Camp itself, particularly when you first switch from OSX over to your Boot Camp partition. It is 100% repeatable that Windows Update will run and find your various uninstalled updates, but if you try to actually download any of them, the process will hang right at the start of "Downloading".
    Simply shutting down and restarting Windows while already in Boot Camp solves this problem completely.
    It's also interesting to note that if you use VMWare Fusion to run a VM of your Boot Camp partition you do not have this problem at all. Windows Update will run perfectly each and every time you run your Boot Camp version of Windows under VMWare Fusion. You only need to do this restarting of Windows if you are actually in Boot Camp.

  • How to make java7 update 10 work with safari?

    Hi!
    I´ve just downloaded the Java7u10, and it wont work with Safari. I´m unable to log into my bank.
    Is there a way to deal with this one?
    Uninstall the Java7u10? how in that case?
    Or is there a systemthing to adjust?
    thanks for any help!
    I run OS X Lion 10.7.5

    You installed the Oracle Java 7 plugin, which is insecure and has been blocked by Apple. To revert to the Java 6 plugin, follow these instructions:
    How to re-enable the Apple-provided Java SE 6 applet plug-in
    All versions of Java should be considered insecure. Enable Java in your web browser only when absolutely necessary, and disable it as soon as you're done with whatever task requires it.

  • How to make an update command efficient

    i have a table with with 891350 records, and the other table also have the same number or records, i have indexed both tables, and used this query to update the table,
    UPDATE tt A SET (A.SUBURB_FORM, A.DATASET_FORM, A.STATE_FORM)= (SELECT B.SUBURB, B.DATASET, B.STATE FROM bb B
    WHERE A.IDX=B.IDX AND B.STATE <>'XXX')
    WHERE EXISTS (SELECT NULL FROM bb C
    WHERE A.IDX=C.IDX AND C.STATE <>'XXX')
    tables are indexed on bases of idx, after 24 hours still it process, i think there might be some problem as before it was not taking that much long. please can anybody help to identify the issue.
    Thanks

    Prior to update, disable your indexes, After done!,
    you just enable them.
    hare krishna
    AlokI beg to defer with you. Disabling/enabling means you will be rebuilding indexes, which means you will be opening can of worms ;-)
    If the OP has downtime then easiest way is CTAS a new table, truncate the original table and populate using insert command along with the update changes with nologging option.
    Regards,
    Satheesh Babu.S

  • How to make an update command efficient, "it is urgent"

    i have a table with with 891350 records, and the other table also have the same number or records, i have indexed both tables, and used this query to update the table,
    UPDATE tt A SET (A.SUBURB_FORM, A.DATASET_FORM, A.STATE_FORM)= (SELECT B.SUBURB, B.DATASET, B.STATE FROM bb B
    WHERE A.IDX=B.IDX AND B.STATE <>'XXX')
    WHERE EXISTS (SELECT NULL FROM bb C
    WHERE A.IDX=C.IDX AND C.STATE <>'XXX')
    tables are indexed on bases of idx, after 24 hours still it process, i think there might be some problem as before it was not taking that much long. please can anybody help to identify the issue.
    Thanks

    Try:
    update (select A.SUBURB_FORM a_suburb, A.DATASET_FORM a_dataset,
            A.STATE_FORM a_state, B.SUBURB b_suburb, B.DATASET b_dataset,
            B.STATE b_state
            FROM tt A, bb B
            WHERE A.IDX=B.IDX AND B.STATE <>'XXX')
    set a_suburb=b_suburb, a_dataset=b_dataset, a_state=b_state;Also check you're not locked while updating.

  • HOW TO MAKE AN UPDATE COMMAND MORE EFFICIENT

    hI Everyone,
    if we have round (10000000) records in a table and we want to update an attribute in this table. it takes sometime round 60 mins or even more, while both tables are indexed. Do anyone knows any magic to improve the efficiency.
    Best Regards,

    If you are using IN clause, try using exists.
    AdinathWhy?
    look at this
    1) NOT IN vs NOT EXISTS:
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
      select *
        from dept
       where deptno not in (
                             select deptno
                               from emp
                              where deptno is not null
      Statement Id=12200   Type=
      Cost=2,64022111505165E-308  TimeStamp=03-05-07::13::40:08
           (1)  SELECT STATEMENT  ALL_ROWS
         Est. Rows: 1  Cost: 6
           (6)  MERGE JOIN ANTI
         Est. Rows: 1  Cost: 6
               (3)  TABLE TABLE ACCESS BY INDEX ROWID SCOTT.DEPT  [Analyzed]
               (3)   Blocks: 5 Est. Rows: 4 of 4  Cost: 2
                    Tablespace: USERS
                   (2)  INDEX (UNIQUE) INDEX FULL SCAN SCOTT.PK_DEPT  [Analyzed]
                        Est. Rows: 4  Cost: 1
               (5)  SORT UNIQUE
                    Est. Rows: 14  Cost: 4
                   (4)  TABLE TABLE ACCESS FULL SCOTT.EMP  [Analyzed]
                   (4)   Blocks: 5 Est. Rows: 14 of 14  Cost: 3
                        Tablespace: USERS
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
      select *
        from dept
       where not exists (
                          select null
                            from emp
                           where emp.deptno is not null
                             and emp.deptno = dept.deptno
      Statement Id=100   Type=
      Cost=1,95696055847079E-307  TimeStamp=03-05-07::13::42:35
           (1)  SELECT STATEMENT  ALL_ROWS
         Est. Rows: 1  Cost: 6
           (6)  MERGE JOIN ANTI
         Est. Rows: 1  Cost: 6
               (3)  TABLE TABLE ACCESS BY INDEX ROWID SCOTT.DEPT  [Analyzed]
               (3)   Blocks: 5 Est. Rows: 4 of 4  Cost: 2
                    Tablespace: USERS
                   (2)  INDEX (UNIQUE) INDEX FULL SCAN SCOTT.PK_DEPT  [Analyzed]
                        Est. Rows: 4  Cost: 1
               (5)  SORT UNIQUE
                    Est. Rows: 14  Cost: 4
                   (4)  TABLE TABLE ACCESS FULL SCOTT.EMP  [Analyzed]
                   (4)   Blocks: 5 Est. Rows: 14 of 14  Cost: 3
                        Tablespace: USERS
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/2) IN vs EXISTS
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
      select *
        from dept
       where exists (
                      select null
                        from emp
                       where emp.deptno is not null
                         and emp.deptno = dept.deptno
      Statement Id=100   Type=
      Cost=1,9569605606389E-307  TimeStamp=03-05-07::13::43:15
           (1)  SELECT STATEMENT  ALL_ROWS
         Est. Rows: 3  Cost: 7
           (4)  HASH JOIN SEMI
         Est. Rows: 3  Cost: 7
               (2)  TABLE TABLE ACCESS FULL SCOTT.DEPT  [Analyzed]
               (2)   Blocks: 5 Est. Rows: 4 of 4  Cost: 3
                    Tablespace: USERS
               (3)  TABLE TABLE ACCESS FULL SCOTT.EMP  [Analyzed]
               (3)   Blocks: 5 Est. Rows: 14 of 14  Cost: 3
                    Tablespace: USERS
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
    /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
      select *
        from dept
       where deptno in (
                         select emp.deptno
                           from emp
                          where emp.deptno is not null
      Statement Id=4203132   Type=
      Cost=2,64022111505165E-308  TimeStamp=03-05-07::13::44:16
           (1)  SELECT STATEMENT  ALL_ROWS
         Est. Rows: 3  Cost: 7
           (4)  HASH JOIN SEMI
         Est. Rows: 3  Cost: 7
               (2)  TABLE TABLE ACCESS FULL SCOTT.DEPT  [Analyzed]
               (2)   Blocks: 5 Est. Rows: 4 of 4  Cost: 3
                    Tablespace: USERS
               (3)  TABLE TABLE ACCESS FULL SCOTT.EMP  [Analyzed]
               (3)   Blocks: 5 Est. Rows: 14 of 14  Cost: 3
                    Tablespace: USERS

Maybe you are looking for

  • Word 97-2003 attachements not viewing in quick view

    for some reason, my mail app (and finder) does not show a quick view for word 97-2003 attachements (the ones ending in .doc) whereas .docx and the other office 2007 attachements view perfectly. I have VM ware installed and use it for opening both typ

  • OS5, Calendar will not sync and back-up/restore question

    Wife downloaded iTunes 10.5 for the MBP and OS5 for the iPad yesterday. Everything seems ok with the exception of, the Calendar  will not sync to iCal. I now have 2 issues. I attempted to sync it twice  so I am assuming the data on the back-up is now

  • Wide black vertical band in display.

    My computer (MA590LL-late 2006) has just started displaying a 2.5" wide sold black vertical band just left of center. Otherwise it seems to be working just fine. I want to find out if this is an expensive repair before I take it to Apple because, giv

  • My home buttons not working!! Plz help!!!

    I was just playing around on my ipod touch(4th generation, 32 gb, black... Not that that really matters) and the home button just started getting harder and harder to use until now it doesn't work at all. I've tried rubbing alchohal and cleaning it w

  • How to trace a particular database user  ?

    Everyone knows that there is an Oracle username "SCOTT" in all the database installation. How to enable tracing for the SCOTT user, so I can can get all the tracing info of the user SQL's Note: I know I can get the sid,serial# info and trace a partic