Hi,
Then is there any other workaround for installing .net 3.5 sp1?

1) Also I added bootstrapper for .net 3.5 but it is not working

I added following code in my .wixproj file

<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="AfterBuild" >
    <GenerateBootstrapper ApplicationFile="$(TargetPath)"
ApplicationName="Bancware ALM" BootstrapperItems="@(BootstrapperFile)"
ComponentsLocation="Relative" CopyComponents="True"
OutputPath="$(OutputPath)" Path="C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Bootstrapper\" />
  </Target>


2)  Also for VC++ redistributable I added following code  however it is
not installing the VC++ redistributable


<DirectoryRef Id="INSTALLDIR">
      <Merge Id="CRT"
          Language="1033"
          src="C:\Program Files\Common Files\Merge
Modules\Microsoft_VC90_CRT_x86.msm"
          DiskId="1" />
      <Merge Id="CRT Policy"
        Language="1033"
        src="C:\Program Files\Common Files\Merge
Modules\Policy_9_0_Microsoft_VC90_CRT_x86.msm"
        DiskId="1" />
    </DirectoryRef>

<Feature Id="DefaultFeature" Level="1">          
        <MergeRef Id="CRT" />
      <MergeRef Id="CRT Policy"/>
</Feature>    
    

I don't know what I am missing in both cases

I am using Wix3.0 in VS2008.

Please help me for this.


Thanks,
Rahul.



-----Original Message-----
From: Rob Mensching [mailto:r...@wixtoolset.org] 
Sent: Thursday, May 28, 2009 9:26 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Bootstrapper of .NET Framework 3.5 SP1

There are many. Unfortunately, nothing that great in the WiX toolset 
yet... ours is coming in WiX v3.5.

rahul.ekb...@sungard.com wrote:
> Hi,
>
> Is there bootstrapper available for .net 3.5 SP1
>
>
>
>
>
> Thanks,
>
> Rahul Ekbote
>
> Senior Software Engineer * SunGard * ALM * Bacware *
>
> SunGard Technology Services (India), Meridian Plaza,
>
> S B Road, Shivajinagar, Pune 411016.
>
> Direct Tel +91-20-25606237 * Main Tel +91-20-30238000 * Fax
> +91-20-25606222 * rahul.ekb...@sungard.com
> <mailto:rahul.ekb...@sos.sungard.com> * www.sungard.com
> <http://www.sungard.com/bancware> /bancware
>
> ____________________________________________________
> P Think before you print
> CONFIDENTIALITY: This e-mail (including any attachments) may contain
> confidential, proprietary and privileged information, and unauthorized
> disclosure or use is prohibited.  If you receive this e-mail in error,
> please notify the sender and delete this e-mail from your system.
>
>
>
>
------------------------------------------------------------------------
------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity
professionals. Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp as they present alongside digital heavyweights like
Barbarian
> Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------
------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals.
Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like
Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to