Wix: I can't use some tags :/
- by Jacek
Hi :)
I want to create installer in Wix. I use 3.5 version integrated with VS2008 Professional.
I need detect MS SQL Server installation (I do it) and eventually install it. I try to use bootstrapper, there is code:
<ItemGroup>
<BootstrapperFileMax Include="Microsoft.Sql.Server.Express.9.2">
<ProductName>SQL Server 2005 Express Edition</ProductName>
</BootstrapperFileMax>
</ItemGroup>
Compiler return me that error:
Error 2:The Product element contains an unexpected child element 'ItemGroup'.
Maybe I need some references? Should I publish all code?
Thanks for all your help.
Jacek