WO2017002446A1 - 電子機器 - Google Patents

電子機器 Download PDF

Info

Publication number
WO2017002446A1
WO2017002446A1 PCT/JP2016/063567 JP2016063567W WO2017002446A1 WO 2017002446 A1 WO2017002446 A1 WO 2017002446A1 JP 2016063567 W JP2016063567 W JP 2016063567W WO 2017002446 A1 WO2017002446 A1 WO 2017002446A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
program
installed program
folder
administrator
Prior art date
Application number
PCT/JP2016/063567
Other languages
English (en)
French (fr)
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 CN201680001407.3A priority Critical patent/CN107924303B/zh
Priority to EP16791513.1A priority patent/EP3318973B1/en
Priority to JP2016567436A priority patent/JP6091731B1/ja
Priority to US15/312,102 priority patent/US9940121B2/en
Publication of WO2017002446A1 publication Critical patent/WO2017002446A1/ja

Links

Images

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/61Installation

Definitions

  • the present invention relates to an electronic device in which an application program can be installed and a program that operates on a CPU provided in the electronic device.
  • Patent Document 1 discloses a device that classifies users and determines applications that can be used depending on the class.
  • the user can install the extension application according to his / her own desire.
  • unnecessary extended applications may accumulate and press down on the HDD (hard disk drive) capacity.
  • Patent Document 2 discloses a data processing device that deletes non-executable firmware from a RAM (random access memory). Even if it is deleted from the RAM, it can be re-read from the HDD, so that the RAM capacity is dynamically managed.
  • RAM random access memory
  • Non-Patent Document 1 discloses a system that deletes a data file, not an application program, based on the number of days since the last update date or the last access date.
  • Patent Document 2 and Non-Patent Document 1 do not perform uninstallation in a form that deletes application programs from the HDD. Deleting an application program from the HDD has a great influence on the user and requires more precise control.
  • An object of the present invention is to provide an electronic device that can delete an unused application program from an HDD without deleting an essential application program, and a program that operates on a CPU provided in the electronic device. .
  • An electronic apparatus includes a control unit and a storage unit.
  • the storage unit stores an installed program that is an installed application program.
  • the control unit includes an installation unit that installs the application program according to a user instruction, and a program usage control unit that controls an installed program available for each user.
  • the installation unit associates the user who performs the installation with the installed program.
  • the program usage control unit allows use of all users for the first installed program associated with the first user, and the second user for the second installed program associated with the second user. And the use of a third user who intends to install the second installed program.
  • the first user is an administrator user, and the second user and the third user are users other than the administrator.
  • the electronic apparatus of the present invention it is possible to provide an electronic apparatus that can delete an unused application program from the HDD without deleting an essential application program.
  • FIG. 1 is a diagram illustrating a functional configuration of the image forming apparatus.
  • FIG. 2 is a diagram illustrating an example of log data.
  • FIG. 3 is a flowchart showing processing of the installation unit.
  • FIG. 4 is a diagram illustrating processing of the automatic uninstallation unit.
  • FIG. 5 is a diagram illustrating processing of the storage program determination unit.
  • FIG. 6 is a diagram illustrating processing of the install unit and the uninstall unit.
  • FIG. 1 is a diagram showing a functional configuration of an image forming apparatus as an embodiment of the electronic apparatus of the present invention.
  • the image forming apparatus includes a control unit 1 and a storage unit 2.
  • a printer, a scanner, a FAX, an input unit for user operation, and other components of the image forming apparatus are also provided. However, the description is omitted because it is not related to the present invention.
  • the control unit 1 includes an installation unit 11, a usage monitoring unit 12, an automatic uninstallation unit 13, a stored program determination unit 14, an unused program warning unit 15, an uninstallation unit 16, and a program usage control unit 17.
  • the image forming apparatus 1 includes a CPU, and the control unit 1 is implemented as a program that operates on the CPU.
  • the installation unit 11 installs application programs. Details will be described later.
  • the usage monitoring unit 12 monitors the usage of the application program and converts the usage status into data.
  • the automatic uninstaller automatically uninstalls application programs based on usage conditions. Details will be described later.
  • the stored program determination unit 14 determines an application program to be excluded from automatic uninstallation based on the usage status. Details will be described later.
  • the unused program warning unit 15 warns about application programs that are not subject to automatic uninstallation based on the usage status. Details will be described later.
  • the uninstall unit 16 responds to an uninstall instruction from the user. There are cases where the uninstallation is actually performed and cases where the uninstallation is not performed. Details will be described later.
  • the program usage control unit 17 controls the use of each user for the installed application program. Details will be described later.
  • the storage unit 12 stores log data 21. Also, an administrator folder 22 and a user folder 23 as folders for installing an extended application program as one form of the application program, and an individual user folder 24 (a book) for arranging a shortcut to the installed program for each user. In the embodiment, there are two individual user folders 24a for user A and individual user folder 24b for user B).
  • FIG. 2 is a diagram showing an example of log data.
  • the log data 21 includes an application 21a, an installer 21b, an installation date 21c, and a usage state 21d.
  • the installer 21b associates the application 21a with the installer (user who performs the installation).
  • the installation date 21c and the usage status 21d indicate dates. In this embodiment, only the date of 2015 is shown. In the figure, “January 4, 2015” is simply shown as “1/4”.
  • the usage status 21d is a list of dates when the application 21a is used. If there are multiple uses on the same date, there are multiple data (see application Y).
  • FIG. 3 is a flowchart showing the processing of the installation unit.
  • the installation unit 11 is activated in response to an installation request from the user.
  • the installation unit 11 specifies the installer. Specifically, when the installation is operated in the image forming apparatus (for example, using a USB stick), the installation is operated via the network by reading the user's card in a user authenticator (not shown) of the image forming apparatus. In such a case, it may be performed by requesting the user to log in.
  • the installation unit 11 determines whether or not the identified installer is an administrator (step 11a), and if it is an administrator, installs it in the administrator folder 22 (step 11b).
  • the installation unit 11 determines whether the application requested to be installed has already been installed (step 11c). If it is not already installed, it is installed in the user folder 23 (step 11d). Even if it is already installed, it is installed in the user folder 23 in the same manner. Alternatively, it is installed in the administrator folder 22.
  • the installation unit 11 adds a shortcut to the installed (or installed) application to the individual user folder 24 (step 11e).
  • the shortcut is added only for the individual user folder 24 of the installer (for example, the individual user folder 24a if the installer is the user A), and is not performed for the other individual user folders 24.
  • the installation unit 11 updates the log data 21. Specifically, when installed in the administrator folder 22 or the user folder 23, one line in the figure of the log data 21 is added, and the application 21a, the installer 21b, and the installation date 21c are written. If it is not installed (in the case of Yes branch in step 11c), the application 21a exists in the log data 21, so the current installer is added to the installer 21b related to the application 21a.
  • the application program installed in the administrator folder 22 is the “first installed program”, and the application program installed in the user folder 23 is the “second installed program”.
  • the program usage control unit 17 assigns the access right to the above-mentioned folder of each user to the administrator folder 22 and its own individual user folder 24 (individual user folder 24a for user A, individual user folder 24b for user B). ).
  • the user A can use the applications M1, M2, and X
  • the user B can use the applications M1, M2, and Y.
  • the program usage control unit 17 determines a program that can be used for each user by the access right to the folder.
  • Other methods are also possible.
  • available users are stored in the installer 21b of the log data 221 (all users can use when “administrator” is stored), and the user authenticates the image forming apparatus. If used, the program usage control unit 17 can obtain a program that can be used by the user determined by the authentication based on the log data 221. This method can also be used. Since it is easy to define a program that can be used for each user by the folder structure, and the same result can be obtained even by other methods, the following description will be based on the folder structure.
  • the usage monitoring unit 12 detects the usage of the program and adds the detected usage to the log data 21 (the usage history 21d related to the used application 21a).
  • the use of the program is accompanied by access to the execution file, it can be detected by a known method, for example, as in Non-Patent Document 1.
  • the automatic uninstaller 13 is activated at an appropriate time (for example, every day at 2:00 am), refers to the log data 21, and calculates a first usage rate for each application 21a. If the installer 21b is not an administrator and the first usage rate is less than or equal to the first value, the application and the shortcut to the application are deleted (automatic uninstallation). In the present embodiment, it is assumed that the first usage rate is the number of usages in the most recent January, the first value is zero, and the automatic uninstaller 13 is started at 2:00 am on August 1, 2015. Application X is automatically uninstalled. The application M2 is not automatically uninstalled because the installer is an administrator.
  • FIG. 4 is a diagram showing processing of the automatic uninstallation unit. Transitions from the left side of the figure (same as FIG. 1) to the right side of the figure. That is, the application X and the shortcut to the application X are deleted.
  • the storage program determination unit 14 is activated at an appropriate time (for example, every day at 2:00 am), refers to the log data 21, and calculates the second usage rate for each application 21a. If the installer 21b is not an administrator and the second usage rate is greater than or equal to the second value, the application (executable file) is moved to the administrator folder 22 and the shortcut to the application is deleted. . In the present embodiment, it is assumed that the second usage rate is the number of usages in the most recent January, the second value is 30, and the saved program determination unit 14 is activated at 2:00 am on August 1, 2015. The application Y is moved to the administrator folder 22 and the shortcut of the individual user folder 24b is deleted. Since user B has access to the administrator folder 22, even if the shortcut disappears, the application Y can continue to be used. Further, the user A can use the application Y.
  • the operation in which the storage program determination unit 14 moves the application Y to the administrator folder 22 is performed by moving a file. If there is a problem with simple file transfer, the application Y may be uninstalled and then installed in the administrator folder 22.
  • FIG. 5 is a diagram showing processing of the storage program determination unit. Transitions from the left side of the figure (same as FIG. 1) to the right side of the figure. That is, the application Y is moved to the administrator folder 22 and the shortcut to the application Y is deleted. The application Y is changed from the “second installed program” to the “first installed program”.
  • the unused program warning unit 15 is activated at an appropriate time (for example, every day at 2 am) and refers to the log data 21 to calculate a third usage rate for the application 21a for which the installer 21b is an administrator. If the third usage rate is greater than or equal to the third value, the administrator is notified. In the present embodiment, it is assumed that the third usage rate is the number of usages in the most recent June, the third value is zero, and the unused program warning unit 15 is activated at 2:00 am on August 1, 2015. The application M2 is notified to the administrator. The notification may be made by sending an email in which the name of the application to be warned is described in the administrator's email address. In addition, it is possible by various methods.
  • the administrator who has received the notification examines whether or not to uninstall the application M2, and can uninstall it if necessary.
  • the uninstall unit 16 is activated in response to an uninstall request from the user.
  • the uninstaller 16 identifies an uninstaller. Specifically, when the uninstallation is operated in the image forming apparatus, the user authentication unit (not shown) of the image forming apparatus reads the user's card. This may be done by requesting login or the like.
  • the installation unit 11 refers to the log data 21 and determines whether or not the installer of the program to be uninstalled is only the uninstaller. If only the uninstaller is present, uninstall the application and delete the shortcut to the application. If not only the uninstaller, the application is not uninstalled, and the shortcut to the application in the individual user folder 24 related to the uninstaller is deleted.
  • FIG. 6 is a diagram showing processing of the install unit and the uninstall unit. From the left side of the figure (same as FIG. 1), when the user A tries to install the application Y, it changes as shown in the upper right side of the figure. The installation unit 11 adds a shortcut to the individual user folder 24a of the user A without installing the application Y twice.
  • the uninstall unit 16 deletes the shortcut of the individual user folder 24b of the user B without uninstalling the application Y. User A can continue to use application Y.
  • an image forming apparatus capable of deleting unused application programs from the HDD without deleting essential application programs is provided.
  • the electronic device of the present invention is A control unit and a storage unit;
  • the storage unit stores an installed program that is an installed application program,
  • the controller is An installation unit for installing the application program according to a user instruction; Including a program usage control unit that controls installed programs available for each user, The installation unit associates the user performing the installation with the installed program,
  • the program usage control unit allows use of all users for the first installed program associated with the first user, and the second user for the second installed program associated with the second user.
  • the first user is an administrator user
  • the second user and the third user are users other than the administrator
  • the installation unit tries to install an application program that the third user is not permitted to use
  • the application program is the second installed program
  • the installation control is performed without performing installation. Allow the third user to use the second installed program, It is characterized by that.
  • an extended application program that should not be uninstalled can be installed by a user who is an administrator and excluded from automatic uninstallation. It is possible to prevent double installation of an extended application program installed by a user who is not an administrator.
  • the electronic device of the present invention is The control unit includes an uninstall unit that deletes the installed program according to an instruction of the user, When the second user intends to uninstall the second installed program, the usage control unit allows the other user to use the second installed program when the second user tries to uninstall the second installed program. Is characterized in that, without deleting the second installed program, the usage control unit is not allowed to use the second installed program by the second user.
  • the electronic device of the present invention also has When the third user tries to uninstall the second installed program, the uninstalling unit allows the use control unit to permit use by another user of the second installed program Is characterized in that the use control unit is not allowed to use the second installed program by the third user without deleting the second installed program.
  • the electronic device of the present invention also has When the user other than the administrator tries to uninstall the second installed program, the use control unit does not allow the other installed user to use the second installed program. In this case, the second installed program is deleted.
  • the installed program can be deleted when there is no authorized user, and the installed program cannot be deleted when there is a authorized user.
  • the electronic device of the present invention is The storage unit includes an administrator folder and a user folder as a folder for installing the application program, and an individual user folder that stores the availability of the installed program for each user other than the administrator,
  • the installation part In the case of an instruction from the first user, the application program is installed in an administrator folder, In the case of an instruction from a user other than the administrator, if the application program is not yet installed in the user folder, the application program is installed in the user folder, and the user program instructed by the user is in the individual user folder. Create a shortcut to the installed program.
  • the electronic device of the present invention also has The installation part In the case of an instruction from a user other than the administrator, if the application program is installed in a user folder, a shortcut to the installed program is added to the individual user folder of the instructing user without installation. create, It is characterized by that.
  • the electronic device of the present invention also has The uninstaller is In the case of the first user's instruction, the installed program is deleted, When instructed by a user other than the administrator, the shortcut to the installed program in the individual user folder of the instructed user is deleted, and the shortcut to the installed program in the individual user folder of another user is deleted. If there is no program, the installed program is deleted.
  • the first installed program and the second installed program can be easily distinguished depending on whether they are installed in the administrator folder or the user folder. Further, the shortcut of the individual user folder allows the user to use the installed program without being conscious of the distinction between the first installed program and the second installed program.
  • the electronic device of the present invention is The storage unit stores log data representing a usage status of the installed program
  • the controller is A usage monitoring unit that updates the log data by using the installed program;
  • An automatic uninstaller that deletes the installed program based on the log data, The automatic uninstaller does not delete the first installed program, and the first usage rate obtained from the log data for the installed program associated with a user other than the administrator is the first.
  • Delete if the value is less than or equal to It is characterized by that.
  • the electronic device of the present invention is The first usage rate is the number of times of use in the latest specific period, and the first value is zero.
  • the first predetermined period may be, for example, January.
  • the electronic device of the present invention is The control unit converts the second installed program into the first installed program when the second usage rate obtained from the log data for the second installed program is greater than or equal to a second value. And a storage program determination unit.
  • the second installed program that is frequently used can be excluded from automatic uninstallation.
  • the electronic device of the present invention is characterized in that the second utilization rate is larger than the first utilization rate.
  • the second predetermined period may be January, for example. Also, a value other than 20 can be used for the second predetermined value. In order to be determined to be used frequently, the second predetermined value is preferably 20 or more.
  • the electronic device of the present invention is
  • the control unit includes an unused program warning unit for notifying the first user when a third usage rate obtained from the log data for the first installed program is equal to or less than a third value. It is characterized by that.
  • the electronic device of the present invention is The third usage rate is the number of times of use in the latest specific period, and the third value is zero.
  • a user who is an administrator is notified of an extended application program that has not been used in the latest third predetermined period.
  • the program of the present invention is a program that realizes the functions of an installation unit, a usage monitoring unit, an automatic uninstallation unit, a stored program determination unit, an unused program warning unit, an uninstallation unit, and a program usage control unit.
  • the functions of the electronic device described above can be realized by a program.
  • An electronic device that can delete an unused application program from the HDD without deleting an essential application program, and a program that operates on a CPU provided in the electronic device. It can be used in many companies.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

