2017-04-20 98 views
0

C:\ Subrata System \ Projects \ DemoWebsite \ DemoWebsite.Demo \ setup.build(55,5):error MSB3073:命令「heat dir。 \ SETUP \發佈\ -dr INSTALLFOLDER -ke -srd 〜CG MyWebWebComponents -var var.publishDir -GG退房手續WebSiteContent.wxs」退出 代碼爲9009。錯誤MSB3073:命令「heat dir ..」退出,代碼爲9009

+1

的可能的複製[MSB3073「命令」,代碼9009退出(http://stackoverflow.com/questions/22730003/msb3073-command-exited -with碼-9009) – gile

回答

0

有時WiX的工具集並不能直接訪問。 請給heat.exe 喜歡的完整路徑:

Command='"C:\Program Files (x86)\WiX Toolset v3.11\bin\heat.exe" dir $(Publish) -dr INSTALLFOLDER -ke -srd -cg MyWebWebComponents -var var.publishDir -gg -out $(WebSiteContentCode) -t "HeatTransform.xslt"' 
相關問題