Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

msbuild - What are the options to build an installer on a build-server without Visual Studio -


it seems it's still not possible build .vdproj on build-server without having visual studio installed. however, using wix seems lot more complicated.

are there other options following task:

  • visual studio 2010 solution multiple projects (.csproj)
  • many loose content files (not inside assemblies)
  • installer must built on build-server without visual studio on (devenv.exe / devenv.com)
  • installer must create registry keys
  • installer must associate file extensions installed product
  • installer must support upgrades (version upgrades)
  • installer should able register com components
  • installer should able pre-jit assemblies

my goal is:

  • effort maintain installer low
    • minimal changes if new project (assembly) added solution
    • ideal: no changes if new content files added of projects

maybe did not point wix, including project output (like in .vdproj) seems complicated.

any suggestions appreciated!

ok decided go wix. found out using votive it's possible include project output in .vdproj (binaries, content, symbols , source code).

if run more complicated situations isn't sufficient, fall kind of harvester (heat, paraffin).

see more links in comments below (too little reputation post more 1 link in post).


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -