Yes, and this is what my project file has:

        <ItemGroup>
                <BootstrapperFile Include="Microsoft.Windows.Installer.3.1">
                        <ProductName>Windows Installer 3.1</ProductName>
                </BootstrapperFile>
                <BootstrapperFile Include="Microsoft.Net.Framework.3.5.SP1">
                        <ProductName>.NET Framework 3.5 SP1</ProductName>
                </BootstrapperFile>
        </ItemGroup>
        <!--
        To modify your build process, add your task inside one of the targets 
below
and uncomment it.
        Other similar extension points exist, see Wix.targets.
        <Target Name="BeforeBuild">
        </Target>-->
        <Target Name="Bootstrapper">
                <GenerateBootstrapper
                        ApplicationFile="Client.msi"
                        ApplicationName="My Client"
                        BootstrapperItems="@(BootstrapperFile)"
                        OutputPath="$(OutputPath)"
                        Culture="en-US"
                        CopyComponents="true"
                        ComponentsLocation="HomeSite"
                        Path="$(BootstrapperPath)" />
        </Target>

Is that correct?
-- 
View this message in context: 
http://n2.nabble.com/Adding-a-Net-3-5-web-install-prerequisite-tp4844325p4854040.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to