How can i install .net 3.5 setup project without .net frameowrk 3.5?
-
Hi Experts, I have developed a c#.Net 3.5 windows Application, i created a setup project and everything fine. when am going to install that setup engine in a machine where there is no .net framework 3.5 it is asking to install .net framework 3.5. without .net framework 3.5 how can i install my setup project? please reply me. Thanks In Advance
-
Hi Experts, I have developed a c#.Net 3.5 windows Application, i created a setup project and everything fine. when am going to install that setup engine in a machine where there is no .net framework 3.5 it is asking to install .net framework 3.5. without .net framework 3.5 how can i install my setup project? please reply me. Thanks In Advance
How can your application run without the .NET Framework? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
How can your application run without the .NET Framework? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]i want to install my .msi file in my client machine where there is no .net framework how can i?
-
i want to install my .msi file in my client machine where there is no .net framework how can i?
By adding the .NET 3.5 redistributable as a required element in your installer.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
By adding the .NET 3.5 redistributable as a required element in your installer.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
led mike wrote:
Have you been reading the documentation again!
:laugh: Nope. I'm just making it up as I go along.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
led mike wrote:
Have you been reading the documentation again!
:laugh: Nope. I'm just making it up as I go along.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
led mike wrote:
IT'S FRIDAY
W00T! :jig: :beer:
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Hi Experts, I have developed a c#.Net 3.5 windows Application, i created a setup project and everything fine. when am going to install that setup engine in a machine where there is no .net framework 3.5 it is asking to install .net framework 3.5. without .net framework 3.5 how can i install my setup project? please reply me. Thanks In Advance
Without .NET Framework, there is no program made using .NET technologies can run. So, any .NET program requires .NET Framewrok to be installed where it will run. But if you have developed a program using .NET Framework 3.5 without using .NET Framework 3.5 features, then you can use that program in .NET Framework 2.0. But while creating the setup package, you need to mention for which .NET Framework, the program will run.
Either you love IT or leave IT...