[Openvpn-devel] (no subject)

2016-11-25 Thread Selva Nair
Hi, On Fri, Nov 25, 2016 at 11:39 PM, Илья Шипицин wrote: > > > 2016-11-26 0:55 GMT+05:00 Selva Nair : > >> >> >>> >> I have posted a PR (https://github.com/OpenVPN/openvpn-build/pull/55) using >> an active-setup registry entry to do this. It will

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Илья Шипицин
2016-11-26 0:55 GMT+05:00 Selva Nair : > > On Fri, Nov 25, 2016 at 10:27 AM, Gert Doering > wrote: > >> Hi, >> >> On Fri, Nov 25, 2016 at 09:38:31AM -0500, Selva Nair wrote: >> > Even if the GUI cjecks HKLM and HKCU, toggling the option will not work >>

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Selva Nair
On Fri, Nov 25, 2016 at 10:27 AM, Gert Doering wrote: > Hi, > > On Fri, Nov 25, 2016 at 09:38:31AM -0500, Selva Nair wrote: > > Even if the GUI cjecks HKLM and HKCU, toggling the option will not work > as > > the GUI cannot reset HKLM values. We do not want to be requiring

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Marvin
Yes, as long as we can specify any switches from the new installer itself. For instance, this is the cli we use for programatically (script) installing/updating: "...\openvpn-install-2.xxx /S /SELECT_SHORTCUTS=0 /SELECT_OPENVPNGUI=0" I imagine there will be more switches required with the 2.4+

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Marvin Adeff
How about a "preferences" file in %Users%\AppData...? The installer would apply whatever basic choices during install (%defaultUser%\AppData). Then a user could set his personal preferences which WinGUI would save to %Users%\AppData. Sent from my iPhone > On Nov 25, 2016, at 8:39 AM, Selva

[Openvpn-devel] check for .net 4.0 if openvpnserv2 is selected

2016-11-25 Thread Илья Шипицин
Hello, most of modern Windows installation are shipped with .net 4.0, however Win Vista, Win7 are not (by default) https://github.com/OpenVPN/openvpn-build/pull/54 tested on win2012 (.net .4.6.2), win7 (.net 3.5) I think we want it for 2.4 installer. Cheers, Ilya Shipitsin

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread David Sommerseth
On 25/11/16 16:35, Илья Шипицин wrote: > > > 2016-11-25 20:27 GMT+05:00 Gert Doering >: > > Hi, > > On Fri, Nov 25, 2016 at 09:38:31AM -0500, Selva Nair wrote: > > Even if the GUI cjecks HKLM and HKCU, toggling the option will not

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Selva Nair
Typo alert: On Fri, Nov 25, 2016 at 11:39 AM, Selva Nair wrote: > reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run > /v "OPENVPN-GUI" /d "path_to_openvpn_gui" /t REG_SZ /f" > That should be HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Selva Nair
On Fri, Nov 25, 2016 at 10:27 AM, Gert Doering wrote: > On Fri, Nov 25, 2016 at 09:38:31AM -0500, Selva Nair wrote: > > Even if the GUI cjecks HKLM and HKCU, toggling the option will not work > as > > the GUI cannot reset HKLM values. We do not want to be requiring admin > >

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Илья Шипицин
2016-11-25 20:27 GMT+05:00 Gert Doering : > Hi, > > On Fri, Nov 25, 2016 at 09:38:31AM -0500, Selva Nair wrote: > > Even if the GUI cjecks HKLM and HKCU, toggling the option will not work > as > > the GUI cannot reset HKLM values. We do not want to be requiring admin > >

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Gert Doering
Hi, On Fri, Nov 25, 2016 at 09:38:31AM -0500, Selva Nair wrote: > Even if the GUI cjecks HKLM and HKCU, toggling the option will not work as > the GUI cannot reset HKLM values. We do not want to be requiring admin > rights to run the GUI and that option becomes "readonly" for the user if >

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Selva Nair
On Fri, Nov 25, 2016 at 9:00 AM, Илья Шипицин wrote: > >> >>> 2) enable openvpn-gui startup in HKLM >>> >> >> This will make the "launch on startup" toggle in the gui settings dialog >> meaningless. >> > > > not meaningless. > I think, it makes sense if gui will check both

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Илья Шипицин
2016-11-25 18:56 GMT+05:00 Selva Nair : > > On Fri, Nov 25, 2016 at 8:21 AM, Илья Шипицин > wrote: > >> >> I need an advice, what to do next >> >> 1) do nothing >> > > What about recreating the HKLM\Software\OpenVPN regkey in full at install? > Was the

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Selva Nair
On Fri, Nov 25, 2016 at 8:21 AM, Илья Шипицин wrote: > > I need an advice, what to do next > > 1) do nothing > What about recreating the HKLM\Software\OpenVPN regkey in full at install? Was the consensus to leave it as is? > 2) enable openvpn-gui startup in HKLM > This

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Илья Шипицин
hello, I need an advice, what to do next 1) do nothing 2) enable openvpn-gui startup in HKLM 3) add http://nsis.sourceforge.net/UAC_plug-in to installer ? 2016-11-22 0:51 GMT+05:00 Илья Шипицин : > > > 2016-11-22 0:46 GMT+05:00 Gert Doering : > >>

Re: [Openvpn-devel] launch openvpn-gui at windows startup

2016-11-25 Thread Илья Шипицин
2016-11-22 0:56 GMT+05:00 Marvin Adeff : > Hi, > > Power User Perspective: > Please ensure that these [X] selections can be controlled (as in > "disabled") if openvpn is installed by command line (quiet mode). > when installing in silent mode, you can specify any switches,

[Openvpn-devel] OpenVPN 2.4_beta2 released

2016-11-25 Thread Samuli Seppänen
The OpenVPN community project team is proud to release OpenVPN 2.4_beta2. It can be downloaded from here: The biggest new features in this release (compared to 2.4_beta1) are support for poor man's NCP and for DNS6 dhcp-option. In