473,406 Members | 2,713 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,406 software developers and data experts.

VB Express vs. ????

Can anyone tell me the catch in VB.NET 2005. I've been trying to figure it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.
Jun 20 '06 #1
6 1147

"Alan Gillott" <ag******@sunglobal.com> wrote in message
news:ej**************@TK2MSFTNGP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.

There's no mystery. The features of the various editions are compared here:

http://msdn.microsoft.com/vstudio/products/compare/

You decide which features you need.
Jun 20 '06 #2
As a "regular" setup is a separate project, you have the option of creating
different types of setups. The trick is VB.NET Express, which is rather
limited. It is better to pick up one of the other SKUs when you are trying
to get to this level of flexibility. Anything can be done in Express, but
the pain level is higher.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
"Alan Gillott" <ag******@sunglobal.com> wrote in message
news:ej**************@TK2MSFTNGP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.

Jun 20 '06 #3
Thank you, but I've been here and am still left tryiong to understand what:

a) ClickOnce really means?
b) Simplified menu options and defaults?

All I understand is that they mean I can't do something! Unfortunately the
table doesn't tell me what I can't do? What do I lose by using Express? And
there's no pricing so I can't tell whether I shold look at Tools for Office,
say instead?

A

"pvdg42" <pv****@newsgroups.nospam> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...

"Alan Gillott" <ag******@sunglobal.com> wrote in message
news:ej**************@TK2MSFTNGP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure
it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.

There's no mystery. The features of the various editions are compared
here:

http://msdn.microsoft.com/vstudio/products/compare/

You decide which features you need.

Jun 20 '06 #4
Alan Gillott wrote:
there's no pricing so I can't tell whether I shold look at Tools for Office,
say instead?


The Express version is free, so you can try it with no risk and find
out if it meets your needs.

Jun 20 '06 #5
1) ClickOnce is a very simple installation (basically it just add a shortcut
etc). See
http://msdn.microsoft.com/netframewo...e/default.aspx
and the product doc for details...

2) The default layout for menus etc likely show less things (but you can
make things appears if needed) plus what you can't do is not shown ;-)
(profiling, unit testing, source code control etc...)

As the Express Edition is free, unless you have specific needs, my advice
would be just to start with VB 2005 Express and see by yourself what is
available out of the box. You can always upgrade later to another edition if
you finally found you really miss something...

--
Patrice

"Alan Gillott" <ag******@sunglobal.com> a écrit dans le message de news:
OW*************@TK2MSFTNGP04.phx.gbl...
Thank you, but I've been here and am still left tryiong to understand
what:

a) ClickOnce really means?
b) Simplified menu options and defaults?

All I understand is that they mean I can't do something! Unfortunately the
table doesn't tell me what I can't do? What do I lose by using Express?
And there's no pricing so I can't tell whether I shold look at Tools for
Office, say instead?

A

"pvdg42" <pv****@newsgroups.nospam> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...

"Alan Gillott" <ag******@sunglobal.com> wrote in message
news:ej**************@TK2MSFTNGP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure
it
out from the marketing gobbledegook. The biggest catch i can find is the
reference to one click deployment (as meaningless a phrase as i can
think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.

There's no mystery. The features of the various editions are compared
here:

http://msdn.microsoft.com/vstudio/products/compare/

You decide which features you need.


Jun 20 '06 #6
No, click once is more than just a shortcut.

If you want to deploy an application, but don't want to work within the many
"issues" and slowness revolving around web server based code (HTML, etc.)
AND your target audience is Windows OS based, then "click once" is they way
to go. You provide the link on a basic HTML page, user clicks it, the
application either runs (if already installed on client PC) or installs to
the client PC (there are many install options available). You get to use
Windows Forms rather than the aweful and horrendous HTML approach (ASPX or
otherwise). The downside is that any non-Windows OS client PC's can't run
the app. Since these are Windows forms apps (or Windows services) you can
deploy them in the traditional sense also (win/win). Click once apps also
scale VERY well to PDA, Phones, etc.

IMHO, I believe Click Once apps will become the preferred method of
deployment of applications and the web side will return to a more simple (as
it was intended) and very minimal set of HTML. Since Mac owners can now run
WindowsXP in their new Intel based boxes Click once apps are not an issue
for them either, that leaves a small Linux audience and/or other OS group
(>1%). This should open the door for much improved web deployed
applications and much more powerful applications than the current crop of
tiny font, virus infected, spyware/spam/advertisement sites that current
infest the web and consume all the bandwidth. And you can avoid the IE
client completely!!! SSL not required, WC3 can go to hell, and all the
other web money making schemes.

Microsoft have done good here, I hope they expand on it. But I also hope
for SP1 for VS 2005 any day now????

Rob.

"Patrice" <sc****@chez.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
1) ClickOnce is a very simple installation (basically it just add a
shortcut etc). See
http://msdn.microsoft.com/netframewo...e/default.aspx
and the product doc for details...

2) The default layout for menus etc likely show less things (but you can
make things appears if needed) plus what you can't do is not shown ;-)
(profiling, unit testing, source code control etc...)

As the Express Edition is free, unless you have specific needs, my advice
would be just to start with VB 2005 Express and see by yourself what is
available out of the box. You can always upgrade later to another edition
if you finally found you really miss something...

--
Patrice

"Alan Gillott" <ag******@sunglobal.com> a écrit dans le message de news:
OW*************@TK2MSFTNGP04.phx.gbl...
Thank you, but I've been here and am still left tryiong to understand
what:

a) ClickOnce really means?
b) Simplified menu options and defaults?

All I understand is that they mean I can't do something! Unfortunately
the table doesn't tell me what I can't do? What do I lose by using
Express? And there's no pricing so I can't tell whether I shold look at
Tools for Office, say instead?

A

"pvdg42" <pv****@newsgroups.nospam> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...

"Alan Gillott" <ag******@sunglobal.com> wrote in message
news:ej**************@TK2MSFTNGP03.phx.gbl...
Can anyone tell me the catch in VB.NET 2005. I've been trying to figure
it
out from the marketing gobbledegook. The biggest catch i can find is
the
reference to one click deployment (as meaningless a phrase as i can
think
of). does that mean i can't create a regular setup deployment?
rules it, and the expense of an upgrade right out if that's the case.
There's no mystery. The features of the various editions are compared
here:

http://msdn.microsoft.com/vstudio/products/compare/

You decide which features you need.



Jun 20 '06 #7

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

Similar topics

1
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005...
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
13
by: Miro | last post by:
Ok I have been slowely - and ever so slowely teaching myself VB.net Currently I have created an MDB file by code, and added fields to the MDB file by code. I like this solution because, ( im...
11
by: HC | last post by:
I posted this in one of the VB forums but I'm starting to think it might be more appropriate to have it here, since it really seems to be a SQL server (MSDE/Express 2005) problem: Hey, all, I...
3
by: Steve | last post by:
Hi All I downloaded Sql server 2005 express SP2 and attempted to modify the Bootstrapper package files as I did with SP1 When i try to install SQL server as part of my VS 2005 deployment app I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.