A
Alex Clark
Hi MS,
I've created a simple .exe which targets .NET 3.5 SP1. Then created a Setup
project for it. In that setup project, I made sure it was aware that there
was a dependency on .NET 3.5 SP1, and set the flag to "download all from
component vendors' website".
A few strange things are happening though. Firstly, despite telling it to
"download all components", it's still generating folders beside the
"setup.exe" and "myapp.msi" files for "\DotNetFX35SP1" and
"\WindowsInstaller3_1", which appear to contain all of the setup files for
these components.
Secondly, if I just copy over the MSI file to a test machine which only has
..NET 3.0 on it (and no versions beyond), it will install fine but it does
NOT download .NET 3.5 SP1. I have checked in Add/Remove programs
afterwards, and can confirm that .NET 3.5 is not in the list.
Is there some reason for this behaviour?
Kind Regards,
Alex
I've created a simple .exe which targets .NET 3.5 SP1. Then created a Setup
project for it. In that setup project, I made sure it was aware that there
was a dependency on .NET 3.5 SP1, and set the flag to "download all from
component vendors' website".
A few strange things are happening though. Firstly, despite telling it to
"download all components", it's still generating folders beside the
"setup.exe" and "myapp.msi" files for "\DotNetFX35SP1" and
"\WindowsInstaller3_1", which appear to contain all of the setup files for
these components.
Secondly, if I just copy over the MSI file to a test machine which only has
..NET 3.0 on it (and no versions beyond), it will install fine but it does
NOT download .NET 3.5 SP1. I have checked in Add/Remove programs
afterwards, and can confirm that .NET 3.5 is not in the list.
Is there some reason for this behaviour?
Kind Regards,
Alex