Is it possible to get ZWiki to follow the CMF standard, so it will work with CMFQuickInstallerTool, which is planned to be the default install (and very importantly: uninstall) mechanism in Plone 1.1?
This means that instead of ZWiki.cmf_install_zwiki
it should be ZWiki.Install
. There is no way to detect how to install a CMF Product if it doesn't follow the naming convention.
This would help a lot, and make it possible to avoid the whole external method mess when installing CMF products, and use the Plone interface to install/deinstall Products instead.
-- Alexander Limi
fixed for 0.17 --SimonMichael, 2003/03/11 23:39 GMT
This seems a good idea, thanks (and to Pieter for the links).