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}
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
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