Installing as an administrator or nonadministrator
Saving credentials when sharing the same instance of Installation Manager
Multiple users can use the same instance of Installation Manager in administrator mode. Some repositories might require credentials. When you use the Save Password option without specifying a keyring that only you can access, other users can use your credentials to access the repository.
If you do not save your credentials, you are prompted to enter your credentials each time you access the repository.
For more information about using credentials with Installation Manager, see the Installation Manager documentation.
Notes for installing on Windows platforms
Use the -accessRights argument to specify whether to install software in administrator or nonadministrator mode:
- To install software as an administrator use the -accessRights admin argument and option
- To install software as a nonadministrator use the -accessRights nonAdmin argument and option.
- install.exe
- installc.exe
- uninstall.exe
- uninstallc.exe
The install.exe and userinst.exe commands install Installation Manager into different directories. Changes that you make to the administrator installation of Installation Manager do not affect the nonadministrator installation of Installation Manager. And changes that you make to the nonadministrator installation of Installation Manager do not affect the administrator installation of Installation Manager. Each instance of Installation Manager must have its own installation directory and agent data location.
Notes for installing on Linux and UNIX platforms
You must have execute permission on Installation Manager directories, package directories and parent directories. If you do not have execute permission, child directories or files cannot be accessed. Without this permission, unexpected behavior or failures can occur when using Installation Manager.
Installation Manager default settings and directory locations
Setting | Administrator | Nonadministrator |
---|---|---|
Windows: Display of Installation Manager in Windows menu and Add or Remove Programs | Installation Manager | Installation Manager |
Windows: Microsoft registry key | HKEY_LOCAL_MACHINE\Software\IBM\Installation Manager | HKEY_CURRENT_USER\Software\IBM\Installation Manager |
Default installation directory | Windows: C:\Program Files\IBM\Installation Manager Linux and UNIX: /opt/IBM/Installation Manager IBM i: /QIBM/ProdData/Installation Manager |
Windows 2012, Windows 2008, Windows 8, and Windows 7: C:\Users\users\IBM\Installation Manager Linux and UNIX: /user_home_directory/IBM/Installation Manager |
The eclipse\tools directory is a subdirectory of the installation directory. | Windows:
installation_directory\eclipse\tools Linux, UNIX: installation_directory/eclipse/tools |
|
Default registry file location | Linux and UNIX: /etc/.ibm/registry/InstallationManager.dat | Linux and UNIX: /user_home_directory/etc/.ibm/registry/InstallationManager.dat |
Default agent data location For more information about the agent data location, see Agent data location. Important: Do not change the
content, files, or directories in the Agent data location directory or subdirectories.
Changes to these contents can prevent Installation Manager from working.
|
Windows 2012, Windows 2008, Windows 8, and Windows 7: C:\ProgramData\IBM\Installation Manager Linux and UNIX: /var/ibm/Installation Manager |
Windows 2012, Windows 2008, Windows 8, and Windows 7: C:\Users\user\AppData\Roaming\IBM\Installation Manager Linux and UNIX: /user_home_directory/var/ibm/Installation Manager |
The Eclipse log is located in a subdirectory of the agent data directory. | Windows:
agent_data_directory\pluginState\.metadata\.log Linux, UNIX: /agent_data_directory/pluginState/.metadata/.log |
|
The uninstall directory is a subdirectory of the agent data directory. | Windows:
agent_data_directory\uninstall Linux, UNIX: /agent_data_directory/uninstall |
Install commands
Only one administrator instance of Installation Manager can be installed. For nonadminstrators, install only one instance of Installation Manager for each user.
Installation Manager installation goal | Windows commands | Linux and UNIX commands |
---|---|---|
An administrator installs Installation Manager for all users. | install.exe
or installc.exe to install silently |
#install
or #installc to install silently |
A nonadministrator installs Installation Manager for all users. | Windows 2012, Windows 2008, Windows 8, and Windows 7: install.exeor installc.exe to install silentlyNote: You are prompted to enter an administrator user ID and password.
|
$sudo install
or $sudo installc to install silently |
An administrator installs Installation Manager only for the current user. | userinst.exe
or userinstc.exe to install silently |
#userinst
or #userinstc to install silently |
A nonadministrator installs Installation Manager only for the current user. | userinst.exe
or userinstc.exe to install silently |
$userinst
or $userinstc to install silently |
Uninstall commands
Goal for uninstalling Installation Manager | Windows commands | Linux and UNIX commands |
---|---|---|
An administrator uninstalls Installation Manager for all users. | uninstall.exe
or uninstallc.exe to uninstall silently |
#uninstall
or #uninstallc to uninstall silently |
A nonadministrator uninstalls Installation Manager for all users. | Windows 2012, Windows 2008, and Windows 7: uninstall.exeor uninstallc.exe to uninstall silentlyNote: You are prompted to enter an administrator user ID and password.
|
$sudo uninstall
or $sudo uninstallc to uninstall silently |
An administrator uninstalls Installation Manager for only the current user. | userinst.exe
or userinstc.exe to uninstall silently |
#uninstall
or #uninstallc to uninstall silently |
A nonadministrator uninstalls Installation Manager for only the current user. | userinst.exe
or userinstc.exe to uninstall silently |
$uninstall
or $uninstallc to uninstall silently |
For information about silent installation command arguments, see Installation Manager command-line arguments.