Hey Mary,
I followed the instructions at http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm2.3.1.1 Enable Samesite for the .NET Framework 3.5 SP1 bootstrapper package
Update the Package Data
I pasted the following into the < PackageFiles > element:
<PackageFiles CopyAllPackageFiles="IfNotHomeSite">
< PackageFile Name="TOOLS\clwireg.exe" />
< PackageFile Name="TOOLS\clwireg_x64.exe" />
< PackageFile Name="TOOLS\clwireg_ia64.exe" />
<PackageFile Name="dotNetFX20\aspnet.msp" PublicKey="3082010A0..........
.....
.....
</PackageFiles>
and modified the 2 PublicKey values.
Download and Extract the Core Installation Files
The folder structureI gotresembles the following:
o DotNetFx35SP1 (folder)
- dotNetFX20 (folder)
- dotNetFX30 (folder)
- dotNetFX35 (folder)
- dotNetMSP (folder)
- en
- dotNetFx35setup.exe (file)
-
product.xml
Icouldn't generate the "TOOL" folder with the 3 exe (clwireg.exe, clwireg_x64.exe and clwireg_ia64.exe). When I select the .net framework 3.5 SP1 on the prerequisite box I can see a tiny warning icon meaning that "prerequisite could not be found for bootstrapping"
When I try to publish my application I get the following error
Warning1Item 'Microsoft.Net.Framework.3.5.SP1' could not be located in 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\'.
Did I miss something? Where can I get clwireg.exe, clwireg_x64.exe and clwireg_ia64.exe?
Thanks for your post
Charly