we have just packed our own installer using ... !include WinVer.nsh ... !define TAP_WINDOWS_INSTALLER_5 "C:\tap\tap-windows-9.9.2_3.exe" !define TAP_WINDOWS_INSTALLER_6 "C:\tap\tap-windows-9.21.2.exe"
... ${If} ${AtLeastWin7} File /oname=tap-windows.exe "${TAP_WINDOWS_INSTALLER_6}" ${Else} File /oname=tap-windows.exe "${TAP_WINDOWS_INSTALLER_5}" ${EndIf} ....... however, I need some time to reproduce the same with openvpn-build. I'll make PR soon 2016-06-26 23:52 GMT+05:00 <sam...@openvpn.net>: > I think a dual NDIS5/6 installer is a good idea. Feel free to PR :). > > Samuli > > Il gio giu 23 20:29:55 2016 GMT+0300, Gert Doering scrive: > > Hi, > > > > On Thu, Jun 23, 2016 at 06:07:51PM +0500, ???????? ?????????????? wrote: > > > we used to enroll our own installer, and we bundled both x86 and x64 > into > > > single installer > > > > > > it was easy, several blocks > > > > > > ${If} ${RunningX64} > > > .... > > > ${Else} > > > ... > > > ${EndIf} > > > > > > > > > we are going to pack NDIS5/NDIS6 the same way. in order to choose > proper > > > installer automatically, not to put that decision to user. > > > > > > if there's an interest, I can make some PR on that. > > > > Interest! (Though Samuli is the one maintaining the installers...) > > > > gert > > > > -- > > USENET is *not* the non-clickable part of WWW! > > // > www.muc.de/~gert/ > > Gert Doering - Munich, Germany > g...@greenie.muc.de > > fax: +49-89-35655025 > g...@net.informatik.tu-muenchen.de > > >