您可以以管理员或非管理员的身份来安装 Installation Manager 软件。
-accessRights 参数可用于指定是在管理员模式还是非管理员模式下安装软件:
对于属于 Administrator 组成员的 Microsoft® Windows® XP 用户,缺省值始终为 -accessRights admin 参数和选项。要使 Windows XP 用户以 nonAdmin 方式运行,您必须在命令中显示传递 -accessRights nonAdmin 参数。
install.exe 和 userinst.exe 命令用于将 Installation Manager 安装到不同的目录。对管理员方式的 Installation Manager 安装所做的更改不会影响以非管理员方式的安装。同样,对非管理员方式的 Installation Manager 安装所做的更改也不会影响管理员方式的安装。每个 Installation Manager 实例都必须具有自己的安装目录和代理数据位置。
管理员 | 非管理员 | |
---|---|---|
Windows:在 Windows 菜单和“添加或删除程序”中显示 Installation Manager | IBM Installation Manager | My IBM 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\eclipse Linux® 和 UNIX®:/opt/IBM/InstallationManager/eclipse |
Windows:C:\Documents and Settings\<user>\IBM\Installation Manager\eclipse Windows Vista、Windows 2008 和 Windows 7:C:\Users\<user>\IBM\Installation Manager\eclipse Linux 和 UNIX:/<user>/IBM/InstallationManager/eclipse |
缺省代理数据位置 要了解有关代理数据位置的更多信息,请参阅代理数据位置。 要点: 请勿更改代理数据位置目录或子目录中的内容、文件或目录。
更改这些内容可能会导致 Installation Manager 无法工作。
|
Windows 2000 和Windows XP:C:\Documents and Settings\All Users\Application Data\IBM\Installation Manager Windows Vista、Windows 2008 和 Windows 7:C:\ProgramData\IBM\Installation Manager Linux 和 UNIX:/var/ibm/InstallationManager |
Windows 2000 和 Windows XP:C:\Documents and Settings\<user>\Application Data\IBM\Installation Manager Windows Vista、Windows 2008 和Windows 7:C:\Users\<user>\AppData\Roaming\IBM\Installation Manager Linux 和 UNIX:/<user>/var/ibm/InstallationManager |
Eclipse 日志位置 | Windows 2000 和Windows XP:C:\Documents and Settings\All Users\Application Data\IBM\Installation Manager\pluginState\.metadata Windows Vista、Windows 2008 和 Windows 7:C:\ProgramData\IBM\Installation Manager\pluginState\.metadata Linux 和 UNIX:/var/ibm/InstallationManager/pluginState/.metadata |
Windows:Windows:C:\Documents and Settings\<user>\IBM\InstallationManagerInstaller\pluginState\.metadata Windows Vista、Windows 2008 和 Windows 7:C:\Users\<user>\IBM\Installation ManagerInstaller\pluginState\.metadata Linux 和 UNIX:/<user>/var/ibm/InstallationManager/pluginState/.metadata |
Installation Manager 安装目标 | Windows 命令 | Linux 或 UNIX 命令 |
---|---|---|
管理员为所有用户安装 Installation Manager。 | install.exe 或 installc.exe --launcher.ini silent-install.ini 可用于静默安装 |
#install 或 #install --launcher.ini silent-install.ini 可用于静默安装 |
非管理员为所有用户安装 Installation Manager。 | Windows 2000 和 Windows XP:您不能作为非管理员为所有用户安装 Installation Manager。 WindowsVista、Windows 2008 和 Windows 7: install.exe或 installc.exe --launcher.ini silent-install.ini 可用于静默安装系统会提示您输入管理员用户标识和密码。 |
$sudo install 或 $sudo install --launcher.ini silent-insatall.ini 可用于静默安装 |
管理员仅为当前用户安装 Installation Manager。 | userinst.exe 或 userinstc.exe --launcher.ini user-silent-install.ini 可用于静默安装 |
#userinst 或 #userinst --launcher.ini user-silent-install.ini 可用于静默安装 |
非管理员仅为当前用户安装 Installation Manager。 | userinst.exe 或 userinstc.exe --launcher.ini user-silent-install.ini 可用于静默安装 |
$userinst 或 $userinst --launcher.ini user-silent-install.ini 可用于静默安装 |
Installation Manager 卸载目标 | Windows 命令 | Linux 或 UNIX 命令 |
---|---|---|
管理员为所有用户卸载 Installation Manager。 | uninstall.exe 或 uninstallc.exe --launcher.ini silent-uninstall.ini |
#uninstall 或 #uninstall --launcher.ini silent-uninstall.ini 可用于静默卸载 |
非管理员为所有用户卸载 Installation Manager。 | Windows XP 和 Windows 2000:您不能作为非管理员为所有用户卸载 Installation Manager。 WindowsVista、Windows 2008 和 Windows 7: uninstall.exe或 uninstallc.exe --launcher.ini silent-uninstall.ini 可用于静默卸载注: 系统会提示您输入管理员用户标识和密码。
|
$sudo uninstall 或 $sudo uninstall --launcher.ini silent-uninstall.ini 可用于静默卸载 |
管理员仅为当前用户卸载 Installation Manager。 | userinst.exe 或 userinstc.exe --launcher.ini user-silent-uninstall.ini 可用于静默卸载 |
#uninstall 或 #uninstall --launcher.ini user-silent-install.ini 可用于静默卸载 |
非管理员仅为当前用户卸载 Installation Manager。 | userinst.exe 或 userinstc.exe --launcher.ini user-silent-uninstall.ini 可用于静默卸载 |
$uninstall 或 $uninstall --launcher.ini user-silent-install.ini 可用于静默卸载 |
要了解有关静默安装命令参数的信息,请参阅 IBM Installation Manager 命令行参数。