how to do the custom deployment of c# .net windows applications project ?
-
hi , how to do the custom deployment of vb.net windows applications project . for example after completing deployment project application , when we install .exe file i want to show two options .custom install .typical install after when i click custom install it should be showing modules but i cont see modules how to add modules in custom installation . please send me step by step how to custom install deployment of c#.net windows application.
-
hi , how to do the custom deployment of vb.net windows applications project . for example after completing deployment project application , when we install .exe file i want to show two options .custom install .typical install after when i click custom install it should be showing modules but i cont see modules how to add modules in custom installation . please send me step by step how to custom install deployment of c#.net windows application.
Seems that you have to create a Setup Project in VS. http://msdn.microsoft.com/en-us/library/ms228283.aspx[^] Calin
-
Seems that you have to create a Setup Project in VS. http://msdn.microsoft.com/en-us/library/ms228283.aspx[^] Calin
thanks for giving url , its very usefull:thumbsup:
-
thanks for giving url , its very usefull:thumbsup:
Good luck! Calin