문제

How can I to include all files from source folder and deploy them into a target folder during installation. I have multiple images in a folder and i want all of them to be included in msi automatically rather than including all of them separately using <File> element.

도움이 되었습니까?

해결책

You need to Read about HEAT in the wix installer tutorial, http://wix.tramontana.co.hu/

"%WIX%\bin\heat.exe" dir "$(SolutionDir)bin\Release -out Release.wxs"

this is the type of pre-build event you will need to define in order to harvest a directory.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top