電子機器は、インストールを行う前記ユーザーを前記インストール済プログラムに関連付けるインストール部(11)と、第1のユーザーに関連付けられた第1のインストール済プログラムについて全てのユーザーの利用を認め、第2のユーザーに関連付けられた第2のインストール済プログラムについて第2のユーザー及び第2のインストール済プログラムをインストールしようとした第3のユーザーの利用を認めるプログラム利用制御部(17)とを含む制御部(1)を備え、インストール部(11)は、管理者以外のユーザーである第3のユーザーが利用を認められていないアプリケーションプログラムをインストールしようとするとき、当該アプリケーションプログラムが第2のインストール済みプログラムであれば、インストールを行わずに、プログラム利用制御部(17)に第2のインストール済プログラムの第3のユーザーによる利用を認めさせる。

Description

電子機器
 本発明は、アプリケーションプログラムをインストール可能な電子機器及び該電子機器に備えられたCPU上で動作するプログラムに関する。
 画像形成装置等の電子機器の機能が多様化してきており、多くのユーザーが1の電子機器を共有する場合、各々のユーザーに適合した機能を選定して提供することが容易でない。この点、特許文献1には、ユーザーをクラス分けし、クラスによって使用できるアプリケーションを決定する機器が開示されている。
 しかし、機能の多様化が進んだ昨今では、全てのユーザーの希望する機能を標準装備しておくことが、記憶容量その他の要因に起因して困難となってきている。そこで基本機能のみを標準搭載し、必要に応じて拡張アプリケーションプログラムをインストールする形態が、昨今の主流である。
 ここで、拡張アプリケーションのインストールは、ユーザーが自らの希望によって行うことができることが好ましい。しかし、拡張アプリケーションのインストールをユーザーに自由に行わせると、不要な拡張アプリケーションが蓄積してHDD(ハードディスクドライブ)容量を圧迫してしまうおそれがある。
 特許文献2には、不実行のファームウエアをRAM(ランダムアクセスメモリ)から削除するデータ処理装置が開示されている。RAMから削除してもHDDから再読込できるので、RAM容量の動的な管理を行うものである。
 また、非特許文献1には、アプリケーションプログラムでなくデータファイルに対して、最終更新日や最終アクセス日からの経過日数に基づいて削除を行うシステムが開示されている。
