I am in the process of packaging an some software settings for deployment with a GPP. I need to include a few tab characters within string and eventually multi string values.
When I paste tabs into the GPP item they are translated into spaces on the client (7, 2008R2 systems).
Replacing the tab with \t, 0x09 or 	 doesn't work as they are treated literally. Is there anything I can do to get these characters included?