Hello,

I have an install with custom features. The user can select either a "Workstation" or a "Server" install, or both. I have two "Select Install Folder" dialogs. The first DIALOG is for the Workstation whose Store Folder in Variable is %_SB_INSTALLDIR%. The second DIALOG is for the Server whose Store Folder in Variable is defined as %SERVER%. %SERVER% is initially defined as [INSTALLDIR] in the Runtime Variables section. So %_SB_INSTALLDIR% and %SERVER% start off as the same path, but they can become different based on the user's input.

My issue is this: In the Files and Folders section, I have subfolders defined in my "Server" installation section. When I look at the Dynamic File Linking on the on a subfolder called "REPORTS", I see that the Location is %_SB_INSTALLDIR%\REPORTS. I can't seem to change this to %SERVER%\REPORTS. I get the message A variable name cannot contain any of the following characters: / : * ? " < > [ ]

Is there some other way to define this?

Thank you,
Joanne