KR20000037571A - Upgrade method for software - Google Patents

Upgrade method for software Download PDF

Info

Publication number
KR20000037571A
KR20000037571A KR1019980052188A KR19980052188A KR20000037571A KR 20000037571 A KR20000037571 A KR 20000037571A KR 1019980052188 A KR1019980052188 A KR 1019980052188A KR 19980052188 A KR19980052188 A KR 19980052188A KR 20000037571 A KR20000037571 A KR 20000037571A
Authority
KR
South Korea
Prior art keywords
program
version
upgrade
serial number
installation
Prior art date
Application number
KR1019980052188A
Other languages
Korean (ko)
Inventor
김호광
김영준
김영돈
Original Assignee
김영돈
김호광
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 김영돈, 김호광 filed Critical 김영돈
Priority to KR1019980052188A priority Critical patent/KR20000037571A/en
Publication of KR20000037571A publication Critical patent/KR20000037571A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/62Uninstallation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/658Incremental updates; Differential updates

Abstract

PURPOSE: An upgrade method for software is provided to prevent illegal duplication and installation of the software by creating a blacklist of licensed products' serial numbers and blocking the upgrade of those products with the serial number listed in the blacklist. CONSTITUTION: An upgrade method for software is composed of reception, verification, confirmation, and installation. User receives patch file through PC connection and runs patch file's installation file. The patch file checks for bugged program and revision programs' versions, and confirms that the revision program's version is higher than the bugged program's version. If revision program's version is lower, installation is halted and alert message is output to the user. If version is higher, program verifies the serial number by displaying a message that reads "input serial number" or automatically detecting the serial number by the program. If serial number confirms the product's authenticity, the serial number is again verified to determine it's not listed on the blacklist. If the serial number is listed on the blacklist, installation process is halted and a message that reads "serial number has been distributed or there has been a program error. Please contact the program vendor" is displayed. If the product is authentic and free from serial number distribution, the program executes delete, addition, and change processes to upgrade itself.

Description

소프트웨어의 업그레이드 방법How to upgrade the software

본 발명은 소프트웨어의 업그레이드 방법에 관한 것으로서 특히, 인터넷 등과 같은 통신상에서 소프트웨어를 다운로드(download)받아 업그레이드하는데 적용되는 소프트웨어의 업그레이드 방법에 관한 것이다.The present invention relates to a software upgrade method, and more particularly, to a software upgrade method applied to download and upgrade software in a communication such as the Internet.

최근, 컴퓨터의 보급이 늘어나면서 사용자들이 다기능화 및 고속화를 요구하면서 컴퓨터 관련 소프트웨어도 발전되고 있다. 이때, 업그레이드(upgrade)에 의해 기존 프로그램의 기능을 향상시킨다.Recently, as the spread of computers has increased, computer-related software has been developed as users demand multifunctionality and high speed. At this time, by upgrading the function of the existing program is improved.

일반적으로 업그레이드는 프로그램에 버그(bug)가 발생된 경우, 데이터 베이스를 교체하고자 하는 경우, 기존 프로그램의 기능을 추가하고자 하는 경우에 수행된다.In general, an upgrade is performed when a bug occurs in a program, when a database is to be replaced, or when a function of an existing program is added.

도 1은 종래 기술에 의하여 소프트웨어를 업그레이드 하는 동작을 나타내는 흐름도이다.1 is a flowchart illustrating an operation of upgrading software according to the prior art.

도 1을 참조하면, 기존의 파일 또는 프로그램에 문제점이 발견되거나 기능을 추가하고자 하는 경우에는 파일 또는 프로그램 제작사에서 새로운 버전의 파일 또는 프로그램을 작성하고 통신 상에 업로드 시킨다.(S1 참조) 이때, 상기 새로운 버전의 파일 또는 프로그램에는 인스톨 프로그램이 포함되어 있다.Referring to FIG. 1, when a problem is found in an existing file or program or a function is to be added, a file or program maker creates a new version of the file or program and uploads it on a communication. (See S1.) The new version of the file or program includes an installation program.

그후, 개별적인 프로그램 사용자들이 통신상에 업로드되어 있는 새로운 버전의 파일 또는 프로그램을 확인한 후 다운을 받게 되고(S2 참조), 기존의 파일 또는 프로그램을 삭제하고(S3 참조), 상기 다운받은 새로운 파일 또는 프로그램을 인스톨 시킴으로서 업그레이드를 완료하게 된다.(S4 참조)Then, individual program users check the new version of the file or program uploaded on the communication and download it (see S2), delete the existing file or program (see S3), and download the new file or program. You can complete the upgrade by installing. (See S4.)

