在管理员方式下,多个用户可以使用同一 Installation Manager 实例。某些存储库可能需要凭证。在使用“保存密码”选项而不指定只有您可以访问的密钥环的情况下,其他用户可以使用您的凭证访问存储库。
如果不保存凭证,那么每次访问存储库时都会提示您输入凭证。
要了解有关对 Installation Manager 使用凭证的更多信息,请参阅 http://publib.boulder.ibm.com/infocenter/install/v1r4/index.jsp
-accessRights 参数可用于指定是在管理员模式还是非管理员模式下安装软件:
对于属于管理员组成员的 Microsoft Windows XP Professional 用户,缺省值始终为 -accessRights admin 参数和选项。对于 Windows XP Professional 用户,要以 nonAdmin 方式运行,必须在命令中显式传递 -accessRights nonAdmin 参数。
install.exe 和 userinst.exe 命令用于将 Installation Manager 安装到不同的目录。对以管理员方式进行的 Installation Manager 安装所做的更改不影响以非管理员方式进行的 Installation Manager 安装。 而对以非管理员方式进行的 Installation Manager 安装所做的更改也不影响以管理员方式进行的 Installation Manager 安装。每个 Installation Manager 实例都必须具有自己的安装目录和代理数据位置。
您必须对 Istallation Manager 目录、软件包目录和父目录具有执行许可权。如果没有执行许可权,那么无法访问子目录或文件。如果没有该许可权,使用 Installation Manager 时可能会出现异常行为或失败。
管理员 | 非管理员 | |
Windows: 在 Windows 菜单和“添加或删除程序”中显示 Installation Manager。 | Installation Manager | Installation Manager |
Windows:Microsoft 注册表键 | HKEY_LOCAL_MACHINE\Software\IBM\Installation Manager | HKEY_CURRENT_USER\Software\IBM\Installation Manager |
缺省安装目录 | Windows:C:\Program
Files\IBM\Installation Manager Linux 和UNIX:/opt/IBM/InstallationManager IBM i:/QIBM/ProdData/InstallationManager z/OS®:/InstallationManager/bin |
Windows 2000
和 Windows XP Professional:C:\Documents
and Settings\user\IBM\Installation Manager Windows Vista、Windows 2008 和 Windows 7: C:\Users\users\IBM\Installation Manager Linux 和 UNIX:/user_home_directory/IBM/InstallationManager z/OS:/user_home_directory/InstallationManager/bin |
eclipse\tools 目录是安装目录的子目录。 | Windows:installation_directory\eclipse\tools Linux、UNIX 和 z/OS:installation_directory/eclipse/tools |
|
缺省注册表文件位置 | Linux 和 UNIX:/etc/.ibm/registry/InstallationManger.dat z/OS:/etc/.ibm/registry/InstallationManger.dat |
Linux 和 UNIX:/user_home_directory/etc/.ibm/registry/InstallationManger.dat z/OS:/user_home_directory/etc/.ibm/registry/InstallationManger.dat |
缺省代理数据位置 要了解有关代理数据位置的更多信息,请参阅代理数据位置。 要点: 请勿更改代理数据位置目录或子目录中的内容、文件或目录。
更改这些内容将使 Installation Manager 无法工作。
|
Windows(tm) 2000
和 Windows(tm) XP Professional:C:\Documents
and Settings\All Users\Application Data\IBM\Installation Manager Windows(tm) Vista、Windows(tm) 2008 和Windows(tm) 7:C:\ProgramData\IBM\Installation Manager Linux(tm) 和 UNIX(tm):/var/ibm/InstallationManager z/OS:/InstallationManager/appdata |
Windows(tm) 2000 和 Windows(tm) XP Professional:C:\Documents and Settings\user\Application Data\IBM\Installation Manager Windows(tm) Vista、Windows(tm) 2008 和 Windows(tm) 7:C:\Users\user\AppData\Roaming\IBM\Installation Manager Linux(tm) 和 UNIX(tm):/user_home_directory/var/ibm/InstallationManager z/OS:/user_home_directory/InstallationManager/appdata |
Eclipse 日志位于代理数据目录的子目录中。 | Windows:agent_data_directory\pluginState\.metadata\.log Linux、UNIX 和 z/OS:/agent_data_directory/pluginState/.metadata/.log |
|
uninstall 目录是代理数据目录的子目录。 | Windows:agent_data_directory\uninstall Linux、UNIX 和 z/OS:/agent_data_directory/uninstall |
只能安装一个 Installation Manager 管理员实例。 对于非管理员,只能为每个用户安装一个 Installation Manager 实例。
Installation Manager 安装目标 | Windows 命令 | Linux 和 UNIX 命令 |
---|---|---|
管理员为所有用户安装 Installation Manager。 | install.exe 或 installc.exe 可用于静默安装注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默安装命令: installc.exe --launcher.ini silent-install.ini |
#install 或 #installc 可用于静默安装 注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默安装命令: #install --launcher.ini silent-install.ini |
非管理员为所有用户安装 Installation Manager。 | Windows 2000
和 Windows XP Professional:您不能以非管理员身份为所有用户安装 Installation Manager。 WindowsVista、Windows 2008 和 Windows 7: install.exe或 installc.exe 可用于静默安装注:
|
$sudo install 或 $sudo installc 可用于静默安装 注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默安装命令: $sudo install --launcher.ini silent-install.ini |
管理员仅为当前用户安装 Installation Manager。 | userinst.exe 或 userinstc.exe 可用于静默安装注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默安装命令: userinstc.exe --launcher.ini user-silent-install.ini |
#userinst 或 #userinstc 可用于静默安装注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默安装命令: #userinst --launcher.ini user-silent-install.ini |
非管理员仅为当前用户安装 Installation Manager。 | userinst.exe 或 userinstc.exe 可用于静默安装注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默安装命令: userinstc.exe --launcher.ini user-silent-install.ini |
$userinst 或 #userinstc 可用于静默安装注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默安装命令: #userinst --launcher.ini user-silent-install.ini |
Installation Manager 卸载目标 | Windows 命令 | Linux 和 UNIX 命令 |
---|---|---|
管理员为所有用户卸载 Installation Manager。 | uninstall.exe 或 uninstallc.exe 可用于静默卸载注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默卸载命令: uninstallc.exe --launcher.ini silent-uninstall.ini |
#uninstall 或 #uninstallc 可用于静默卸载 注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默卸载命令: #uninstall --launcher.ini silent-uninstall.ini |
非管理员为所有用户卸载 Installation Manager。 | Windows XP
Professional 和 Windows 2000:
您不能以非管理员身份为所有用户卸载 Installation Manager。 WindowsVista、Windows 2008 和 Windows 7: uninstall.exe或 uninstallc.exe 可用于静默卸载注:
|
$sudo uninstall 或 $sudo uninstallc 可用于静默卸载 注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默卸载命令: $sudo uninstall --launcher.ini silent-uninstall.ini |
管理员仅为当前用户卸载 Installation Manager。 | userinst.exe 或 userinstc.exe 可用于静默卸载注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默卸载命令: userinstc.exe --launcher.ini user-silent-uninstall.ini |
#uninstall 或 #uninstallc 可用于静默卸载 注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默卸载命令: #uninstall --launcher.ini user-silent-uninstall.ini |
非管理员仅为当前用户卸载 Installation Manager。 | userinst.exe 或 userinstc.exe 可用于静默卸载注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默卸载命令: userinstc.exe --launcher.ini user-silent-uninstall.ini |
$uninstall 或 #uninstallc 可用于静默卸载 注: 从 V1.4.3 开始,不推荐使用 --launcher.ini .ini file。
用于 V1.4.2 或更早版本的静默卸载命令: #uninstall --launcher.ini user-silent-uninstall.ini |
要了解有关静默安装命令参数的信息,请参阅 Installation Manager 命令行参数。