特開2005-024594号公報 特開2015-035098号公報
ジャストシステム, GDMS, http://just-enterprise.com/product/gdms/
 特許文献2や非特許文献1に開示されたシステムは、アプリケーションプログラムをHDDから削除する形態のアンインストールを行うものではない。アプリケーションプログラムをHDDから削除することはユーザーに与える影響が大きく、より精密な制御を必要とする。
 本発明は、必須のアプリケーションプログラムを削除することなく、不使用のアプリケーションプログラムをHDDから削除することのできる電子機器及び電子機器に備えられたCPU上で動作するプログラムを提供することを課題とする。
 本発明の一の局面に係る電子機器は、制御部と記憶部とを備える。前記記憶部は、インストールされたアプリケーションプログラムであるインストール済みプログラムを記憶する。前記制御部は、ユーザーの指示によって前記アプリケーションプログラムをインストールするインストール部と、ユーザー毎に利用可能なインストール済プログラムを制御するプログラム利用制御部とを含む。前記インストール部は、インストールを行う前記ユーザーを前記インストール済プログラムに関連付ける。前記プログラム利用制御部は、第1のユーザーに関連付けられた第1のインストール済プログラムについて全てのユーザーの利用を認め、第2のユーザーに関連付けられた第2のインストール済プログラムについて前記第2のユーザー及び前記第2のインストール済プログラムをインストールしようとした第3のユーザーの利用を認める。前記第1のユーザーは管理者のユーザーであり、前記第2のユーザー及び前記第3のユーザーは管理者以外のユーザーである。前記インストール部は、前記第3のユーザーが利用を認められていないアプリケーションプログラムをインストールしようとするとき、当該アプリケーションプログラムが前記第2のインストール済みプログラムであれば、インストールを行わずに、前記利用制御部に前記第2のインストール済プログラムの前記第3のユーザーによる利用を認めさせる。
 本発明の電子機器によれば、必須のアプリケーションプログラムを削除することなく、不使用のアプリケーションプログラムをHDDから削除することのできる電子機器を提供することが可能となる。
