David Kastrup wrote: > cuicui <[EMAIL PROTECTED]> writes: > >> David Kastrup a écrit : >>> quite a nuisance. Is there any way to tell setup.exe what else to >>> install when it _is_ already cached? >> >> Just add a "virtual" package in your setup.ini in the "Base" category >> that depends on the packages you need. >> >> Be careful, the setup.ini is erased with a fresh one each time you >> launch "install from internet". > > If it will get overwritten when installing from internet, there would > not seem to be much of a problem, right?
Put your small setup.ini listing the virtual package on a server with an empty tarball. Then point setup to the server whenever you update. Don't forget to can point it at multiple servers. If you're just creating an install from disk/CD, you can leave the setup.ini and empty tarball in a subdirectory of the main package cache directory, it won't be overwritten by any update and the default selection will be enforced. packages/ packages/setup.exe packages/setup.ini << downloaded by setup packages/custom/ packages/custom/setup.ini << contains virtual packages/custom/virtual-0.tar.bz2 packages/release/ ... Dave. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/