Hi Alberto,

> Ive done this but I dont understand it very well.
> Does it modify mi exe/dll files that are installing?
> How does TS knows how to behave with my exe?

No, it does *not* change anything in *your* application. What this flag
does is, it compiles a Terminal Server aware setup.exe. As a result,
Terminal Server will not make certain changes to the (setup) application.
For example, if an application is *not* Terminal Server aware, Terminal
Server will create a virtual Windows folder, such that each user gets a
Windows folder instead of getting the system's Windows directory (but fonts
should be installed to the system's Windows folder, not to the virtual
Windows folder).

If the TERMINAL_SERVER_AWARE flag is *not* set, the installer might copy the
font to virtual Windows folder. If it is set (makes the setup.exe Terminal
Server aware), the fonts are installed into the system's Windows folder.

For your own .exe, (as far as I know) you should also make it Terminal
Server aware. Otherwise, it's handled as a "legacy application".

Friedrich