Visual C# 2008 Express deployment
Posted
by Carlo
on Stack Overflow
See other posts from Stack Overflow
or by Carlo
Published on 2009-08-07T08:17:37Z
Indexed on
2010/03/27
10:03 UTC
Read the original article
Hit count: 466
setup-deployment
Hello, is there any way I can add some files in the deployment process so they get copied in the installation? I need an xml file that has some data that the application needs, I tried every option in the build action for the file but nothing works, the application always crashes after the installation. Also, I'd like the program to be installed under the Program Files directory. The folder where VS Express installs it it's weird some C:\Users\Carlo\Temp\Applications\weirdnumbers9231FFC231\ directory, and I don't want that either.
Thanks in advance!
© Stack Overflow or respective owner