HI all,

I am facing a strange problem.I am using LinkMsi (light) task to link
.wixobj file to create a .msi file.
below is our Wix.LinkMsi task:

<Wix.LinkMsi 
      
SourceFiles="$(SolutionRoot)\InstallerMSI\obj\Release\abc.wixobj;C:\Program
Files\Windows Installer XML\bin\sca.wixlib;C:\Program Files\Windows
Installer XML\bin\wixca.wixlib"
       OutputFile="$(DropLocation)\Release\abc.msi" 
       WixPath="C:\Program Files\Windows Installer XML\bin" 
       BasePath="$(SolutionRoot)\Source\Installer" 
       InformationLevel="1"
       WarningLevel="2" 
       TreatWarningsAsErrors="true" 
       KeepTemporaryFiles="false" />

But eventhough LinkMsi taks is failing, .msi file is getting generated which
is a wrong MSI. How can i prevent LinkMsi task from generating .msi file in
case of failure.


Or is it a bug in LinkMsi Task ? 
-- 
View this message in context: 
http://www.nabble.com/LinkMSI-task-is-failing-still-a-Partial-MSI-is-getting-created-tf3883352.html#a11006362
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to