Hi,

                We are able to install Bootstrapper of .NET Framework
3.5. but WIX is not creating Bootstrapper for 3.5 SP1. Generally,
Framework 3.5 SP1 package should be located at C:\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\ on hard dirve.
It is not there for 3.5SP1 but package is there for  Framework 3.5. Even
We have downloaded full version of Framework 3.5 SP1 and installed. But
any how it is not creating in Framework 3.5 SP1 folder under C:\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\.

Find following code, we have written for Framework 3.5 bootstrapper,.

<ItemGroup>

    <BootstrapperFile Include="Microsoft.Net.Framework.3.5">

      <ProductName>.NET Framework 3.5</ProductName>

    </BootstrapperFile>

    <BootstrapperFile Include="Microsoft.Windows.Installer.3.1">

      <ProductName>Windows Installer 3.1</ProductName>

    </BootstrapperFile>

  </ItemGroup>

   <Target Name="Bootstrapper" Inputs="$(OutDir)$(TargetFileName)"
Outputs="$(OutDir)\Setup.exe" Condition=" '$(OutputType)'=='package' ">

    <GenerateBootstrapper ApplicationFile="$(TargetFileName)"
ApplicationName="Streamline Installer"
BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="Relative"
CopyComponents="True" OutputPath="$(OutputPath)" Path="C:\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\" />

  </Target>

  <Import
Project="$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets" />

  <PropertyGroup>

    <BuildDependsOn>$(BuildDependsOn);Bootstrapper</BuildDependsOn>

  </PropertyGroup>

  From net, I came to know that Include id for Framework 3.5SP1 is
Microsoft.Net.Framework.3.5.SP1 instead of Microsoft.Net.Framework.3.5.
We have tried this also but there should be package on this name in
Bootstrapper folder.

  It would be great if you have any idea on same. Also I would like to
know where we can provide downloadable link for SP1.

Regards,

Jagdish Sakhiya

 


"Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment."
www.cybage.com 


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to