図1は、画像形成装置の機能構成を示す図である。 図2は、ログデータの例を示す図である。 図3は、インストール部の処理を示すフローチャートである。 図4は、自動アンインストール部の処理を示す図である。 図5は、保存プログラム決定部の処理を示す図である。 図6は、インストール部及びアンインストール部の処理を示す図である。
 図1は、本発明の電子機器の一形態としての画像形成装置の機能構成を示す図である。画像形成装置は、制御部1及び記憶部2を備えている。プリンター、スキャナー、FAX、ユーザー操作のための入力部、その他画像形成装置の他の構成要素も備えているものとするが、本発明と関係しないので説明を省略する。
 制御部1は、インストール部11、使用監視部12、自動アンインストール部13、保存プログラム決定部14、不使用プログラム警告部15、アンインストール部16及びプログラム利用制御部17を含む。
 なお、画像形成装置1は、CPUを備え、制御部1はCPU上で動作するプログラムとして実装されている。
 インストール部11は、アプリケーションプログラムのインストールを行う。詳細については後述する。
 使用監視部12は、アプリケーションプログラムの使用を監視し、利用状況をデータ化する。
 自動アンインストール部は、利用状況等に基づいて、アプリケーションプログラムを自動的にアンインストールする。詳細については後述する。
 保存プログラム決定部14は、利用状況に基づいて、自動アンインストールの対象外とするアプリケーションプログラムを決定する。詳細については後述する。
 不使用プログラム警告部15は、自動アンインストールの対象外のアプリケーションプログラムについて、利用状況に基づいて警告する。詳細については後述する。
 アンインストール部16は、ユーザーによるアンインストール指示への対応を行う。実際にアンインストールを行う場合と行わない場合とがある。詳細については後述する。
 プログラム利用制御部17は、インストールされたアプリケーションプログラムについて、各々のユーザーの利用を制御する。詳細については後述する。
 記憶部12は、ログデータ21を記憶している。また、アプリケーションプログラムの一形態としての拡張アプリケーションプログラムをインストールするためのフォルダーとしての管理者フォルダー22及びユーザーフォルダー23、並びに、各々のユーザーについてインストール済プログラムへのショートカットを配する個別ユーザーフォルダー24(本実施例では、ユーザーAのための個別ユーザーフォルダー24a、ユーザーBのための個別ユーザーフォルダー24bの2つとする)を備えている。
 図において、インストール部11に含まれる各部によるログデータ21の入出力を矢印で示す。
 図2は、ログデータの例を示す図である。ログデータ21は、アプリケーション21a、インストール者21b、インストール日21c及び使用状況21dを有している。
 インストール者21bにより、アプリケーション21aがインストール者(インストールを行うユーザー)と関連付けられる。
 インストール日21c及び使用状況21dは、日付を示す。本実施例においては2015年の日付のみとし、図では「2015年1月4日」を「1/4」のように簡略に示してある。使用状況21dは、アプリケーション21aが使用された日付のリストである。同一の日付に複数回の使用があった場合には、複数のデータがある(アプリケーションYを参照)。
 以下、制御部に含まれる各部の機能を説明する。
 図3は、インストール部の処理を示すフローチャートである。ユーザーからのインストール要求によって、インストール部11が起動される。インストール部11は、インストール部11は、インストール者を特定する。特定は、インストールが画像形成装置において(例えばUSBスティックを用いて)操作される場合には画像形成装置のユーザー認証器(非図示)においてユーザーのカードを読取る等により、インストールがネットワークを介して操作される場合にはユーザーのログインを要求する等により、行えばよい。インストール部11は、特定されたインストール者が管理者であるか否かを判定し(ステップ11a)、管理者であれば管理者フォルダー22にインストールする(ステップ11b)。
 特定されたインストール者が管理者でない場合には、インストール部11は、インストールを要求されたアプリケーションが既にインストールされたものであるか否かを判定する(ステップ11c)。既にインストールされたものでない場合にはユーザーフォルダー23にインストールする(ステップ11d)。既にインストールされたものである場合にも、同様にユーザーフォルダー23にインストールされている。又は管理者フォルダー22にインストールされている。
 インストール部11は、個別ユーザーフォルダー24に、インストールされた(又はインストールされていた)アプリケーションへのショートカットを追加する(ステップ11e)。ショートカットの追加は、インストール者の個別ユーザーフォルダー24(例えばインストール者がユーザーAであれば個別ユーザーフォルダー24a)についてのみ行い、他の個別ユーザーフォルダー24については行わない。
 インストール部11は、ログデータ21を更新する。具体的には、管理者フォルダー22又はユーザーフォルダー23にインストールした場合には、ログデータ21の図における1行分を追加し、アプリケーション21a、インストール者21b及びインストール日21cを書込む。インストールしなかった場合(ステップ11cにおいてYesの分岐の場合)には、アプリケーション21aがログデータ21に存在するので、そのアプリケーション21aに係るインストール者21bに、今回のインストール者を追加する。
 管理者フォルダー22にインストールされたアプリケーションプログラムが「第1のインストール済プログラム」、ユーザーフォルダー23にインストールされたアプリケーションプログラムが「第2のインストール済プログラム」である。
 アプリケーションM1及びM2が管理者によって、アプリケーションXが管理者でないユーザーAによって、アプリケーションYが管理者でないユーザーBによってインストールされた場合の、管理者フォルダー22、ユーザーフォルダー23、個別ユーザーフォルダー24a及び個別ユーザーフォルダー24bの状況を図1に示す。図において実線の円はインストールされたアプリケーションの実行ファイルを、破線の円は矢印で結ばれた実行ファイルのショートカットを示す。
 プログラム利用制御部17は、各々のユーザーの上記フォルダーへのアクセス権を、管理者フォルダー22及び自己の個別ユーザーフォルダー24(ユーザーAであれば個別ユーザーフォルダー24a、ユーザーBであれば個別ユーザーフォルダー24b)に限定する。図1に示した状況において、ユーザーAはアプリケーションM1、M2及びXを、ユーザーBはアプリケーションM1、M2及びYを、利用することができる。
 以上、プログラム利用制御部17がフォルダーへのアクセス権によって、ユーザー毎に利用可能なプログラムを定める例を説明した。他の方法によることも可能である。例えばログデータ221のインストール者21bには利用可能なユーザーが記憶されている(「管理者」と記憶されている場合には全ユーザーが利用可能)ので、ユーザーが認証を行って画像形成装置を利用するのであれば、プログラム利用制御部17は認証によって定められたユーザーが利用可能なプログラムをログデータ221に基づいて求めることができる。この方法によることもできる。フォルダー構造によって、ユーザー毎に利用可能なプログラムを定めることが簡便であり、他の方法であっても同等の結果となるので、以下、フォルダー構造によるものとして説明する。
 使用監視部12は、プログラムの利用を検出し、検出された利用をログデータ21(利用されたアプリケーション21aに係る使用履歴21d)に追加する。ここで、プログラムの利用は、実行ファイルへのアクセスを伴うので、例えば非特許文献1においても行われているように、公知の手法によって検出することができる。
 自動アンインストール部13は、適時(例えば毎日午前2時)に起動され、ログデータ21を参照して、各々のアプリケーション21aについての第1の利用率を計算する。インストール者21bが管理者でなくかつ第1の利用率が第1の値以下である場合には、当該アプリケーション及び当該アプリケーションへのショートカットを削除する(自動アンインストール)。本実施例では、第1の利用率は直近1月の利用回数とし、第1の値はゼロとし、自動アンインストール部13が2015年8月1日午前2時に起動されたものとする。
