.net - Editing file with wix tool -
i want create setup file wix toolset. generating solution using heat tool on directory. problem arises when want edit web.config file solution.
i error when compiling.
severity code description project file line suppression state error ice30: target file 'jn9q_isq.con|web.config' installed in '[targetdir]\inetpub\vtimeengineapi\' 2 different components on lfn system: 'installwebconfigte' , 'cmpa228938071cae6ff139c38d6724f819b'. breaks component reference counting. vtimemainsetup c:\tsvtime\newtimeapisetup\features\vtimeenginefeature.wxs 40
this code getting , editing file:
<componentgroupref id="file.generated"/> <component id="installwebconfigte" guid="*"> <file id="webconfigte" name="web.config" source="sourcedir\web.config" vital="yes" keypath="yes" /> <util:xmlfile id="webconfigsetdbtypete" action="setvalue" permanent="yes" file="[#webconfigte]" elementpath="/configuration/configuration/database/add[\[]@key='serverkind'[\]]" name="value" value="[database_type]" /> </component>
perhaps can try suggestion found in answer (just first 1 found made sort of sense): wix ice30 error directory correct.
your wix source extract small tell whether can issue or not. open compiled msi in orca verify if problem exists in directory table.
do install multiple versions of web.config chance? if so, perhaps try read answer (read answers): how manage files same name in wix?
Comments
Post a Comment