The basic idea is that your manifest and the tool page need to match.
Then, it does not matter so much what the file is called - only the manifest version is of importance
This works, since the tools .zip is extracted when submitting (to scan for potentially malicious code)
You definitely DON’T want this value to be true, btw.
<AutoUpgraded>true</AutoUpgraded>seScriptingTool>
It will prevent auto-updating, as the server will regard auto-upgraded tools as not being a “real” update.
The basic idea is that your manifest and the tool page need to match.
Then, it does not matter so much what the file is called - only the manifest version is of importance
This works, since the tools .zip is extracted when submitting (to scan for potentially malicious code)
You definitely DON’T want this value to be true, btw.
<AutoUpgraded>true</AutoUpgraded>seScriptingTool>
It will prevent auto-updating, as the server will regard auto-upgraded tools as not being a “real” update.
:o Ok, thanks!
Then I must keep the “Id” of the manifest, and change the “Version” of the manifest in each update. But it is possible to change the name of the name.xrnx file.Finally, AutoUpgraded must be “false”.
One last question. I have seen in some manifestos that says “Icon” or “Ico” (folder_address???). What is it for? Does an icon appear somewhere?Should the icon be a .ico within the root folder of the tool?