From mboxrd@z Thu Jan 1 00:00:00 1970 From: DJ Delorie To: cygwin@sources.redhat.com Cc: jens@uniweb.se Subject: Re: setup.exe Date: Tue, 29 Aug 2000 06:48:00 -0000 Message-id: <200008291348.JAA28011@envy.delorie.com> X-SW-Source: 2000-08/msg01101.html > I don't know if you've dicussed this before. I've missed it in that > case. But I would like a option to make setup to skip putting a icon > on the desktop and/or anything in the startup menu. http://sources.redhat.com/cygwin/cvs.exe In src/winsup/cinstall are the setup sources. You'll need to add a suitable dialog to res.rc (IDD_DESKTOP, copy one of the others as a starting point. I use MSVC's resource editor), and edit desktop.cc to invoke the dialog and act on it (see root.cc for lots of examples). Shouldn't be too hard. Don't forget to submit a ChangeLog entry with your patches. Note to all: if you have a nifty cygwin desktop icon you'd like to see included in cygwin, let me know - we can include more than one icon in setup! -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com