user2560564
user2560564

Reputation: 11

Generating .wxs file via MSDeploy package issue and WiX installer

I have an ASP.NET application and a Wix installer for it.In Wix project I referenced to web project. I need to create .wxs file which contains web application files from Deploy Package. I followed this steps http://www.paraesthesia.com/archive/2010/07/30/how-to-consume-msdeploy-staged-web-site-output-in-a.aspx , but it doesn't works for me. The package successfully created, but .wxs file doesn't.

Upvotes: 1

Views: 577

Answers (1)

Alon Amsalem
Alon Amsalem

Reputation: 306

Make sure the .wxs files are included in the wix project. I usually create empty files and include them in the wix project then the harvest tool overwrites them.

Upvotes: 0

Related Questions