Home › Forums › General XMetaL Discussion › Deploy a new XMAX version to clients › Reply To: Deploy a new XMAX version to clients
Reply to: Deploy a new XMAX version to clients
November 1, 2010 at 10:46 amHi Derek,
It works fine now. Thanks a lot
I did have the comma's wrong and the 1,0,3,xxx.
Both I found in the XMetal Prrogrammers guide.
Maybe something to correct in the PG for the next release:
In the page “Download the XMetaL XMAX CAB file”
Not
– CODEBASE=”http://www.mydomainname.com/XMControl.cab#VERSION=1,0,3,xxx”>
– The ‘xxx’ portion of the version number (above) should be replaced.
But the complete 1,0,3,xxx should be replaced.
Not
– Get the version from the XMControl.dll properties-version tab (this number has points instead of comma's)
But get it from the manifest “XMControl.inf” (which is comma separated)
Cheers,
Kees