c# - How to make generic installation for my program -
how make generic installation c# program, work on win xp, win 7 32bit , win 7 64bit ?
i need related components (like framework... crystal reports...mdac....) include , install program os missing
thanks in advance
what version of visual studio using? matters, because if you're using express, you're going need 3rd party tool if you're using professional or higher, can create setup project described here:
http://support.microsoft.com/kb/307353
if weren't worried required components, of course, xcopy deployment, since need prerequisites included install, need use tool setup project 9which creates msi file) or using third party tool installshield.
Comments
Post a Comment