From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fc2b5af8782d4ca3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.89.135 with SMTP id bo7mr2977892pab.16.1362210756642; Fri, 01 Mar 2013 23:52:36 -0800 (PST) Path: ov8ni28124pbb.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: can one make a static build Ada+GUI GTK application? Date: Sat, 2 Mar 2013 08:52:25 +0100 Organization: cbb software GmbH Message-ID: References: <20130228010057.13659976@hactar.xn--rombobjrn-67a.se> <1jakth6zgpm7u.1jynuosu6x48.dlg@40tude.net> <15h2j818sfkj16h8ngvsedmvh27ngsk15o@invalid.netcom.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: TNGw0NoNrWqwYmfxAaSXHQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2013-03-02T08:52:25+01:00 List-Id: On Fri, 01 Mar 2013 19:18:24 -0500, Dennis Lee Bieber wrote: > M$ would rather everything be done as MSI since they've tied them > into the security system (there is no option for "run > as..." on WinXP, meaning one /must/ log-in as an administrator to run > them... Whereas installers that package as EXE can be started from any > account using the "run as..." to gain admin). Hmm, you have to be an administrator to run an application with elevated rights (= run as). Anyway, yes, anything MS introduces always turns to be mess. P.S. Our Ada software needs to run with elevated rights because it uses NDIS drivers to implement industrial Ethernet protocols. We do a check if the rights are elevated and if not the program re-spawns itself with "run as." In the MS perverted view it is unsafe to elevate the program itself, but perfectly safe to start another instance elevated! (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de