Skip Menu |
 

Date: Mon, 08 Oct 2012 10:08:31 +0200
From: Michał Mulawa <mmu@iconsulting.pl>
To: krb5-bugs@mit.edu
Subject: win7 PATH sysvar [kfw-3.2.2 installer]
Hi,
After installing kfw-3.2.2 my PATH sysvar was changed. It seems like the installer REPLACED it with new item, instead of APPENDING on it.
I guess what happened is that the installer executed `path C:\Program Files (x86)\MIT\Kerberos\bin` instead of `path %PATH%;C:\Program Files (x86)\MIT\Kerberos\bin` .
I am using win7 home premium.

regards,
-- 
Michał Mulawa
iConsulting	
[mmu@iconsulting.pl - Mon Oct 8 17:06:00 2012]:

Show quoted text
> Hi,
> After installing kfw-3.2.2
> <http://web.mit.edu/kerberos/kfw-3.2/kfw-3.2.2.html> my PATH sysvar was
> changed. It seems like the installer REPLACED it with new item, instead
> of APPENDING on it.
> I guess what happened is that the installer executed `path C:\Program
> Files (x86)\MIT\Kerberos\bin` instead of `path %PATH%;C:\Program Files
> (x86)\MIT\Kerberos\bin` .
> I am using win7 home premium.

Hello,

I have a test environment set up as 64-bit win7 enterprise, and when I install kfw-3.2.2.msi, I
see "C:\Program Files (x86)\MIT\Kerberos\bin" appended to the system path, with no change
to the user-specific path. Are you using the MSI installer or the exe installer?

That said, the source code for the exe ("NSIS") installer appears to be calling the correct "SET
PATH=%PATH;[...]" form, so I do not understand where the behavior you see could be
originating.

-Ben Kaduk
Date: Tue, 09 Oct 2012 20:09:51 +0200
From: Michał Mulawa <mmu@iconsulting.pl>
To: rt@krbdev.mit.edu
Subject: Re: [krbdev.mit.edu #7410] win7 PATH sysvar [kfw-3.2.2 installer]
RT-Send-Cc:
Download (untitled) / with headers
text/plain 1.2KiB
Hi,
Maybe I should have used the msi installer, because I was using the exe installer:
Show quoted text
Installer kfw-3-2-2.exe, 6425k.
Thanks for the reply.
regards,
Michał Mulawa
iConsulting
W dniu 2012-10-09 17:06, Benjamin Kaduk via RT pisze:
Show quoted text
[mmu@iconsulting.pl - Mon Oct  8 17:06:00 2012]:

Hi,
After installing kfw-3.2.2 
<http://web.mit.edu/kerberos/kfw-3.2/kfw-3.2.2.html>; my PATH sysvar was 
changed. It seems like the installer REPLACED it with new item, instead 
of APPENDING on it.
I guess what happened is that the installer executed `path C:\Program 
Files (x86)\MIT\Kerberos\bin` instead of `path %PATH%;C:\Program Files 
(x86)\MIT\Kerberos\bin` .
I am using win7 home premium.
Hello,

I have a test environment set up as 64-bit win7 enterprise, and when I install kfw-3.2.2.msi, I 
see "C:\Program Files (x86)\MIT\Kerberos\bin" appended to the system path, with no change 
to the user-specific path. Are you using the MSI installer or the exe installer?

That said, the source code for the exe ("NSIS") installer appears to be calling the correct "SET 
PATH=%PATH;[...]" form, so I do not understand where the behavior you see could be 
originating.

-Ben Kaduk