Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Oliver Giesen wrote: > Some statistics from that: Assuming that the u3dapi10.dll is a > client-only file and not needed on the server, the reported installed > sizes are 8,6MB for the full client-only install and 7,9MB for the full > server-only install. Does that sound about right? > Sounds reasonable. Not sure what the minimal install would be... strip everything except cvs.exe, cvsapi, cvstools, protocols and any dependencies for those (dumpbin /dependents) - currently iconv, expat, mdnsclient for the main executable... individual protocols have their own set of dependencies (eg. sserver). If the runtimes exist on the machine already (install of VS2003 already there) then you can make some big savings... can't rely on that though. Tony