473,395 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Deployment without Framework?

I am thinking of buying a copy of VB, and wanted to make sure I could make
use of it before I spend the money. Is there any way to create an
application that would work without needing the .NET framework? Or an app
that could run without itself being installed? I would like to offer some
small (mostly graphic utility) apps on the 'Net, but if the user requires
the .NET framework the software will be useless, people won't want to
download such a huge system just to run my small application.

Mar 27 '06 #1
8 1931
I believe that anything written in VB.net will require the .Net Framework to
run--version 2.0 for applications written with VB 2005.

Things are not as they used to be. Almost everyone I deal with has a high
speed Internet connection now, so a 22 MB download does not take all that
long. I just went to Microsoft to test how long it took to download, and it
was 45 seconds on my cable connection. I think I have gotten it faster in
the past.
"Stoll" <Noone@home> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
I am thinking of buying a copy of VB, and wanted to make sure I could make
use of it before I spend the money. Is there any way to create an
application that would work without needing the .NET framework? Or an app
that could run without itself being installed? I would like to offer some
small (mostly graphic utility) apps on the 'Net, but if the user requires
the .NET framework the software will be useless, people won't want to
download such a huge system just to run my small application.

Mar 27 '06 #2
Yes it is possible to integrate parts of the CLR into your application.

However you can't do it easily. There are 3rd party tools that will do
it for you and they cost a lot (so I have heard).

The .NET framework is part of windows update and most user's should
have it by now.
If not, when you create your installer, it will provide them a quick
link to downloading it.

I use to have the same beef with needing the CLR. But I think it might
even be packaged in the next OS.

SN

Mar 27 '06 #3

"Stoll" <Noone@home> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
I am thinking of buying a copy of VB, and wanted to make sure I could make
use of it before I spend the money. Is there any way to create an
application that would work without needing the .NET framework?


Only with VB6 AFAIK.

Mar 27 '06 #4
I found this on the very same page as this thread in google groups, a
sponsored link to running .NET apps without .NET (so to speak).
http://www.xenocode.com/

I've seen this question come and go a fair few times to you will no
doubt find some comprehensive discussions on it if you just search.
(Mostly in the C# forum)

SN

Mar 27 '06 #5

"Stoll" <Noone@home> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
I am thinking of buying a copy of VB, and wanted to make sure I could make
use of it before I spend the money. Is there any way to create an
application that would work without needing the .NET framework? Or an app
that could run without itself being installed? I would like to offer some
small (mostly graphic utility) apps on the 'Net, but if the user requires
the .NET framework the software will be useless, people won't want to
download such a huge system just to run my small application.

Many of them will already have it, and if they don't, the download and
install is a one time thing, no matter how many .NET apps they use.
Instead of buying it, why not download a free copy of VB 2005 Express and
see how it goes?

http://msdn.microsoft.com/vstudio/express/vb/
Mar 27 '06 #6
Stoll,

Your conclusion is the same as in the pre Operating System time.

..Net is just an extra layer on that.

If you want to run without OS than use an Assembler language.

Just my thought,

Cor
Mar 27 '06 #7
Hi Stoll,

..NET applications require the .NET Framework run-time (about 20 MB). There
are 3rd party tools that allow you to virtualize that
(http://www.thinstall.com/solutions/net_virtual.php) but maybe they are
overkill for your project.

..NET applications don´t necessarily require a setup. Since no registration
is involved, simple apps can run directly from the .exe.

Finally, something that you need to understand from the sales/downloads
point of view: not everybody has a broadband Internet connection, there are
lots of countries and lots of end users still using dialup connections (with
flat rates, but 56 Kbps dialup connections). Even if everybody had a
broadband connection, most end users don´t know what the heck the .NET
Framework is or what a run-time is. Forcing them to download (or even to
locate) separately the (localized) run-time DLLs for your app, maybe a
reboot, etc. will cause a bad first impression (there is no chance for a
second "first impression"), and it will hurt strongly your download ratio
and your sales ratio. Simply put, end users expect a single setup that runs
fast and smoothly. Period. If you distribute your app in a CD then .NET is a
suitable option for you. If the web is your only distribution medium, then
think twice about your options (VB6 has a much smaller run-time requirement,
for example). The bottom line is that end-users do not have our developer
mindset...

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com

"Stoll" <Noone@home> escribió en el mensaje
news:eh**************@TK2MSFTNGP10.phx.gbl...
I am thinking of buying a copy of VB, and wanted to make sure I could make
use of it before I spend the money. Is there any way to create an
application that would work without needing the .NET framework? Or an app
that could run without itself being installed? I would like to offer some
small (mostly graphic utility) apps on the 'Net, but if the user requires
the .NET framework the software will be useless, people won't want to
download such a huge system just to run my small application.

Mar 27 '06 #8
"Stoll" <Noone@home> schrieb:
Is there any way to create an application that would work without
needing the .NET framework?
Not with VB.NET, C#, C++/CLI, etc. However, you can use classic VC++ to
create applications which do not depend on the .NET Framework.
Or an app that could run without itself being installed?


Only if the .NET Framework is installed on the target machine.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Mar 27 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: DEWright_CA | last post by:
I have a app that I built for a client. I was able to deploy it to a test server without any real issue. I copied the bin folder to my server, copied over the aspx pages and made the virtual...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
3
by: al | last post by:
Hi, Can someone please tell me what is exactly zero deployment in VB.NET. Is it that .NET doesn't need to deal with the registry? If that is the case, then why MS introduced class registry? ...
2
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
1
by: =?Utf-8?B?dmNs?= | last post by:
Short version: IE7 and .NET Framework 2.0 breaks no touch deployment for .NET 1.1 applications. IE6 and .NET Framework 1.1 + 2.0 works fine. IE7 with .NET Framework 1.1 only is fine, once we add...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.