Macrovision: Take note of how many people have viewed this thread
Yeah, I know this one. It's been an AdminStudio problem for a long while. I think it was introduced when the developers were trying to get Winzip to work.
It is always a good idea to search ALL TABLES for the _Short thing
It can appear in the Class, Registry, Environment, anywhere really
It appears in the .inc file when repackager encounters a short file path like c:\progra~1
The idea is that the program that converts the .inc into a .ism is able to use the [!filekey] notation to represent the short path to the file. Unfortunately that notation is only valid in the registry table, but repack.exe uses it wherever it encounters a short path.
In every other table, the interpretter that converts .inc into .ism does not know what to do with the _Short() command and leaves it as-is.
All you need to do to fix the problem is to look at what the legacy package put in those places and replicate it. (or wait until the next adminstudio beta and use the opportunity to complain)
looeee