.net - How to effectively use a Visual studio installer for building installations for application? -


i using visual studio installer application. when rebuild application (for setup project created) need lot of manual work create new installation: in application project set new version of build. in project setup need remove old exe-file , add new one. also, shortcuts should recreated , icons should chosen again. doing wrong? there human way build new installation application.

your deployment project should in same solution app, , can target 'primary output' of app's project rather manually selecting .exe file: each time project built, uses project output, don't need upgrade except change version of deployment project , build solution in configuration set build deployment project.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -