Newbie question- deployment dependencies

ridhwaans

Active member
Joined
Jun 1, 2012
Messages
34
Programming Experience
3-5
In my vb setup and deployment project, I've got a bunch of required dll files (dependencies). After I've installed the application, these dll files show up as application extensions (along with the .exe, an .ico file, and xml configuration file). How do I make vb install only the executable in the install directory, and install the .dll files in the global assembly cache, and xml config file suppose in local AppData?
 
Back
Top