For general WiX toolset usage questions, please use the 
wix-us...@lists.sourceforge.net mailing list.

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-----Original Message-----
From: Mrugesh Patel [mailto:mrugesh.pa...@tatvasoft.com] 
Sent: Friday, August 22, 2014 1:56 AM
To: wix-devs@lists.sourceforge.net
Subject: [WiX-devs] Bootstrapper not show installed prerequisites (LocalDB) MSI 
in Program and Features

Hello,

When i create setup with prerequisites, it install all successfully. But when 
it install msi which is not display in Program and Features.

I install LocalDB using burn. MSIPackage code is below.

<MsiPackage
          Id="SQLServerLocalDBx86"
          DisplayName="SQL Server LocalDB X86"
          Cache="yes"
          Compressed="yes"
          ForcePerMachine="yes"
          Permanent="yes"
          Vital="yes"
          SourceFile="$(var.ProjectDir)\LocalDB\x86\SQLLOCALDB.MSI"
          DisplayInternalUI="yes"
          InstallCondition="VersionNT>=v6.0 AND NOT VersionNT64" 
          After="FrameworkUpdate">
        <MsiProperty Name="ALLUSERS" Value="1"/>
        <MsiProperty Name="IACCEPTSQLLOCALDBLICENSETERMS" Value="YES"/>
      </MsiPackage> 

Thanks,




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-not-show-installed-prerequisites-LocalDB-MSI-in-Program-and-Features-tp7596467.html
Sent from the wix-devs mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to