This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with setup.exe


David Kastrup wrote:
> cuicui <cuicui.oizo@free.fr> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]