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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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