결국, 종래의 경우 업그레이드는 기존 파일 또는 프로그램을 모두 지우고 다시 새로운 파일 또는 프로그램을 인스톨(install)하기 때문에 파일 또는 프로그램의 크기가 큰 경우에는 작업과정이 복잡하고 다운 및 인스톨 과정에서 많은 시간이 필요하게 되는 문제점이 있었다.After all, in the conventional case, the upgrade deletes all existing files or programs and installs new files or programs again. Therefore, when the file or program is large, the work process is complicated and requires a lot of time in the download and installation process. There was a problem.

한편, 종래의 업그레이드 동작에서는 정품번호를 확인하는 과정이 포함되어 있지 않기 때문에 일부 컴퓨터 사용자가 프로그램을 정품으로 구입하지 않고 불법복제하여 사용하는 경우가 있게 되는데, 이 경우 불법복제를 막을 수 있는 방법이 없기 때문에 프로그램 제작사의 피해가 증가하고, 프로그램 제작 의욕을 저하시키는 문제점이 있다.On the other hand, the conventional upgrade operation does not include the process of verifying the genuine number, so some computer users may not use the program as a genuine copy and use it without copying. In this case, there is a way to prevent illegal copying. There is a problem that increases the damage of the program production company, thereby lowering the program production motivation.

본 발명은 상기와 같은 종래 기술의 문제점을 해결하기 위하여 안출된 것으로서, 그 목적은 프로그램 제작사에서 정품번호에 대한 블랙리스트를 작성하여 블랙리스트에 포함된 정품번호인 경우에는 업그레이드가 수행되지 않도록 하여 불법복제를 방지할 수 있는 소프트웨어의 업그레이드 방법을 제공하는데 있다.The present invention has been made to solve the problems of the prior art as described above, the purpose of which is to create a blacklist for the genuine number in the program manufacturer to prevent the upgrade is not performed in the case of the genuine number included in the blacklist The present invention provides a method of upgrading software that can prevent duplication.

또한, 본 발명의 다른 목적은 기존에 설치되어 있는 프로그램이 정품인지를 확인하여 정품이 아닌 경우에는 업그레이드가 수행되지 않도록 하여 불법복제를 방지할 수 있는 소프트웨어의 업그레이드 방법을 제공하는데 있다.In addition, another object of the present invention is to provide a method for upgrading software that can prevent illegal copying by checking whether an existing program is genuine and not upgrading if it is not genuine.

또한, 본 발명의 또다른 목적은 설치되어 있는 프로그램과 설치하고자 하는 프로그램의 버전을 2진 파일 내부의 서브모듈(sub module) 단위로 확인하여 낮은 버전의 프로그램이 높은 버전의 프로그램에 업그레이드 되는 것을 방지할 수 있는 소프트웨어의 업그레이드 방법을 제공한다.In addition, another object of the present invention is to check the installed program and the version of the program to be installed in the unit of a sub-module (sub module) inside the binary file to prevent the lower version of the program to be upgraded to the higher version of the program Provides a way to upgrade the software.

또한, 본 발명의 또다른 목적은 기존의 프로그램에서 달라진 부분의 교체, 불필요한 부분의 삭제, 새로운 기능의 추가 동작이 수행될 수 있도록 함으로써 업그레이드용 프로그램의 크기를 줄여 프로그램의 다운 및 인스톨 과정에서 작업시간을 단축시킬 수 있는 소프트웨어의 업그레이드 방법을 제공하는데 있다.In addition, another object of the present invention is to reduce the size of the upgrade program by replacing the changed part of the existing program, the removal of unnecessary parts, the addition of new functions can be carried out work time in the process of downloading and installing the program The present invention provides a method for upgrading software that can shorten the time required.

도 1은 종래 기술에 의한 소프트웨어의 업그레이드 동작을 나타내는 흐름도,1 is a flowchart illustrating an upgrade operation of software according to the prior art;

도 2는 본 발명에 의한 소프트웨어의 업그레이드 동작을 나타내는 흐름도.2 is a flowchart showing an upgrade operation of software according to the present invention;

