473,597 Members | 2,341 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Installation of Visual Basic .NET

I have an unusual situation in my facility. I need to install Visual Basic
..NET onto a user's system, however per corporate policy, we cannot install
the IIS services or FrontPage Extensions onto the computer. Because of this,
we're unable to install the software currently. What we need to be able to
do is install Visual Basic .NET without having the IIS services installed.
If anyone knows how this can be accomplished, I would greatly appreciate it.
Nov 21 '05 #1
8 1111
Since VS.NET is supported on Windows XP Personal Edition, which does not
include IIS, then you don´t need IIS. You will get a warning about not been
able to develop Web apps, but you can skip it. About Frontpage Extensions, I
am not sure if they are required (even if you don´t plan to use Web apps) or
if you can skip then in the Prerequisites phase.

--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Raymond Lang" <Raymond La**@discussion s.microsoft.com> escribió en el
mensaje news:1E******** *************** ***********@mic rosoft.com...
I have an unusual situation in my facility. I need to install Visual Basic
.NET onto a user's system, however per corporate policy, we cannot install
the IIS services or FrontPage Extensions onto the computer. Because of
this,
we're unable to install the software currently. What we need to be able
to
do is install Visual Basic .NET without having the IIS services installed.
If anyone knows how this can be accomplished, I would greatly appreciate
it.

Nov 21 '05 #2
"Raymond Lang" <Raymond La**@discussion s.microsoft.com> wrote in message
news:1E******** *************** ***********@mic rosoft.com...
I need to install Visual Basic .NET onto a user's system


It is the case, in your facility, that

"user" = "Visual Studio Developer"

If /not/, why do you feel the need to install Visual Studio, a very
powerful (and expensive) piece of software, onto a "user"s machine?

If your "users" /are/ Developers, however, then I would suggest you
are doing them a great /disservice/ by preventing them from using IIS
on their local machines - how would(?) you expect them to develop
web-based (i.e. ASP.Net) applications?

Regards,
Phill W.
Nov 21 '05 #3


"Phill. W" wrote:
It is the case, in your facility, that

"user" = "Visual Studio Developer"
Actually, in this case "user" does not equal "Visual Studio Developer". The
user is requiring only Visual Basic .NET for developing tools that are used
by others in the handling of large technical orders. There's no web
developing being done.
If /not/, why do you feel the need to install Visual Studio, a very
powerful (and expensive) piece of software, onto a "user"s machine?

If your "users" /are/ Developers, however, then I would suggest you
are doing them a great /disservice/ by preventing them from using IIS
on their local machines - how would(?) you expect them to develop
web-based (i.e. ASP.Net) applications?


This might be true if company policy forbids having any software that would
allow the machine to work as a server. This would include IIS, as IIS would
make the machine a web server and not a workstation. Our networking folks
will identify the machine as having IIS loaded during routine system scans
and will remove it from the network until the software has been uninstalled.

Anyone who would develop ASP.Net applications usually are doing so on
systems that are not on the production network.

-Raymond Lang
Nov 21 '05 #4
"Carlos J. Quintero [.NET MVP]" wrote:
Since VS.NET is supported on Windows XP Personal Edition, which does not
include IIS, then you don´t need IIS. You will get a warning about not been
able to develop Web apps, but you can skip it. About Frontpage Extensions, I
am not sure if they are required (even if you don´t plan to use Web apps) or
if you can skip then in the Prerequisites phase.


Unfortunately, the only version that is on any systems here is Windows XP
Professional SP2. So the software won't progress past the prerequisite
state, and since we can't install IIS per policy, we end up at a dead end for
the moment.

-Raymond Lang

Nov 21 '05 #5
Raymond Lang wrote:
I have an unusual situation in my facility. I need to install Visual Basic
..NET onto a user's system, however per corporate policy, we cannot install
the IIS services or FrontPage Extensions onto the computer. Because of this,
we're unable to install the software currently. What we need to be able to
do is install Visual Basic .NET without having the IIS services installed.
If anyone knows how this can be accomplished, I would greatly appreciate it.


Just install IIS, install VS and then remove IIS afterwards.
--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.
Nov 21 '05 #6
Raymond Lang wrote:
I have an unusual situation in my facility. I need to install Visual Basic
..NET onto a user's system, however per corporate policy, we cannot install
the IIS services or FrontPage Extensions onto the computer. Because of this,
we're unable to install the software currently. What we need to be able to
do is install Visual Basic .NET without having the IIS services installed.
If anyone knows how this can be accomplished, I would greatly appreciate it.


