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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -