c# - how can create specific folder when install setup file? -


i want make setup project , have 1 folder "resource" in path ..\bin\debug.now how can make setup file ,that when install setup "resource" folder it's files become created in install folder ? database sqlexpress database file should do?it's folder app_data in ..\bin\debug path.thanks in advance.

if going creating more 1 setup recommend looking wix toolkit. xml based toolkit let create msi's amazing amount of customization. placing folders need need them no problem @ all. think might looking for. link included has link great tutorial started.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -