*Experts* DiverDan Posted April 12, 2003 *Experts* Posted April 12, 2003 I think this question has already been covered in a past thread, but I can't find it, so please pardon the repetition. I'm going back to my "regular" setup program and abandoning VB.Net's. After building the release .exe, beside any additional files supporting your program, what files should be included. Are .dlls necessary or are they already wrapped in the .exe? Are the resourse files necessary or are they also included in the .exe? Thanks Quote Member, in good standing, of the elite fraternity of mentally challenged programmers. Dolphins Software
Leaders Squirm Posted April 13, 2003 Leaders Posted April 13, 2003 Resource files are included in the exe, DLL files are not. However, you only need to package DLLs which are not part of the framework. Quote Search the forums | Still IRCing | Be nice
rnm89 Posted April 13, 2003 Posted April 13, 2003 Good Question I was wondering the same thing. I am not using the VB.net for deployment. I will use my own setup program. Thanks Quote
*Experts* DiverDan Posted April 13, 2003 Author *Experts* Posted April 13, 2003 Thanks Squirm, I packed some dlls in the setup along with the exe and it all worked fantastic! Thanks again Dan Quote Member, in good standing, of the elite fraternity of mentally challenged programmers. Dolphins Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.