PDA

View Full Version : Model Manager Build Number


ludw
01-14-2007, 08:38 AM
What's the procedure to specify a Model Manager custom Build Number before making a ModelManagerSetup.exe through mmbuild.bat.
Such a custom build Number would help me so much to track correct client custom installations.

jdh
01-18-2007, 09:12 AM
You create a text file called buildstring.txt in the classes directory in your OneSpace Manager Software Distribution installation directory. The buildstring.txt file can contain a comma seperated list of name=value strings. For example:

build number=123,foo=bar

After you run mmbuild and your users download new clients, these should then show up in the list of information in the help about screen of the Model Manager clients.

Jim

ludw
01-22-2007, 12:29 AM
Many thanks,
It works as expected.