Page 1 of 1

Nuget Packages

Posted: Mon May 17, 2021 12:28 am
by tvetterling
Hello dear supporters,

my application uses a lot of nuget packages, which are to be found in a packages.config file in the
application folder, while developing.

How can I force Installaware to use these '.dll's dynamically to build an installer for my application?

Yours sincerly
Thomas

Re: Nuget Packages

Posted: Mon May 17, 2021 11:26 am
by FrancescoT
Dear Thomas,

unfortunately there isn't a built in method which is capable to get the files to include from a config file.

However from the "install Files" command, it's always possible to specify a folder and to selectively specify which items have to be included at build time.

Hope this helps you.