상기와 같은 목적을 달성하기 위한 본 발명의 특징에 따르면, 사용자가 패치파일(patch file)을 이용하여 인스톨(install)이 시작되면 사용자에게 정품번호의 입력을 요구하거나 버그 프로그램으로부터 정품번호를 추출하는 제1 과정; 상기 제1 과정에서 정품번호가 입력되거나 정품번호가 추출되면 상기 패치파일 내부에 기록되어 있는 블랙리스트 데이터와 비교하여 정품번호가 블랙리스트에 포함되는지를 확인하는 제2 과정; 상기 제2 과정에서 블랙리스트에 포함되지 않는 경우에 패치파일 내부의 데이터를 이용하여 버그 프로그램에서 일부 내용의 삭제, 추가, 교체를 수행하여 업그레이드를 완료하는 제3 과정을 포함하여 이루어지는 소프트웨어의 업그레이드 방법을 제공한다.According to a feature of the present invention for achieving the above object, when the user starts the installation (install) using a patch file (patch file) to request the user to enter the genuine number or extract the genuine number from the bug program First process; A second step of checking whether the genuine number is included in the black list by comparing the black list data recorded in the patch file when the genuine number is input or the genuine number is extracted in the first step; In the second step, if the data is not included in the blacklist, the software upgrade method includes a third step of completing an upgrade by deleting, adding, or replacing a part of a content in a bug program using data in the patch file. To provide.

이때, 본 발명의 부가적인 특징에 따르면, 상기 패치파일(patch file)에는 인스톨 프로그램, 업그레이드 데이터, 업그레이드 데이터의 위치정보 데이터, 정품번호 리스트 데이터, 블랙리스트 데이터 등이 포함된다.In this case, according to an additional feature of the present invention, the patch file includes an installation program, upgrade data, location information data of upgrade data, genuine number list data, blacklist data, and the like.

또한, 상기 제2 과정에서는 블랙리스트에 포함되는 경우에는 인스톨 동작을 정지하고 사용자에게 경고메시지를 출력하여 알려주는 단계, 입력되거나 추출된 정품번호를 패치파일 내부에 기록되어 있는 정품번호 리스트 데이터와 비교하여 정품이 맞는지를 확인하고, 정품번호가 맞지 않으면 인스톨 동작을 정지하고 사용자에게 경고메시지를 출력하여 알려주는 단계, 버그 프로그램과 수정 프로그램의 버전을 체크하여 수정 프로그램의 버전이 버그 프로그램의 버전보다 높은지를 확인하고, 수정 프로그램의 버전이 버그 프로그램의 버전보다 낮은 경우에는 인스톨 동작을 정지하고 사용자에게 경고메시지를 출력하여 알려주는 단계 중 어느 하나 이상이 포함될 수 있다. 이때, 상기 버전을 체크하는 과정은 업그레이드 데이터에 포함된 서브모듈 단위로 버전이 제공된 경우에, 버그 프로그램의 위치정보를 추출하고 업그레이드 데이터의 위치정보 데이터를 이용하여 서브모듈 단위로 버전을 비교하는 것이 바람직하다.In addition, in the second process, if included in the blacklist, stopping the installation operation and outputting a warning message to inform the user, comparing the input or extracted genuine number with the genuine number list data recorded in the patch file. Check whether the correct version is correct, and if the correct version number is not correct, stop the installation operation and output a warning message to inform the user, check the version of the bug program and the fix to see if the version of the fix is higher than the version of the bug program. Checking, and if the version of the fix is lower than the version of the bug program may include any one or more of the steps of stopping the installation operation and outputting a warning message to the user. At this time, the process of checking the version is that if the version is provided in units of submodules included in the upgrade data, extracting the location information of the bug program and comparing the versions in units of submodules using the location information data of the upgrade data. desirable.

이하, 본 발명에 의한 소프트웨어의 업그레이드 방법의 바람직한 실시예를 첨부한 도면을 참조하여 상세히 설명한다.Hereinafter, with reference to the accompanying drawings a preferred embodiment of the software upgrade method according to the present invention will be described in detail.

도 2는 본 발명의 업그레이드 동작을 나타내는 흐름도이다.2 is a flowchart illustrating an upgrade operation of the present invention.

