X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=F1NGa0D44ts7RE+pXVP4nJf8rd9cgYdjCDMBPJui/+NOHBNi+ZIdX Lckut0ASwDHSQlVu5ac+KOewHLCmtTlVRhXMOnEwX7/H3V5tjLRx6SOCWBmC7czv Kh2LQsfFplQoYErZEtnX7KTfqtE9svFakB+ghlvOBF8G3zCl1Zjckw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=2XnSoKYPVodwjGEA0vCmrReoATI=; b=wbjQTUJeWWI+kJVCLMBVYO/gPk8s Vk5rMa0SNjmeJ06h9HEyoimYa7yK3QpZzwEDOUsHufuv9w5CimwTRdvFZRg6+pJC tbIjSSN94MWcAF6VtG4+v1sxwZwjXfTOgTC0bIWMr61K87uyhYnNgHphUG/cR8qb Ohg6n3vB+s6JwbQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=BASE64_LENGTH_79_INF,BAYES_50,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Lester Ingber Subject: Re: wish: setup.exe should remember the desktop icon setting Date: Sun, 22 Feb 2015 20:52:34 +0000 (UTC) Lines: 1 Message-ID: References: <54EA099A DOT 802 AT gmx DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t1MKr23E017613 Roland Illig gmx.de> writes: > > Hi, > > when I run setup.exe for the first time, it shows a checkbox somewhere > at the end of the wizard, allowing me to create a Cygwin icon on the > desktop. > > I don’t want this icon, so I uncheck that box. But when I later run > setup.exe again, the checkbox is checked again, and I have to manually > uncheck it again. > > setup.exe should remember the last setting of the checkbox. > > Roland Check the options: /cygdrive/c/cygwin/setup-x86.exe --help Make shortcut, e.g. via File Explore, to setup-x86.exe R-CLK on the shortcut and click on Properties In the Shortcut tab, in the Target slot, add --no-desktop , e.g., C:\cygwin\setup-x86.exe --no-desktop Can do the same for /cygdrive/c/cygwin64/setup-x86_64.exe Lester