Deploy .net winforms application in client machine plus database sql server 2005?
i have .net 3.5 application developed and this application use sql server 2005 database so i want to make easy deployment for this application in simple way that all users can install it so i will add deployment project the problem is there is 3 prerequisites as follow 1 - .net fra开发者_如何学Cmework 2.0 its sql server prerequisite 2 -.net framework 3.5 my app use it ( i am asking also if i put target .net in my project when building to .net 2.0 this will be not needed ?? ) 3 - sql express 2005
if i add all of them as prerequisites and install from the same location my app installed then the problem is just 32 bit from .net 2.0 and sql server will be added what if client have 64 bit os want to install it ???
with respect
thanks in advance
Add all the packages you need to the msi file. or deploy them in the same folder as the package. To target two enviroments, you need to differents exes and two differents packages. Win 7 has the framework 2.0. I can't be sure about XP (I think so, but just in case, just send it. you can't be never sure about it).
精彩评论