도 2를 참조하면, 먼저 사용자가 통신상에서 패치파일을 다운받는다. 이때, 상기 패치파일은 프로그램 개발자 또는 제작사에서 프로그램의 기능변경, 기능추가 및 버그삭제를 위하여 수정 프로그램을 작성하여 포함시킨 것으로서, 수정 프로그램의 전체가 포함되지 않고 버그 프로그램의 버그부분과 대응되는 수정부분 부분만이 포함된다. 또한, 상기 패치파일에는 인스톨 프로그램, 업그레이드 데이터, 업그레이드 데이터의 위치정보 데이터, 정품번호 리스트 데이터, 블랙리스트 데이터 등이 포함되는 것이 바람직하다. 상기에서 정품번호는 개발자 및 제작사가 정품사용을 유도하기 위해서 문자, 숫자 및 특수기호를 사용하여 정한 번호를 의미하고, 블랙리스트는 통신상이나 인터넷 등에서 공개되거나 유출된 정품번호를 의미한다.Referring to FIG. 2, first, a user downloads a patch file in communication. In this case, the patch file is a program developer or a manufacturer that includes a modified program for changing the function of the program, add a function, and delete the bug, and includes a modified portion corresponding to the bug portion of the bug program without including the whole of the fix program Only parts are included. The patch file may include an installation program, upgrade data, location information data of upgrade data, genuine number list data, and blacklist data. In the above, the genuine number means a number defined by the developer and the manufacturer using letters, numbers, and special symbols to induce genuine use, and the black list means a genuine number disclosed or leaked on a communication or the Internet.

그후, 사용자가 패치파일(patch file)을 이용하여 인스톨(install)을 시작하면 버그 프로그램과 수정 프로그램의 버전을 체크하여 수정 프로그램의 버전이 버그 프로그램의 버전보다 높은지를 확인한다. 이때, 본 발명에서는 파일 전체에 대한 버전을 체크하지 않고, 업그레이드 데이터에 포함된 수정부분 즉, 2진 파일 내부의 서브모듈 각각에 제공되어 있는 버전을 체크하게 된다. 상기에서 수정 프로그램의 버전이 버그 프로그램의 버전보다 낮은 경우에는 인스톨 동작을 정지하고 사용자에게 경고메시지를 출력하여 알려주게 된다. 상기에서 버그 프로그램은 기존에 설치되어 있는 프로그램으로서 버그가 발생된 프로그램을 의미하고, 수정 프로그램은 상기 버그 프로그램에 포함된 버그를 삭제하고 기능의 변경 및 추가를 수행할 수 있도록 변경한 프로그램이다.Then, when the user starts the installation using a patch file, the bug program and the version of the fix are checked to see if the version of the fix is higher than the version of the bug. In this case, the present invention does not check the version of the entire file, but checks the version provided in each of the sub-modules inside the binary file. When the version of the fix program is lower than the version of the bug program, the installation operation is stopped and a warning message is output to the user. In the above, the bug program refers to a program in which a bug is generated as an existing program, and a modified program is a program changed to delete a bug included in the bug program and to change and add a function.

그후, 모니터에 "정품번호를 입력시키시오"라는 메시지가 디스플레이되어 사용자에게 정품번호의 입력을 요구한다. 이때, 사용자에게 정품번호를 요구하지 않고 버그 프로그램으로부터 정품번호를 직접 추출할 수도 있다.After that, the message " Enter the serial number " is displayed on the monitor to prompt the user to enter the genuine serial number. In this case, the genuine number may be directly extracted from the bug program without requiring the genuine number to the user.

사용자가 정품번호를 입력시키거나, 버그 프로그램으로부터 정품번호가 추출되면 정품번호를 패치파일 내부에 기록되어 있는 정품번호 리스트 데이터와 비교하여 정품이 맞는지를 확인한다. 이때, 정품번호가 맞지 않으면 인스톨 동작을 정지하고 사용자에게 "정품번호가 일치하지 않습니다"라는 경고메시지를 출력한다.When the user enters the genuine number or extracts the genuine number from the bug program, the genuine number is compared with the genuine number list data recorded in the patch file to check the authenticity. At this time, if the genuine number is not correct, the installation operation is stopped and a warning message "The genuine number does not match" is output to the user.

상기에서 정품번호가 일치하면, 상기 패치파일 내부에 기록되어 있는 블랙리스트 데이터와 비교하여 정품번호가 블랙리스트에 포함되는지를 확인한다. 이때, 블랙리스트에 포함되는 경우에는 인스톨 동작을 정지하고 사용자에게 "정품번호가 유출되었거나 프로그램에 문제가 발생하였습니다. 제작사에 문의하여 주십시요"라는 경고메시지를 출력한다.If the genuine numbers match, the blacklist data is compared with the blacklist data recorded in the patch file to check whether the genuine numbers are included in the blacklist. At this time, if it is included in the blacklist, the installation operation is stopped and a warning message is displayed to the user, "The serial number is leaked or there is a problem with the program. Please contact the manufacturer."

