I have created one Windows Forms application and published it using ClickOnce. It generated the setup file with application files and it working good with update checking also.
But in "Application Files" folder it displaying the deployed files of all the DLL files I have used. There is no point in showing those dll
names to user, and I don't want to reveal those DLL files I have used. So is it possible to give only the setup file to user and which perform as it performed before?
I'm using Visual Studio 2013 express edition (desktop). Or another way then ClickOnce? But I found ClickOnce is best .
I have tried Ilmerge
, but it's not merging Sqlite.Interop.dll
and is throwing an error. After researching much I found that the issue is with SQLite itself.