アプリケーションXが自動アンインストールされる。なお、アプリケーションM2は、インストール者が管理者であるため、自動アンインストールされない。
 図4は、自動アンインストール部の処理を示す図である。図の左側(図1と同一)から図の右側のように変遷する。すなわち、アプリケーションX及びアプリケーションXへのショートカットが削除される。
 保存プログラム決定部14は、適時(例えば毎日午前2時)に起動され、ログデータ21を参照して、各々のアプリケーション21aについての第2の利用率を計算する。インストール者21bが管理者でなくかつ第2の利用率が第2の値以上である場合には、当該アプリケーション(の実行ファイル)を管理者フォルダー22に移動し、当該アプリケーションへのショートカットを削除する。本実施例では、第2の利用率は直近1月の利用回数とし、第2の値は30とし、保存プログラム決定部14が2015年8月1日午前2時に起動されたものとする。アプリケーションYが管理者フォルダー22に移動され、個別ユーザーフォルダー24bのショートカットが削除される。なお、ユーザーBは管理者フォルダー22へのアクセス権を有するので、ショートカットがなくなっても、アプリケーションYを引き続き使用することができる。また、ユーザーAがアプリケーションYを使用することができるようになる。
 保存プログラム決定部14がアプリケーションYを管理者フォルダー22に移動する操作は、ファイルの移動によるものとする。なお、単純なファイルの移動では支障を有する場合には、アプリケーションYをアンインストールし、その後に管理者フォルダー22にインストールすればよい。
 図5は、保存プログラム決定部の処理を示す図である。図の左側(図1と同一)から図の右側のように変遷する。すなわち、アプリケーションYが管理者フォルダー22に移動され、アプリケーションYへのショートカットが削除される。アプリケーションYが「第2のインストール済プログラム」から「第1のインストール済プログラム」に変更されたこととなる。
 不使用プログラム警告部15は、適時(例えば毎日午前2時)に起動され、ログデータ21を参照して、インストール者21bが管理者であるアプリケーション21aについての第3の利用率を計算する。第3の利用率が第3の値以上である場合には、管理者に通知する。本実施例では、第3の利用率は直近6月の利用回数とし、第3の値はゼロとし、不使用プログラム警告部15が2015年8月1日午前2時に起動されたものとする。アプリケーションM2について、管理者への通知が行われる。なお、通知は、管理者のメールアドレスに警告対象のアプリケーションの名称を記載したメールを送信すればよい。その他、各種の方法によって可能である。
 通知を受けた管理者は、アプリケーションM2をアンインストールするか否かを検討し、必要であればアンインストールすることができる。
 ユーザーからのアンインストール要求によって、アンインストール部16が起動される。アンインストール部16は、アンインストール者を特定する。特定は、アンインストールが画像形成装置において操作される場合には画像形成装置のユーザー認証器(非図示)においてユーザーのカードを読取る等により、インストールがネットワークを介して操作される場合にはユーザーのログインを要求する等により、行えばよい。インストール部11は、ログデータ21を参照し、アンインストールされるプログラムのインストール者がアンインストール者のみであるか否かを判定する。アンインストール者のみである場合には、アプリケーションをアンインストールし、アプリケーションへのショートカットを削除する。アンインストール者のみでない場合には、アプリケーションをアンインストールせず、アンインストール者に係る個別ユーザーフォルダー24におけるアプリケーションへのショートカットを削除する。
 図6は、インストール部及びアンインストール部の処理を示す図である。図の左側(図1と同一)から、ユーザーAがアプリケーションYをインストールしようとすると、図の右上のように変遷する。インストール部11により、アプリケーションYが二重にインストールされることなく、ユーザーAの個別ユーザーフォルダー24aにショートカットが追加される。
 その後、ユーザーBがアプリケーションYをアンインストールしようとすると、図の右下のように変遷する。アンインストール部16により、アプリケーションYはアンインストールされずに、ユーザーBの個別ユーザーフォルダー24bのショートカットが削除される。ユーザーAは、アプリケーションYを引き続き使用することができる。
 以上詳細に説明したように、本実施例の画像処理装置によれば、必須のアプリケーションプログラムを削除することなく、不使用のアプリケーションプログラムをHDDから削除することのできる画像形成装置が提供される。
 必須のアプリケーションを管理者であるユーザーがインストールすれば、削除されてしまうことがない。他のアプリケーションは、利用率に基づいて管理されてアンインストールされる。また、管理者がインストールしたアプリケーションであっても利用率の小さなものは、通知されて見直すことができる。
 また、複数の個別ユーザーが同一のアプリケーションをインストール/アンインストールしようとする場合についても、整合性を持ったサポートが提供される。
 本発明の電子機器は、
 制御部と記憶部とを備え、
 前記記憶部は、インストールされたアプリケーションプログラムであるインストール済みプログラムを記憶し、
 前記制御部は、
  ユーザーの指示によって前記アプリケーションプログラムをインストールするインストール部と、
  ユーザー毎に利用可能なインストール済プログラムを制御するプログラム利用制御部とを含み、
 前記インストール部は、インストールを行う前記ユーザーを前記インストール済プログラムに関連付け、
 前記プログラム利用制御部は、第1のユーザーに関連付けられた第1のインストール済プログラムについて全てのユーザーの利用を認め、第2のユーザーに関連付けられた第2のインストール済プログラムについて前記第2のユーザー及び前記第2のインストール済プログラムをインストールしようとした第3のユーザーの利用を認め、
 前記第1のユーザーは管理者のユーザーであり、前記第2のユーザー及び前記第3のユーザーは管理者以外のユーザーであり、
 前記インストール部は、前記第3のユーザーが利用を認められていないアプリケーションプログラムをインストールしようとするとき、当該アプリケーションプログラムが前記第2のインストール済みプログラムであれば、インストールを行わずに、前記利用制御部に前記第2のインストール済プログラムの前記第3のユーザーによる利用を認めさせる、
 ことを特徴とする。
 この特徴によれば、アンインストールされるべきでない拡張アプリケーションプログラムについては、管理者であるユーザーがインストールして自動アンインストールの対象外とすることができる。管理者でないユーザーがインストールした拡張アプリケーションプログラムについては、二重のインストールを防止することが可能である。
 本発明の電子機器は、
 前記制御部は、前記ユーザーの指示によって前記インストール済プログラムを削除するアンインストール部を含み、
 前記アンインストール部は、前記第2のユーザーが前記第2のインストール済プログラムをアンインストールしようとするとき、前記利用制御部が前記第2のインストール済プログラムの他のユーザーによる利用を認めている場合には、前記第2のインストール済プログラムを削除せずに、前記利用制御部に前記第2のインストール済プログラムの前記第2のユーザーによる利用を認めさせないことを特徴とする。
 本発明の電子機器はまた、
 前記アンインストール部は、前記第3のユーザーが前記第2のインストール済プログラムをアンインストールしようとするとき、前記利用制御部が前記第2のインストール済プログラムの他のユーザーによる利用を認めている場合には、前記第2のインストール済プログラムを削除せずに、前記利用制御部に前記第2のインストール済プログラムの前記第3のユーザーによる利用を認めさせないことを特徴とする。
 本発明の電子機器はまた、
 前記アンインストール部は、前記管理者以外のユーザーが前記第2のインストール済プログラムをアンインストールしようとするとき、前記利用制御部が前記第2のインストール済プログラムの他のユーザーによる利用を認めていない場合には、前記第2のインストール済プログラムを削除することを特徴とする。
 これらの特徴によれば、利用を認められた利用者がいない場合にインストール済プログラムを削除し、利用を認められた利用者がいる場合にインストール済プログラムを削除しないことができる。
 本発明の電子機器は、
 前記記憶部は、前記アプリケーションプログラムをインストールするためのフォルダーとしての管理者フォルダー及びユーザーフォルダーと、管理者以外の各々のユーザーについて前記インストール済プログラムの使用可否を記憶する個別ユーザーフォルダーとを備え、
 前記インストール部は、
  前記第1のユーザーの指示による場合には、前記アプリケーションプログラムを管理者フォルダーにインストールし、
  前記管理者以外のユーザーの指示による場合には、前記アプリケーションプログラムがユーザーフォルダーに未だインストールされていなければ、前記アプリケーションプログラムを前記ユーザーフォルダーにインストールして、前記指示をしたユーザーの個別ユーザーフォルダーに前記インストール済プログラムへのショートカットを作成する、ことを特徴とする。
 本発明の電子機器はまた、
 前記インストール部は、
  前記管理者以外のユーザーの指示による場合には、前記アプリケーションプログラムがユーザーフォルダーにインストールされていれば、インストールを行わずに、前記指示をしたユーザーの個別ユーザーフォルダーに前記インストール済プログラムへのショートカットを作成する、
 ことを特徴とする。
 本発明の電子機器はまた、
 前記アンインストール部は、
  前記第1のユーザーの指示による場合には、前記インストール済プログラムを削除し、
  前記管理者以外のユーザーの指示による場合には、前記指示をしたユーザーの個別ユーザーフォルダーにおける前記インストール済プログラムへのショートカットを削除して、他のユーザーの個別ユーザーフォルダーに前記インストール済プログラムへのショートカットがない場合には前記インストール済プログラムを削除する
 ことを特徴とする。
 これらの特徴によれば、第1のインストール済プログラムと第2のインストール済プログラムとを、管理者フォルダーとユーザーフォルダーのいずれにインストールされているかによって容易に区別することができる。また、個別ユーザーフォルダーのショートカットにより、ユーザーは第1のインストール済プログラムと第2のインストール済プログラムとの区別を意識せずにインストール済プログラムを使用することができる。
 本発明の電子機器は、
 前記記憶部は、前記インストール済プログラムの使用状況を表すログデータを記憶し、
 前記制御部は、
  前記インストール済プログラムの使用により前記ログデータを更新する使用監視部と、
  前記ログデータに基づいて前記インストール済プログラムを削除する自動アンインストール部とを含み、
 前記自動アンインストール部は、前記第1のインストール済プログラムを削除せず、前記管理者以外のユーザーに関連付けられた前記インストール済プログラムについて前記ログデータから求められた第1の利用率が第1の値以下である場合に削除する、