한편, 정품번호가 블랙리스트에 포함되지 않는 경우에는 패치파일 내부의 업그레이드 데이터 및 업그레이드 데이터의 위치정보 데이터를 이용하여 버그 프로그램에서 일부 내용의 삭제, 추가, 교체를 수행하여 업그레이드를 완료한다. 더욱 상세히 설명하면, 패치파일에서 버그 프로그램을 부분적으로 업그레이드하는 경우에 버그 프로그램의 2진정보를 읽어 위치정보를 추출하고 상기 업그레이드 데이터의 위치정보 데이터와 비교하여 동일한 위치정보에 업그레이드 데이터를 치환한다.On the other hand, when the genuine number is not included in the blacklist, the upgrade is completed by deleting, adding, and replacing some contents in the bug program using the upgrade data and the location data of the upgrade data in the patch file. In more detail, when the bug program is partially upgraded from the patch file, the binary information of the bug program is read to extract the location information, and the upgrade data is replaced with the same location information by comparing with the location information data of the upgrade data.

이상에서 설명한 바와 같은 본 발명의 소프트웨어의 업그레이드 방법은 패치파일에 수정 프로그램의 수정부분 만을 포함시킴으로서 패치파일의 크기를 줄여 사용자가 다운로드 및 인스톨 작업시 시간을 단축시킬 수 있게 되는 효과가 있다.The upgrade method of the software of the present invention as described above has the effect of reducing the size of the patch file by including only the modified portion of the fix program in the patch file, so that the user can shorten the time when downloading and installing.

또한, 정품번호 확인 및 블랙리스트 확인 기능을 구비함으로써 불법복제를 방지할 수 있는 효과가 있다.In addition, there is an effect that can prevent illegal copying by having a genuine number check and a black list check function.

Claims (4)

사용자가 패치파일(patch file)을 이용하여 인스톨(install)이 시작되면 사용자에게 정품번호의 입력을 요구하거나 버그 프로그램으로부터 정품번호를 추출하는 제1 과정;A first step of requesting a user to input a genuine number or extracting a genuine number from a bug program when the user starts installation using a patch file; 상기 제1 과정에서 정품번호가 입력되거나 정품번호가 추출되면 상기 패치파일 내부에 기록되어 있는 블랙리스트 데이터와 비교하여 정품번호가 블랙리스트에 포함되는지를 확인하는 제2 과정;A second step of checking whether the genuine number is included in the black list by comparing the black list data recorded in the patch file when the genuine number is input or the genuine number is extracted in the first step; 상기 제2 과정에서 블랙리스트에 포함되지 않는 경우에 패치파일 내부의 데이터를 이용하여 버그 프로그램에서 일부 내용의 삭제, 추가, 교체를 수행하여 업그레이드를 완료하는 제3 과정을 포함하여 이루어지는 것을 특징으로 하는 소프트웨어의 업그레이드 방법.And a third step of completing an upgrade by deleting, adding, or replacing a part of a content in a bug program by using data in a patch file when the blacklist is not included in the second step. How to upgrade your software. 제 1 항에 있어서,The method of claim 1, 상기 패치파일(patch file)에는 인스톨 프로그램, 업그레이드 데이터, 업그레이드 데이터의 위치정보 데이터, 정품번호 리스트 데이터, 블랙리스트 데이터 등이 포함되는 것을 특징으로 소프트웨어의 업그레이드 방법.The patch file may include an installation program, upgrade data, location data of upgrade data, genuine number list data, blacklist data, and the like. 제 1 항에 있어서,The method of claim 1, 상기 제2 과정에서는 블랙리스트에 포함되는 경우에는 인스톨 동작을 정지하고 사용자에게 경고메시지를 출력하여 알려주는 단계;In the second process, if included in the blacklist, stopping the installation operation and outputting a warning message to notify the user; 입력되거나 추출된 정품번호를 패치파일 내부에 기록되어 있는 정품번호 리스트 데이터와 비교하여 정품이 맞는지를 확인하고, 정품번호가 맞지 않으면 인스톨 동작을 정지하고 사용자에게 경고메시지를 출력하여 알려주는 단계;Comparing the input or extracted genuine number with the genuine number list data recorded in the patch file to check whether the genuine product is correct, and if the genuine number is not correct, stopping the installation operation and outputting a warning message to the user; 버그 프로그램과 수정 프로그램의 버전을 체크하여 수정 프로그램의 버전이 버그 프로그램의 버전보다 높은지를 확인하고, 수정 프로그램의 버전이 버그 프로그램의 버전보다 낮은 경우에는 인스톨 동작을 정지하고 사용자에게 경고메시지를 출력하여 알려주는 단계; 중 어느 하나 이상의 단계가 포함되는 것을 특징으로 하는 소프트웨어의 업그레이드 방법.Check the version of the bug program and the fix to see if the version of the fix is higher than the version of the bug. If the version of the fix is lower than the version of the bug, stop the installation and display a warning message to the user. Informing step; Any one or more steps of the software upgrade method characterized in that it comprises. 제 1 항에 있어서,The method of claim 1, 상기 버전을 체크하는 과정은 업그레이드 데이터에 포함된 서브모듈 단위로 버전이 제공된 경우에, 버그 프로그램의 위치정보를 추출하고 업그레이드 데이터의 위치정보 데이터를 이용하여 서브모듈 단위로 버전을 비교하는 것을 특징으로 하는 소프트웨어의 업그레이드 방법.The checking of the version may include extracting location information of a bug program and comparing versions in submodule units using location information data of upgrade data when a version is provided in units of submodules included in upgrade data. How to upgrade the software.
KR1019980052188A 1998-12-01 1998-12-01 Upgrade method for software KR20000037571A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980052188A KR20000037571A (en) 1998-12-01 1998-12-01 Upgrade method for software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980052188A KR20000037571A (en) 1998-12-01 1998-12-01 Upgrade method for software

