You can use the Installation Customization Tool to create a transform ( .mst) file.
To create a transform with the Installation Customization Tool
From your administrative installation point, open the Installation Customization Tool from a shortcut or by typing the following command line:
<path_to_setup> \setup.exe /admin
In the Select Customization dialog box, select Create a new Setup customization file for the following product or Open an existing Setup customization file.
Select items from the list in the left panel to open configuration panels on the right, and then make your customizations.
Save your transform as an .mst file.
NOTE:Micro Focus recommends that you save transform files in the same folder as the Reflection base installation package .msi file.
You can change the Reflection installation directory.
To change the installation directory
From your administrative installation point, open the Installation Customization Tool from a shortcut or by typing the following command line:
<path_to_setup> \setup.exe /admin
From the Select Customization dialog box, do one of the following:
Select Create a new Setup customization file for the following product.
Select Open an existing Setup customization file or Companion installer and, in the Open dialog box, select an .mst file.
On the left panel of the Installation Customization Tool, click Install location and organization name.
In the Default installation folder box, specify where to install the product files.
NOTE:List items that refer to folders (for example, [ProgramMenuFolder]) are pre-defined folder keywords. You can create customized directories by adding new folder names with typical directory syntax (such as, [ProgramFilesFolder]\My Folder). Alternatively, you can enter a fully qualified path (for example, C:\Program Files\My Folder), as long as that location is known to exist on the target machine.
In some cases you may want to customize your installation using Windows Installer (MSI) properties that support features not configurable on other Installation Customization Tool panels. For example, the installer property ARPHELPLINK, sets the URL used by the support link in the Programs and Features list.
NOTE:If you want to create a custom (non-default) user data location that will be used by all installed Reflection products, specify the product-specific property WRQ_USERDIR. This property affects only those applications whose default user data directory is [PersonalFolder]\Micro Focus\Reflection\. Reflection applications that use this default data location include: Reflection Workspace, Reflection FTP Client, Reflection Kerberos Manager, Reflection Key Agent, Reflection IBM Printer, and Reflection X (legacy). Reflection X Advantage does not use this user data location.
To set the location where Reflection X Advantage artifact files are saved, specify the file path in the RXA_ARTIFACTS_DIR property.
To modify installation properties
From your administrative installation point, open the Installation Customization Tool from a shortcut or by typing the following command line:
<path_to_setup> \setup.exe /admin
From the Select Customization dialog box, do one of the following:
Select Create a new Setup customization file for the following product.
Select Open an existing Setup customization file or Companion installer and, in the Open dialog box, select an .mst file.
From the Installation Customization Tool navigation pane, select Modify setup properties.
Click Add to open the Add/Modify Property Value dialog box.
In the Namebox, use the drop-down list to select commonly-used public properties that are standard to the Windows Installer. Select an item in the list to see a brief description of the selected property. For additional information about Windows Installer properties, see the Microsoft Windows Installer Guide. Some Micro Focus products support additional properties that do not appear in the drop-down list. You can configure these properties by manually entering the property name.
From the Filemenu, select Save Asand save the file to the same folder as the installer package file for Reflection ( setup.exe).
To modify registry data
From your administrative installation point, open the Installation Customization Tool from a shortcut or by typing the following command line:
<path_to_setup> \setup.exe /admin
From the Select Customization dialog box, do one of the following:
Select Create a new Setup customization file for the following product.
Select Open an existing Setup customization file or Companion installer and, in the Open dialog box, select an .mst file.
From the navigation pane, click Add registry data.
To add a new registry value, click Add.
-or-
To modify a registry value in the table, select the value, and then click Modify.
Specify registry keys and values to add or modify during the installation process. By modifying registry values, you can change the way the application operates. For example, for certain Micro Focus applications, you can add a value that specifies to never save settings on exit.
In this field |
Enter or select |
Key |
The complete Registry path from the root, for example: HKEY_LOCAL_MACHINE\SOFTWARE\Reflection\Rwin\Reflection |
Name |
The registry value name, for example: SaveChanges If the Namebox is blank, the data entered into the Valuebox are written to the Default registry key. |
Type |
The data type of the value. For example: DWORD Types include strings, integers (DWORD), or binary values. |
Value |
The value. For example: 0x00000000 (0) |
You can select which features, components, and languages to install for your end users. In addition, you can make features available to users for a later installation or hide them from view.
To select features, components, and languages to install
From your administrative installation point, open the Installation Customization Tool from a shortcut or by typing the following command line:
<path_to_setup> \setup.exe /admin
From the Select Customization dialog box, do one of the following:
Select Create a new Setup customization file for the following product.
Select Open an existing Setup customization file or Companion installer and select an .mst file.
From the Installation Customization Tool navigation pane, select Set feature installation states, and for each feature, choose from the following states:
Choose |
To do this |
---|---|
Feature will be installed on local hard drive |
Add a feature to the installation. NOTE:Some features listed under a selected feature may not be included when you select to install the higher-level feature. The features that are included are the recommended defaults. If you select the higher level feature a second time, all sub-features will be included. |
Feature will be installed when required |
Advertise a feature. |
Feature will be unavailable |
Leave a feature uninstalled. End users will still be able to select and install the item from the Windows Program and Features or the Add or Remove Programs control panel. |
Related Topics
Reflection makes it easy to "chain" installs. You can set up an install to run companion install packages automatically before or after the primary installation. You can also specify to run other scripts or programs. For example, the Reflection product Help is available as a separate program ( .msi) that you can add to the base product installation. See Install the Reflection Help.
NOTE:This method of chaining installations applies only to installs performed with setup.exe. It does not apply to installs that use the MSI command-line method.
To chain installations and programs
From your administrative installation point, open the Installation Customization Tool from a shortcut or by typing the following command line:
<path_to_setup> \setup.exe /admin
From the Select Customization dialog box, do one of the following:
Select Create a new Setup customization file for the following product.
Select Open an existing Setup customization file or Companion installer and select an .mst file.
From the navigation pane, select User Interface and then select Use this customization with interactive installs using setup.exe.
From the navigation pane, select Add installations and run programs.
Click Add.
The Add/Modify Program Entry dialog box opens.
In the Target list, enter or select the folder where the program .exe file or the .msi file resides, and then enter the executable to run. For example:
msiexec.exe
Under Arguments, enter the command-line arguments to execute. For example:
/i my_installation.msi
To specify when to run the program, select one of the following:
Run this program after base product has been installed
Run this program before the base product has been installed.
NOTE:For most cases, select Run this program after the base product has been installed. If you select Run this program before the base product has been installed and the program fails, Reflection is not installed.
Repeat these steps to add other programs or .msi files.
To change the execution sequence, use the arrows next to Movein the lower-left area of the pane. To remove a program from the list, select it in the list and click Remove.
By default, the Reflection Help browser opens the Help from the Micro Focus website. To allow users to open the Help from the local hard drive you must install the product Help after installing Reflection and change the Reflection Workspace settings to use the installed help system.
To configure the Reflection Workspace to open Help locally
The steps depend on your user interface mode.
User Interface Mode |
Steps |
---|---|
Ribbon (Office 2007) |
On the Reflection button (if using the Office 2007 Look and Feel), choose Reflection Workspace Settings. |
Ribbon (Office 2010) |
On the File menu, choose Reflection Workspace Settings. |
Reflection Browser |
On the Reflection menu, choose Settings and then Reflection Workspace Settings. |
Mobile UI |
Tap the Gear icon and then select Reflection Workspace Settings. |
Under Workspace Settings, select Configure Workspace Attributes.
Under Help System, select Use installed help system.
If Reflection can't find the Help files on the local drive, it will start your default browser and open the help files from Micro Focus website.
To install the Help locally
Do one of the following:
On a workstation where Reflection is already installed, from the installation image, open the HelpInstaller folder and double-click setup.exe.
- or -
Chain the Help installer to the main installation, selecting Run this program after base product has been installed. For more information, see Add (Chain) Installations and Run Programs.
To set up Help on a Windows server
NOTE:If you install Reflection on a Windows Server and Enhanced Security (IE ESC) is enabled, viewing the Help will result in security prompts each time you open a page. To resolve this problem, do the following:
Turn off Internet Explorer Enhanced Security for users and administrators.
Turn Off Internet Explorer Enhanced Security on Windows 2008 Server.
Enable scripting for Internet Explorer. See Knowledge Base Article 7021458.
When you configure destination locations using the Installation Customization Tool, your options include Reflection properties that correspond to Windows system folder properties. During installation, the Windows installer expands these to show the appropriate location for your operating system.
The list of available folders for adding files to a companion installer depends on whether you are installing for all users (the default) or for individual users.
All-user installations
Reflection Property name |
Default Windows location |
Default path using Windows variables |
---|---|---|
[CommonAppDataFolder] |
C:\ProgramData |
%Programdata% |
[CommonDocumentsFolder] |
C:\Users\Public\Documents |
%Public%\Documents |
[CommonFilesFolder] |
C:\Program Files\Common Files |
%ProgramFiles%\Common Files |
[ProgramFilesFolder] |
C:\Program Files |
%ProgramFiles% |
[RootDrive] |
C:\ |
\ |
[WindowsFolder] |
C:\Windows |
%windir% |
Individual user installations
Reflection Property name |
Default Windows location |
Path using Windows variables |
---|---|---|
[AppDataFolder] |
C:\Users\<user>\AppData\Roaming\ |
%appdata% |
[LocalAppDataFolder] |
C:\Users\<user>\AppData\Local\ |
%localappdata% |
[PersonalFolder] |
C:\Users\<user>\Documents\ |
%userprofile%\documents |
[RootDrive] |
C:\ |
\ |
[%UserProfile] |
C:\Users\<user> |
%userprofile% |
You can change the attributes associated with the pre-defined Reflection shortcuts. Also, you can configure shortcuts associated with files you've added to a custom install package.
NOTE:This method of chaining installations applies only to installs performed with setup.exe. It does not apply to installs that use the MSI command-line method.
To configure shortcuts
On a workstation on which you have installed Reflection, open the Installation Customization Tool from a desktop shortcut (if you set up a shortcut as shown on page 11) or from a command line as follows:
path_to_setup\setup.exe /admin
From the Select Customization dialog box, do one of the following:
Select Create a new Setup customization file for the following product.
Select Open an existing Setup customization file or Companion installer and select an .mst file.
From the Installation Customization Tool navigation pane, choose Configure shortcuts.
Select the shortcut that you want to configure, and then click Modify.
In the Modify Shortcut dialog box, in the Location list, enter or select the folder where you want the shortcut to reside.
NOTE:List items that refer to folders (for example, [ProgramMenuFolder]) are pre-defined folder keywords. You can create customized directories by adding new folder names with typical directory syntax (such as, [ProgramFilesFolder]\My Folder). Alternatively, you can enter a fully qualified path (for example, C:\Program Files\My Folder), as long as that location is known to exist on the target machine.
Enter a descriptive name and tooltip for the shortcut.
Enter the command-line arguments for the shortcut in the Arguments window.