ことを特徴とする。
 この特徴によれば、第1のインストール済プログラムについては削除されないようにしつつ、第2のインストール済プログラムについては利用率に基づく削除が可能となる。
 本発明の電子機器は、
 前記第1の利用率は直近の特定期間の利用回数であり、前記第1の値はゼロであることを特徴とする。
 この特徴によれば、直近の第1の所定期間の利用がない拡張アプリケーションプログラムのみをアンインストールすることができる。第1の所定期間は、例えば1月とすればよい。
 本発明の電子機器は、
 前記制御部は、前記第2のインストール済プログラムについて前記ログデータから求められた第2の利用率が第2の値以上である場合に前記第2のインストール済プログラムを前記第1のインストール済プログラムとする保存プログラム決定部を含むことを特徴とする。
 この特徴によれば、高頻度で利用される第2のインストール済プログラムを、自動アンインストールの対象外とすることができる。
 本発明の電子機器は、前記第2の利用率は前記第1の利用率よりも大きい値であることを特徴とする。
 この特徴によれば、直近の所定期間の利用が多い第2のインストール済プログラムのみをアンインストールの対象外とすることができる。第2の所定期間は、例えば1月とすればよい。また、第2の所定の値についても、20以外の値を用いることができる。高頻度で利用されると判断されるためには、第2の所定の値は20以上であることが好ましい。
 本発明の電子機器は、
 前記制御部は、前記第1のインストール済プログラムについて前記ログデータから求められた第3の利用率が第3の値以下である場合に前記第1のユーザーに通知する不使用プログラム警告部を含むことを特徴とする。
 この特徴によれば、第1のインストール済プログラムであっても、極めて利用の少ないものについては、管理者であるユーザーに通知される。管理者であるユーザーは、通知された張アプリケーションプログラムのアンインストールを必要に応じて行うことができる。
 本発明の電子機器は、
 前記第3の利用率は直近の特定期間の利用回数であり、前記第3の値はゼロであることを特徴とする。
 この特徴によれば、直近の第3の所定期間の利用のない拡張アプリケーションプログラムについて、管理者であるユーザーに通知される。
 本発明のプログラムは、インストール部、使用監視部、自動アンインストール部、保存プログラム決定部、不使用プログラム警告部、アンインストール部及びプログラム利用制御部の機能を実現するプログラムである。
 この特徴によれば、上述の電子機器の機能を、プログラムによって実現することができる。
 必須のアプリケーションプログラムを削除することなく、不使用のアプリケーションプログラムをHDDから削除することのできる電子機器及び電子機器に備えられたCPU上で動作するプログラムである。多くの企業における利用が考えられる。

