How to include unbound into my application setup.

Hi, guys

Thanks for build unbound.

Now I want to build a WinForms application for Windows 7 ~ 10, And it has some features depend on unbound.

So If I can to include unbound in my installation and lets user to install unbound when installing my application?

I use install shield for building my setup.

Thanks first.

Newell Zhu via Unbound-users:

Hi, guys

Thanks for build unbound.

Now I want to build a WinForms application for Windows 7 ~ 10, And it has some features depend on unbound.

So If I can to include unbound in my installation and lets user to install unbound when installing my application?

I use install shield for building my setup.

Thanks first.

Hi Newell,

We had a similar use case: we wanted to bundle DnssecTrigger with our
application's NSIS installer. The code we came up with is at
https://github.com/namecoin/ncdns-nsis , maybe you'll be able to get
some ideas from it.

Cheers,