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