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:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=Nm4+GXnLEv5YKgN9qTTJB22/AhqNIkd6xF6nMJheJ4a UXpE85IOQRb7UwshtwJ6ZGzdqE6EmfjDaxzEFlcwFxGwGtq22XZx7dnQz4WClLNr eGHkVPng8ZoU7nGXLcXtrLhB/z3eIUWNd0e71pnxPMomOKEQXlkwsYw+Sq/oK3DA = 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:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=ehu+MMLBKDuOGj7ho61ANBmQgcw=; b=U8pvAIu8PPHKai78U AviPYkmReIMTdChSBEtr4yT/L7vRkGmN0CGuPLIu/ZyyKPX+LDRn+enGEY0J53I4 y3O4hCeFdrEFkvXqH04iCSernGPUkm+Uia/ELoYoThsnA/9UP1SF+DkZZUeU9mde 20wJebtVZ9xg5+1/02p0uAFJ2o= 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.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: smtprelay.hostedemail.com X-Session-Marker: 6A62656E6973746F6E40756B322E6E6574 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,jon AT beniston DOT com,:,RULES_HIT:10:41:355:379:541:542:599:973:982:988:989:1155:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1540:1587:1593:1594:1711:1730:1747:1777:1792:2110:2393:2559:2562:3138:3139:3140:3141:3142:3352:3865:3866:3867:3868:3871:3872:3873:3874:5007:6119:10004:10394:10400:10848:11232:11658:11914:12517:12519:12663:13069:13311:13357:14096:14097,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: fly07_6f603e1022e3c X-Filterd-Recvd-Size: 1622 From: "Jon Beniston" To: References: In-Reply-To: Subject: RE: setup-x86.exe exits before installation is complete Date: Fri, 7 Mar 2014 18:09:30 -0000 Message-ID: <00a901cf3a30$63b4d3b0$2b1e7b10$@beniston.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit >> It seems recent versions of setup-x86.exe exit before the installation is >> complete. Without the --no-admin option, the main installation is run as a >> child process, and the parent doesn't wait for the child to complete. This >> can cause a bit of a problem for other installers that install Cygwin (as >> when setup.exe exits, Cygwin isn't installed). >> >> Is something like the attached patch appropriate? It just waits for the >> child process before exiting. > >Why don't you just run your installer as admin and use the --no-admin >option? I can't immediately see a way to do that with the installer package I'm using, but I can probably find a workaround. However, I thought the patch might be useful for anyone else who also installs Cygwin via some form of script or installer, as this reverts the default behaviour to as it was until recently. Cheers, Jon -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple