DUB 0.9.21

Paulo Pinto pjmlp at progtools.org
Sat Feb 22 05:09:26 PST 2014


Am 22.02.2014 13:07, schrieb Sönke Ludwig:
> Am 22.02.2014 12:24, schrieb Paulo Pinto:
>> Am 22.02.2014 10:44, schrieb Sönke Ludwig:
>>
>> The Windows installer seems not to like being installed via UAC as the
>> Administrator gets the PATH configured, not the user that started the
>> installer.
>>
>> --
>> Paulo
>
> Going by the installer script, it should install to the global PATH
> (HKEY_LOCAL_MACHINE) variable, not to the user's (or Adminstrator's)
> one. Are you sure that the latter is the case for you?
>
> There is also a ticket to enable per-user installation from unprivileged
> accounts. I'll try to look into that topic, too, for the next release
> (need to read up on the proper NSIS options/plugins).

Yes, this is how it looks like for my standard user.

Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

PS C:\Users\Alterego> $env:path.split(';')
%SystemRoot%\system32\WindowsPowerShell\v1.0\
C:\Program Files (x86)\PC Connectivity Solution\
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
C:\Program Files\Common Files\Microsoft Shared\Windows Live
C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\Program Files (x86)\Common Files\DivX Shared\
C:\CUDA\bin
C:\Program Files (x86)\Common Files\Teleca Shared
C:\Program Files\Microsoft Windows Performance Toolkit\
C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\
C:\Program Files\Microsoft SQL Server\100\DTS\Binn\
C:\Program Files\SlikSvn\bin
C:\Program Files (x86)\Windows Live\Shared
C:\Program Files (x86)\GtkSharp\2.12\bin
C:\Program Files (x86)\Calibre2\
C:\cygwin\bin
C:\Program Files (x86)\QuickTime\QTSystem\
C:\dmd\dmd2\windows\bin
C:\dmd\dm\bin


And this is for the Administrator, you will notice dub at the end.



Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

PS C:\Windows\system32> $env:path.split(';')
C:\Windows\system32\WindowsPowerShell\v1.0\
C:\Program Files (x86)\PC Connectivity Solution\
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
C:\Program Files\Common Files\Microsoft Shared\Windows Live
C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\Program Files (x86)\Common Files\DivX Shared\
C:\CUDA\bin
C:\Program Files (x86)\Common Files\Teleca Shared
C:\Program Files\Microsoft Windows Performance Toolkit\
C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\
C:\Program Files\Microsoft SQL Server\100\DTS\Binn\
C:\Program Files\SlikSvn\bin
C:\Program Files (x86)\Windows Live\Shared
C:\Program Files (x86)\GtkSharp\2.12\bin
C:\Program Files (x86)\Calibre2\
C:\cygwin\bin
C:\Program Files (x86)\QuickTime\QTSystem\
C:\dmd\dmd2\windows\bin
C:\dmd\dm\bin
C:\Program Files (x86)\dub


More information about the Digitalmars-d-announce mailing list