Just install IIS, install VS and then remove IIS afterwards.

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.
Nov 21 '05 #7
I have Windows Professional, SP2 and installed VS.Net without IIS being
installed. I did get a warning that I couldn't use Web Forms and also I
believe a warning that I would have to uninstall something if I decided later
to install IIs
--
Dennis in Houston
"Raymond Lang" wrote:
I have an unusual situation in my facility. I need to install Visual Basic
.NET onto a user's system, however per corporate policy, we cannot install
the IIS services or FrontPage Extensions onto the computer. Because of this,
we're unable to install the software currently. What we need to be able to
do is install Visual Basic .NET without having the IIS services installed.
If anyone knows how this can be accomplished, I would greatly appreciate it.

Nov 21 '05 #8
"Raymond Lang" <Ra*********@di scussions.micro soft.com> wrote in message
news:70******** *************** ***********@mic rosoft.com...
"Phill. W" wrote:
It is the case, in your facility, that
"user" = "Visual Studio Developer"
Actually, in this case "user" does not equal "Visual Studio Developer".

.. . . There's no web developing being done.
Fair enough.
This might be true if company policy forbids having any software
that would allow the machine to work as a server. This would
include IIS, as IIS would make the machine a web server and not
a workstation.
These days, if you follow Our Friends in Redmond's way of "thinking",
there's little difference any more. It /is/ relatively simple to configure
IIS to /refuse/ any incoming request that originates "off" the same,
physical machine.
Our networking folks will identify the machine as having IIS loaded
during routine system scans and will remove it from the network
until the software has been uninstalled.


Presuambly, they view this as a potential security risk, but I would still
say their approach is a tad Draconian - who do you work for, again?
Just so's I can avoid them ... ;-)

Regards,
Phill W.
Nov 21 '05 #9

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

Similar topics

1
1180
by: Agent 007 | last post by:
I tried to install Visual Basic .NET 2003 on Windows XP home edition. The Pre Requires CD works fine, and then I clicked the option 2, which is to start the installation of the software, but nothing happens, it just closes the window.
2
1585
by: SL33PY | last post by:
Hi, I'm currently working on an application written in Visual Basic .NET. I want to create some User Controls in order to add some specific functionality to the application. While reading on msdn I found out that there is a kind of project that you need to create in order to be able to make custom controls and it's called "Windows Control Library project".
5
1093
by: Joe Delphi | last post by:
Hi, I purchased the ASP.NET Programming with Visual Basic .NET book from Microsoft Press by G. Andrew Duthie. It comes with a companion CD-ROM that contains examples. I am unable to open any of the projects from the CD-ROM inside the IDE. I keep getting a message that says that I need to re-run the .NET installation and this time - install the web components. I have attempted to re-run the installation, but the installation does...
1
1391
by: Orwell | last post by:
Hi -- I'm writing an installation program to deploy a VB.NET application. I've created a setup project, associated it as part of the solution, and everything works great. My question is this -- I'm including a PDF file as documentation. I have no problem installing the file, but I want to make sure that the Adobe Acrobat Reader is installed and, if not, launch the installer to install the product. I can easily search for the...
4
7354
by: Scott Glasgow | last post by:
I have the Microsoft Visual Basic .NET Deluxe Learning Edition from Microsoft and am trying to reinstall it after a hardware system crash requiring complete reformat/reinstall of Windows XP Pro and SP2. The first time I installed on this machine under my previous OS installation, it quite happily installed on my development drive. Now, however, when I get to the Options page, the installation location dropdown is grayed out and I cannot...
0
1176
by: rajamohamed05 | last post by:
In this shield used to create setup file for our project and install to anywhere. In Installation shield support visual basic 6.0,.Net(windows application),Java(awt and swing application). This installation shield in build contain Visual basic runtime file so we no need to have visual basic 6.0 on the client machine. And shield in build conatin Java runtime environment JRE1.5 so we no need to have java on the client machine and support...
0
1093
by: rajamohamed05 | last post by:
In this shield used to create setup file for our project and install to anywhere. In Installation shield support visual basic 6.0,.Net(windows application),Java(awt and swing application). This installation shield in build contain Visual basic runtime file so we no need to have visual basic 6.0 on the client machine. And shield in build conatin Java runtime environment JRE1.5 so we no need to have java on the client machine and support...
0
1616
by: =?Utf-8?B?TWlyYW5v?= | last post by:
I tried it several times, setup disk is not damaged, everything is fine, but it always fails with the error below after completing like 75% of the installation. Then I saw other posts, and figured out others are experiencing the same issue, so this is not something only with me. Please let me know what I need to do to install it finally. Thanks. Windows Mobile 5.0 SDK R2 for Smartphone: Error: Installation failed for component...
4
1946
by: =?Utf-8?B?VG9tIE5vd2Fr?= | last post by:
I have a full version of Visual Basic 6 and upgrade versions of Visual Studio 2002, 2003, and 2005. What is the easiest way to do the install? I know in the past, I have done Visual Basic 6, then the 2002 upgrade, then the 2003 upgrade, then the 2005 upgrade. Do I have to perform all of these steps ?
0
7971
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7893
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8276
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8259
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6698
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5847
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3889
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2408
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1495
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.