Using the Smart Upgrade Run-As wizard
Use the Smart Upgrade Run-As wizard (SUSETRUNASWIZARD.EXE) to create an executable file (SURUNAS.EXE) that Notes® client users, running on Microsoft™ Windows™, can run to upgrade their Notes® clients. SURUNAS is ideal for pushing Notes® client upgrades to users who do not have administrator or elevated privileges.
The SURUNAS.EXE executable runs as a user with administrator privileges. You specify the administrator user name and password in the Smart Upgrade Run-As wizard. While the wizard is running, specify the Notes® install setup.exe to use when the user runs SURUNAS.EXE. The setup.exe file that you specify is either stored in SURUNAS.EXE or you can specify a Universal Naming Convention (UNC) path to a shared network drive from which that setup file can be accessed. In addition to specifying the setup file to be used, you also specify any other files to be included in the install kit. The Smart Upgrade Run-As wizard creates the install kit that the Notes® client end users run to upgrade their Notes® clients.
- Stop the service.
- Locate the 90 SUService file in the Notes installation package, and copy it to the Notes installation directory. The default install location is C:\Program Files\HCL\Notes.
- Restart the SUservice.
- You can now create the executable SURUNAS.EXE file by using the Smart Upgrade Run-As wizard (SUSETRUNASWIZARD.EXE)
While running the wizard, you can store the new executable in a self-contained package in the SURUNAS.EXE or as a file reference to a network share.
After you create the SURUNAS.EXE file, you can push it to users with Smart Upgrade. The wizard embeds a command line into the SURUNAS.EXE so there are no additional command line options needed. See the related topic on using Notes® Smart Upgrade for next steps.
Optional command line arguments |
Description and use |
Attached kit example |
Shared network drive example |
Use with Smart Upgrade Run-As |
---|---|---|---|---|
/w |
Use with Smart Upgrade Run-As. Allows SURUNAS.EXE to wait because the Notes® client should not be restarted until all processing is complete. Note: You
should always use the /w parameter when using Smart Upgrade Run-As. |
|
|
Yes |
-a |
Passes all arguments to the file that is being launched. |
|
Does not apply |
No |
/a |
Administrative installation. |
-a /a |
/a |
No |
/s Note: Always place a blank space immediately
after the /s. |
For attached kit, does not display the dialog box that prompts the user to input the location to which the files are to be installed. By default, the files are placed in the user's TempDir\NotesInstall For shared network drive, does not display the Install Shield initialization box. |
-a /s |
/s |
Yes |
/v |
Passes arguments to MSIexec. All arguments
entered after the argument |
Where xxxx = any optional argument. |
Where xxxx = any optional argument. |
Yes |
/q |
Sets the interface level. For example, /qn indicates no user interface displays during the upgrade. |
|
|
Yes |
-d |
Specifies that files are extracted to a temporary directory, from which they are deleted when the update is complete. The argument -d must be the first argument in the series of arguments. |
-d -a /s /v |
Does not apply. |
Yes |