문제

I can't figure out, if there is a way to build a wixout and a msi in the same build process. I gave my visual Studio linker (light.exe) additional parameters: -xo -out bin\Release\SdwClientSetup.wixout -bf

By using

-xo

no msi File will be created. Is there a way to create both (msi and wixout) in one build process?

Thanks for your answers.

도움이 되었습니까?

해결책

The toolset diagram shows that light takes a .wixout as an input.

If you first produce the .wixout, you can add a step to call light to link it into an .msi.

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