473,657 Members | 2,586 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Installer wants .Net Framework.

I have created a setup program (for my VB.Net solution). I got the
"MyProgram. msi" file which when I copy and run on the other machine where
..Net Framework wasn't installed, it gave me the message that this installer
require .Net Framework to cotinue.

What changes should I make in my setup program so that when it is to be
installed on the machine where .Net framework is not installed it should
install from the Setup program.

Thanks inadvance!
Nov 20 '05 #1
1 1105
* "I_AM_DON_AND_Y OU?" <us**@domain.co m> scripsit:
I have created a setup program (for my VB.Net solution). I got the
"MyProgram. msi" file which when I copy and run on the other machine where
.Net Framework wasn't installed, it gave me the message that this installer
require .Net Framework to cotinue.

What changes should I make in my setup program so that when it is to be
installed on the machine where .Net framework is not installed it should
install from the Setup program.


Framework 1.0:

..NET Framework Deployment Guide
<http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetframedepg uid.asp>

Using Visual Studio .NET to Redistribute the .NET Framework
<http://msdn.microsoft. com/library/en-us/dnnetdep/html/vsredistdeploy. asp>

Framework 1.1:

Redistributing the .NET Framework 1.1
<http://msdn.microsoft. com/library/en-us/dnnetdep/html/redistdeploy1_1 .asp>

..NET Framework 1.1 Deployment Guide
<http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetframedepg uid1_1.asp>

..NET Framework 1.1 Redistributable Prerequisites
<http://msdn.microsoft. com/library/en-us/dnnetdep/html/NETFx1Redistreq 1_1.asp>

..NET Framework Redistributable Package 1.1 Technical Reference
<http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetfxref1_1. asp>

Using Visual Studio .NET 2003 to Redistribute the .NET Framework
<http://msdn.microsoft. com/library/en-us/dnnetdep/html/vsredistdeploy1 _1.asp>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #2

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

Similar topics

5
1547
by: Thomas Miller | last post by:
I am deploying some software. I want the installer (wise, installshield, or whatever you reccommend) to smartly analyze the users computer and look to see if the .net framework is installed. If it is not installed then download framework and when that is done it will install my software. What installer package will do this the best/most easily. Please give me all options. Especially interested in hearing free ways to do this. Thanks,
2
1592
by: Job Lot | last post by:
Can some1 pls help me with this I have recently installed .net framework bootstrapped plug in to include mdac and .net framework in my custom application setup. Now the problem is, MS Windows Installer 1.5 is getting included the package? I was trying to install my app on a computer running Windows 98 and got an error that windows installer information in not included and setup terminated?
1
3787
by: BuddyWork | last post by:
Hello, When a particular user (has administrator rights) on a Windows 2000 Server SP4 tries to run any MSI's we get the message mentioned in the subject. If we logon with another user that has administrator rights then it works, if we create a new administrator user then it does NOT work, Here is the MSI log, please help as this is causing problems as only 3 users on this box are able to run MSI where are about 15 other users
1
1234
by: Erik J Sawyer | last post by:
What's involved in creating a web setup project that installs directly in the root of a site (e.g. inetpub\wwwroot)? The project wizard always wants to create a virtual directory, and I don't want that. Am I stuck having to copy the files manually? Erik J Sawyer
3
2797
by: Robin Tucker | last post by:
Hiya, Just a quick question for you - if I create a Setup project for my VB.NET application, is it possible to configure the setup project to automatically install the .NET runtime if it isn't present on the target machine? I don't want to have to "launch" another installer from within my application installer - I'd rather they were "integrated" into a single installation. Any ideas?
0
1245
by: Daniel Pratt | last post by:
(originally posted to microsoft.public.dotnet.framework) Hi All, I have a Windows Service project that contains an "Installer" class that is used to install and uninstall the service. The installer class (call it MyServiceInstaller) inherits from System.Configuration.Install.Installer, of course. The constructor for MyServiceInstaller configures and adds a ServiceProcessInstaller object and a ServiceInstaller object to the Installers...
10
2526
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. Anyway, I decided to have a go at loading them as web projects from our Win2k3 server. It gets so far and then says "The web server does not appear to have FrontPage server extensions installed".
4
1997
by: Rob R. Ainscough | last post by:
The task is brain dead simple - Uninstall prior Windows Service and Install newer version of Windows Service Background: 1. My Windows Service written in .NET 1.1 and deployed via MSI (Windows Installer) 2. My Windows Service is upgraded to .NET 2.0 with deployment project using MSI (Windows Installer) Upgrade code is the same from the .NET 1.1 version to the .NET 2.0 version
4
1211
by: BRAHM | last post by:
Hi Folks, I am using VB.net 2005 and I have developed a windows forms app. Now I want to be able to redistribute my app. As I could see in prerequisites It is possible only fill out the url to download the framework and I want to put it inside of the installer package because some clients of mine will not have internet access. any idea ?
0
8392
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
8305
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
8823
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...
1
8503
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6163
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
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4151
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
2726
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
2
1607
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.