Claims (13)

  1.  電子機器であって、
     制御部と記憶部とを備え、
     前記記憶部は、インストールされたアプリケーションプログラムであるインストール済みプログラムを記憶し、
     前記制御部は、
      ユーザーの指示によって前記アプリケーションプログラムをインストールするインストール部と、
      ユーザー毎に利用可能なインストール済プログラムを制御するプログラム利用制御部とを含み、
     前記インストール部は、インストールを行う前記ユーザーを前記インストール済プログラムに関連付け、
     前記プログラム利用制御部は、第1のユーザーに関連付けられた第1のインストール済プログラムについて全てのユーザーの利用を認め、第2のユーザーに関連付けられた第2のインストール済プログラムについて前記第2のユーザー及び前記第2のインストール済プログラムをインストールしようとした第3のユーザーの利用を認め、
     前記第1のユーザーは管理者のユーザーであり、前記第2のユーザー及び前記第3のユーザーは管理者以外のユーザーであり、
     前記インストール部は、前記第3のユーザーが利用を認められていないアプリケーションプログラムをインストールしようとするとき、当該アプリケーションプログラムが前記第2のインストール済みプログラムであれば、インストールを行わずに、前記利用制御部に前記第2のインストール済プログラムの前記第3のユーザーによる利用を認めさせる、
     電子機器。
  2.  前記制御部は、前記ユーザーの指示によって前記インストール済プログラムを削除するアンインストール部を含み、
     前記アンインストール部は、前記第2のユーザーが前記第2のインストール済プログラムをアンインストールしようとするとき、前記利用制御部が前記第2のインストール済プログラムの他のユーザーによる利用を認めている場合には、前記第2のインストール済プログラムを削除せずに、前記利用制御部に前記第2のインストール済プログラムの前記第2のユーザーによる利用を認めさせない、請求項1に記載の電子機器。
  3.  前記アンインストール部は、前記第3のユーザーが前記第2のインストール済プログラムをアンインストールしようとするとき、前記利用制御部が前記第2のインストール済プログラムの他のユーザーによる利用を認めている場合には、前記第2のインストール済プログラムを削除せずに、前記利用制御部に前記第2のインストール済プログラムの前記第3のユーザーによる利用を認めさせない、請求項2に記載の電子機器。
  4.  前記アンインストール部は、前記管理者以外のユーザーが前記第2のインストール済プログラムをアンインストールしようとするとき、前記利用制御部が前記第2のインストール済プログラムの他のユーザーによる利用を認めていない場合には、前記第2のインストール済プログラムを削除する、請求項2に記載の電子機器。
  5.  前記記憶部は、前記アプリケーションプログラムをインストールするためのフォルダーとしての管理者フォルダー及びユーザーフォルダーと、管理者以外の各々のユーザーについて前記インストール済プログラムの使用可否を記憶する個別ユーザーフォルダーとを備え、
     前記インストール部は、
      前記第1のユーザーの指示による場合には、前記アプリケーションプログラムを管理者フォルダーにインストールし、
      前記管理者以外のユーザーの指示による場合には、前記アプリケーションプログラムがユーザーフォルダーに未だインストールされていなければ、前記アプリケーションプログラムを前記ユーザーフォルダーにインストールして、前記指示をしたユーザーの個別ユーザーフォルダーに前記インストール済プログラムへのショートカットを作成する、
     請求項2に記載の電子機器。
  6.  前記インストール部は、
      前記管理者以外のユーザーの指示による場合には、前記アプリケーションプログラムがユーザーフォルダーにインストールされていれば、インストールを行わずに、前記指示をしたユーザーの個別ユーザーフォルダーに前記インストール済プログラムへのショートカットを作成する、
     請求項5に記載の電子機器。
  7.  前記アンインストール部は、
      前記第1のユーザーの指示による場合には、前記インストール済プログラムを削除し、
      前記管理者以外のユーザーの指示による場合には、前記指示をしたユーザーの個別ユーザーフォルダーにおける前記インストール済プログラムへのショートカットを削除して、他のユーザーの個別ユーザーフォルダーに前記インストール済プログラムへのショートカットがない場合には前記インストール済プログラムを削除する
     請求項5に記載の電子機器。
  8.  前記記憶部は、前記インストール済プログラムの使用状況を表すログデータを記憶し、
     前記制御部は、
      前記インストール済プログラムの使用により前記ログデータを更新する使用監視部と、
      前記ログデータに基づいて前記インストール済プログラムを削除する自動アンインストール部とを含み、
     前記自動アンインストール部は、前記第1のインストール済プログラムを削除せず、前記第2のインストール済プログラムについて前記ログデータから求められた第1の利用率が第1の値以下である場合に削除する、
    請求項1に記載の電子機器。
  9.  前記第1の利用率は直近の特定期間の利用回数であり、前記第1の値はゼロである、請求項8に記載の電子機器。
  10.  前記制御部は、前記第2のインストール済プログラムについて前記ログデータから求められた第2の利用率が第2の値以上である場合に前記インストール済プログラムを前記第1のインストール済プログラムとする保存プログラム決定部を含む、請求項8に記載の電子機器。
  11.  前記第2の利用率は前記第1の利用率よりも大きい値であることを、請求項10に記載の電子機器。
  12.  前記制御部は、前記第1のインストール済プログラムについて前記ログデータから求められた第3の利用率が第3の値以下である場合に前記第1のユーザーに通知する不使用プログラム警告部を含む、請求項8に記載の電子機器。
  13.  前記第3の利用率は直近の特定期間の利用回数であり、前記第3の値はゼロである、請求項12に記載の電子機器。
PCT/JP2016/063567 2015-06-30 2016-05-02 電子機器 WO2017002446A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201680001407.3A CN107924303B (zh) 2015-06-30 2016-05-02 电子设备
EP16791513.1A EP3318973B1 (en) 2015-06-30 2016-05-02 Electronic device
JP2016567436A JP6091731B1 (ja) 2015-06-30 2016-05-02 電子機器
US15/312,102 US9940121B2 (en) 2015-06-30 2016-05-02 Electronic apparatus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015132052 2015-06-30
JP2015-132052 2015-06-30

Publications (1)

Publication Number Publication Date
WO2017002446A1 true WO2017002446A1 (ja) 2017-01-05

Family

ID=57608448

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/063567 WO2017002446A1 (ja) 2015-06-30 2016-05-02 電子機器

