I think this is actually a bug in light.  I believe that in some cases, light 
will leave behind the MSI even if it failed.  If you provide a set of repro 
steps in a bug that would be very helpful.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vishvas
Sent: Thursday, June 07, 2007 4:37 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] LinkMSI task is failing still a Partial MSI is getting 
created


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

-------------------------------------------------------------------------
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