Publications (1)

Publication Number Publication Date
KR20000037571A true KR20000037571A (en) 2000-07-05

Family

ID=19560707

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980052188A KR20000037571A (en) 1998-12-01 1998-12-01 Upgrade method for software

Country Status (1)

Country Link
KR (1) KR20000037571A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020031500A (en) * 2000-10-20 2002-05-02 김영돈, 정춘보 Method for updating regular program
KR20020032195A (en) * 2000-10-26 2002-05-03 민병국 method of installing/upgrading and executing application programs on internet
US11574049B2 (en) 2020-04-08 2023-02-07 Softcamp Co., Ltd. Security system and method for software to be input to a closed internal network

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020031500A (en) * 2000-10-20 2002-05-02 김영돈, 정춘보 Method for updating regular program
KR20020032195A (en) * 2000-10-26 2002-05-03 민병국 method of installing/upgrading and executing application programs on internet
US11574049B2 (en) 2020-04-08 2023-02-07 Softcamp Co., Ltd. Security system and method for software to be input to a closed internal network

Similar Documents

Publication Publication Date Title
KR101134849B1 (en) In-page installer
JP3976650B2 (en) Software license management method and method, and recording medium
US8539469B2 (en) Efficient patching
CN102521081B (en) Repair destroyed software
US8578363B2 (en) Differentiated installable packages
US8938735B2 (en) Bootstrapper and software download manager
CN101310472B (en) Automatic update of computer-readable components to support a trusted environment
US20050027657A1 (en) Distinguishing legitimate hardware upgrades from unauthorized installations of software on additional computers
US6023763A (en) Method of and apparatus for protecting and upgrading software using a removable hardlock
EP1662384A2 (en) Method and system for distributing and installing software
US8095987B2 (en) Software anti-piracy protection
CN101089867A (en) Method for preventing illegal using software
BRPI1103615A2 (en) METHOD AND SYSTEM FOR REPLACING AN UNLIMITED COPY OF A SOFTWARE PROGRAM WITH A LEGAL COPY, AND SOFTWARE SEGMENT
CN102012990A (en) Method and device for repairing bugs of third-party software
TW515996B (en) Method and system for transferring an application program from system firmware to a storage device
US8224750B1 (en) Method and system for upgrading licenses to installed software
CN100334544C (en) Information processing device and method, recording medium, and program
KR20000037571A (en) Upgrade method for software
EP1174786A2 (en) Method, system, and program for reusing software licenses with new computer hardware
CN111639332A (en) Software installation method and device, electronic equipment and storage medium
KR20000050234A (en) Method for preventing use of illegally reproduced program, and recording medium thereof
KR20000050233A (en) Method for preventing use of illegally reproduced program, and recording medium thereof
US20060079334A1 (en) Video game terminal and security activation arrangement
KR20000061393A (en) Preventing method for illegal copying of software
Foster-Johnson et al. Fedora Draft Documentation RPM Guide

Legal Events

Date Code Title Description
N231 Notification of change of applicant
WITN Withdrawal due to no request for examination