Country Status (5)

Country Link
US (1) US9940121B2 (ja)
EP (1) EP3318973B1 (ja)
JP (1) JP6091731B1 (ja)
CN (1) CN107924303B (ja)
WO (1) WO2017002446A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019192118A (ja) * 2018-04-27 2019-10-31 富士ゼロックス株式会社 情報処理装置及びプログラム

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6874405B2 (ja) * 2017-02-07 2021-05-19 株式会社リコー 情報処理装置、プログラム、システム
JP2019049773A (ja) * 2017-09-07 2019-03-28 キヤノン株式会社 情報処理装置および情報表示方法とプログラム

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1124896A (ja) * 1997-06-30 1999-01-29 Fuji Xerox Co Ltd ソフトウェアインストール方法
JP2005024594A (ja) 2003-06-30 2005-01-27 Ricoh Co Ltd ネットワーク対応周辺機器およびプリンタドライバ
JP2008269422A (ja) * 2007-04-23 2008-11-06 Sky Kk インストール管理方法とインストール管理プログラムとインストール管理装置
JP2012203652A (ja) * 2011-03-25 2012-10-22 Ntt Docomo Inc 端末、アプリケーション管理方法及びアプリケーション管理プログラム
JP2013061760A (ja) * 2011-09-13 2013-04-04 Konica Minolta Business Technologies Inc プログラム及び情報処理装置
JP2013186572A (ja) * 2012-03-06 2013-09-19 Sharp Corp 情報処理装置
JP2015035098A (ja) 2013-08-08 2015-02-19 コニカミノルタ株式会社 画像形成装置、プログラムインストール方法およびプログラムインストールプログラム

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130047150A1 (en) * 2006-08-29 2013-02-21 Adobe Systems Incorporated Software installation and process management support
US8601539B1 (en) * 2006-09-06 2013-12-03 Dell Software Inc. Systems and methods for managing user permissions
US8412754B2 (en) * 2010-04-21 2013-04-02 International Business Machines Corporation Virtual system administration environment for non-root user
JP5585257B2 (ja) * 2010-07-16 2014-09-10 株式会社リコー 画像形成装置、機器システム、プログラム管理方法、プログラム
US20140082611A1 (en) * 2012-09-20 2014-03-20 Samsung Electronics Co. Ltd. Apparatus and method for monitoring application permissions
WO2014119867A1 (en) * 2013-01-31 2014-08-07 Samsung Electronics Co., Ltd. Method of and device for managing applications
CN104021031A (zh) * 2013-02-28 2014-09-03 富泰华工业(深圳)有限公司 应用程序管理系统及方法
CN103605538B (zh) * 2013-11-08 2017-04-05 北京奇虎科技有限公司 一种安装软件的方法和装置

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1124896A (ja) * 1997-06-30 1999-01-29 Fuji Xerox Co Ltd ソフトウェアインストール方法
JP2005024594A (ja) 2003-06-30 2005-01-27 Ricoh Co Ltd ネットワーク対応周辺機器およびプリンタドライバ
JP2008269422A (ja) * 2007-04-23 2008-11-06 Sky Kk インストール管理方法とインストール管理プログラムとインストール管理装置
JP2012203652A (ja) * 2011-03-25 2012-10-22 Ntt Docomo Inc 端末、アプリケーション管理方法及びアプリケーション管理プログラム
JP2013061760A (ja) * 2011-09-13 2013-04-04 Konica Minolta Business Technologies Inc プログラム及び情報処理装置
JP2013186572A (ja) * 2012-03-06 2013-09-19 Sharp Corp 情報処理装置
JP2015035098A (ja) 2013-08-08 2015-02-19 コニカミノルタ株式会社 画像形成装置、プログラムインストール方法およびプログラムインストールプログラム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
GDMS, Retrieved from the Internet <URL:http://just-enterprise.com/product/gdms>

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019192118A (ja) * 2018-04-27 2019-10-31 富士ゼロックス株式会社 情報処理装置及びプログラム
JP7163613B2 (ja) 2018-04-27 2022-11-01 富士フイルムビジネスイノベーション株式会社 情報処理装置及びプログラム

Also Published As

Publication number Publication date
JP6091731B1 (ja) 2017-03-08
US20170212744A1 (en) 2017-07-27
EP3318973B1 (en) 2021-08-04
EP3318973A1 (en) 2018-05-09
CN107924303A (zh) 2018-04-17
JPWO2017002446A1 (ja) 2017-07-06
US9940121B2 (en) 2018-04-10
CN107924303B (zh) 2021-08-13
EP3318973A4 (en) 2018-06-20

Similar Documents

Publication Publication Date Title
JP6272771B2 (ja) クライアントアプリケーションのファイル・アクセス
US9635207B2 (en) Management system and information processing apparatus managing installation and settings of an application
US9971883B2 (en) Information processing device to install applications using installation screen associated with a user
US20170180387A1 (en) Information processing apparatus, computer-readable recording medium, and information processing system
JP2016115285A (ja) 情報処理システム、情報処理装置、情報処理方法およびプログラム
US20160034264A1 (en) Information processing apparatus, program management method for information processing apparatus, and non-transitory computer-readable storage medium
US10481756B2 (en) Controlling application access to applications and resources via graphical representation and manipulation
JP6091731B1 (ja) 電子機器
JP6142527B2 (ja) 設定情報管理プログラム、情報処理装置及び設定情報管理方法
JP6127719B2 (ja) 情報処理システム、情報処理装置、ライセンス管理方法及びプログラム
US10108596B2 (en) Version control with accept only designations
JP7439501B2 (ja) 電子機器、情報処理システム、情報処理方法およびプログラム
JP2021064141A (ja) 情報処理システム、サービス提供装置、情報処理方法及びプログラム
US20150033355A1 (en) Information processing apparatus, license management system, and non-transitory computer readable medium
JP7322446B2 (ja) 情報処理装置及びプログラム
JP2007286899A (ja) アプリケーション実行システムおよびサーバ
JP2014164332A (ja) 文書優先度決定装置及び文書優先度決定プログラム
JP2015094984A (ja) 画像形成装置およびその制御方法、並びにプログラム
JP2013084154A (ja) ライセンス管理プログラム及びライセンス管理システム
JP2010049643A (ja) 情報処理システム、情報処理方法及びプログラム
US9998520B2 (en) Information processing terminal and method
JP2017227991A (ja) 管理システム、管理方法、及びプログラム
JP2015045971A (ja) 情報処理装置およびプログラムおよび制御方法
EP3821336B1 (en) Feature installer for software programs
JP2018041432A (ja) 情報処理システム、情報処理装置及びプログラム

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2016567436

Country of ref document: JP

Kind code of ref document: A

REEP Request for entry into the european phase

Ref document number: 2016791513

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 15312102

Country of ref document: US

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16791513

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2016791513

Country of ref document: EP