My bootstrapper isn't creating a setup.exe file. Can any one assist?

>From my project file:
 <ItemGroup>
    <BootstrapperFile Include=".NETFramework,Version=v4.0">
      <ProductName>.NET Framework 4.0</ProductName>
    </BootstrapperFile>
    <BootstrapperFile Include="Microsoft.Windows.Installer.3.1">
      <ProductName>Windows Installer 3.1</ProductName>
    </BootstrapperFile>
  </ItemGroup>


<Target Name="AfterBuild">
    <GenerateBootstrapper  ApplicationFile="$(TargetFileName)"
                           ApplicationName="MOSDAL"
                           BootstrapperItems="@(BootstrapperFile)"
                           Path="C:\Program Files (x86)\Microsoft 
SDKs\Windows\v7.0A\Bootstrapper\"
                           ComponentsLocation="Relative"
                           CopyComponents="True"
                           OutputPath="$(OutputPath)"
                           Culture="en-us"
                           />
  </Target>




Bruce Gombrelli
Softare Design Engineer
COMSYS Information Technology
v-bru...@microsoft.com<mailto:v-bru...@microsoft.com>
cell: 425-614-7517

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to