I've followed the directions on the wiki for setting up a bootstrapper in my
project file, and it works just fine for my debug build, but for my release
build, there isn't a setup.exe generated. Here are the relevant sections
from my project file, can anyone see anything wrong?

<ItemGroup>
<BootstrapperFile Include="Microsoft.Net.Framework.3.0">
  <ProductName>.NET Framework 3.0</ProductName>
</BootstrapperFile>
<BootstrapperFile Include="Microsoft.Windows.Installer.3.1">
  <ProductName>Windows Installer 3.1</ProductName>
</BootstrapperFile>
<BootstrapperFile Include="Microsoft.IMAPI.2">
  <ProductName>Microsoft IMAPIv2</ProductName>
</BootstrapperFile>
</ItemGroup>

<Target Name="AfterBuild">

  <GenerateBootstrapper ApplicationFile="$(TargetFileName)" ApplicationName=
"MyApp $(Version)" BootstrapperItems="@(BootstrapperFile)"
ComponentsLocation="Relative" CopyComponents="True" OutputPath="
$(OutputPath)" Path="$(ProjectDir)..\Bootstrap" />

</Target>


Thanks

slide

-- 
slide-o-blog
http://slide-o-blog.blogspot.com/
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to