c# - Creating an installer with WPF forms, packaged files and custom setup actions -
i'm trying create way of deploying set of tools (which add-ins 3rd party software) users. i following: user enters serial dlls in directory structure extracted program files a file copied location in programdata (this registers add-ins 3rd party application) online activation software performed can point me right direction this? had @ deployment projects in visual studio i'm not sure if i'm after. main problem ugly, have nice wpf installer, , have more custom experience. guess can traded off if going make things easier. i thinking, make own c# project extracts files, have no idea how package them , extract them part of 1 download (like msi files deployment projects create). can point me in right direction? the thing having wpf installer users need appropriate version of .net installed install application. may fine if using .net 3.0 , software requires windows vista or greater. if use .net 3.5 or 4.0 stating .net requirement may not enough. do if u...