[2005] Install To Include .Net Framework 2?
Jan 23, 2009I have created a setup project for my application and was wondering how I include the .net framework 2 install file?
View 8 RepliesI have created a setup project for my application and was wondering how I include the .net framework 2 install file?
View 8 RepliesWhile trying to install my application, when system tries to install .Net Framework, it gives an error.Is there any source where I could download uninstalled .Net Framework 3.0 and provide my clients with application?
View 1 RepliesI have a VB.NET Windows Form application which uses DAO, no plans to upgrade it to ADO.NET. Created a Deployment Project to generate the installation.
Tried to install on a clean Windows XP SP1 computer: it worked right away (it installed .NET Framework first, rebooted and resumed my application setup).
Then... as it always happens, the CD goes to the user and... error! After checking everything, I discovered the user didn't have DAO360.DLL registered in his machine.
Is there anyway I can check/fix it during installation? DAO360.DLL is already in the Detected Dependencies of my deployment project, but it was not registered in user's computer. Like in my own installation test (clean Windows XP SP1 computer), registering this DLL may not be necessary. In other cases (like in this user's computer) might be needed.
How can I make sure DAO 3.6 is working in user's computer?
I tried to have Microsoft Data Access Components as prerequisite, but it doesn't appear on the list.
PS: This is an application that should run on computer with .NET Framekwork 2.0 - this was my only requisite... then I was surprised by this DAO problem but I don't think I should listen it as a prerequisite (might be too technical for the user).
I would like to be able to include the folders "Bible" and it's subfolders into the install folder of the host machine. How do I do that? Also, how do I determine the install folders? I would like them to be: C:Program FilesGarman Softwareetc
View 7 RepliesI need to include an excel file in the installation project of an application. I've added it to the install project under application folder. I need to read that file into a dataset during runtime. The file needs to be included on install so that the customer can change the file as needed.
View 9 RepliesVS 2008 SP1
I am deploying my application. As the .Net framework needs to be installed on the user's computer. Is it possible to pack the .Net framework into my executable setup.exe?
This will make my setup.exe big. However, the client doesn't mind.
My program I wrote is using Outlook 12.0 lib for Outlook 2007. I have referenced this in the project. This exe will only be installed on computers that has Outlook 2007 on it. So with this being the case, do I need to bother including any of the lib files? Or just my exe?I have this in my form:
Imports Microsoft.Office.Interop
Imports System.Reflection
Imports System.IO
Imports System.Text
[code]....
So I assume the Interop is all part of the object lib? I know this sounds crazy but I tried coding it using late-binding with many examples but just had too many problems. So I'm going to make three different exe's for versions 2003, 2007 and 2010.
I am about to purchase a windows virtual private server (VPS) for my data intensive web applications.is it possible to install .NET Framework 4.0 on any VPS? That would a GoDaddy server.
View 3 RepliesI developed a file converter to convert videos, audio and pictures.Now the program works fine for me and other users. However i updated the program and the last two users i have sent it to had problems using the program.What I want to know if i created a program using vb net 2008, compiled it, would this program then work on ANY pc running vista/7. Or are there things the users MUST install for them to use it for example do they need to download and install .NET Framework etc..
View 4 Replieswhenevr i try to install visual BASIC at the end it says it was unable to install .net framework 3.5
View 3 RepliesI recently tried to reinstall visual studio 2008 Prof. But every time I start theinstallation it fails after installing the .Net framework 3.5. The framework doesn'tsucsessfuly install and it gives me the 1603 error. I think I have the .Net framework 2.0 running right now but the setup for that gave me an error to but it is in add and remove programs.
View 9 RepliesSomething that is bugging me which My application is targeted for 32 bit machines but I'm not sure which .NET installation package to use with my deployment: 32, 64 or the package with both.I currently bundle the .NET 32 bit installation with my installer and that works fine. I don't have a 64 bit machine to test with, so my question is what version of the framework will my application need on a 64 bit machine?
View 4 RepliesUsually I Publish My Program Like this Build>Publish.It Saves a Setup.exe and application data.After Clicking Setup.exe it installed & run.In this Method I need to Install .net framework & visual styler(becuase i used visual styler in my project) Without this two.i cant install & run my app
1.Is there any way?where can i set my Install Directory
2.Can i include framework & visual styler in my installation file(like i dont need to download & setup .net frame work & visual styler)
I Just Want a Standard Installation System Like Ohter Software Company Have.Where i will double click on setup.exe & it will auto install all necessary file for running the program.
Usually I Publish My Program Like this Build>Publish It Saves a Setup.exe and application data After Clicking Setup.exe it installed & run In this Method I need to Install .net framework & visual styler(becuase i used visual styler in my project) Without this two.....i cant install & run my app
My Question is:1.Is there any way?where can i set my Install Directory 2.Can i include framework & visual styler in my installation file(like i dont need to download & setup .net frame work & visual styler)
I Just Want a Standard Installation System Like Ohter Software Company Have.Where i will double click on setup.exe & it will auto install all necessary file for running the program.
when I want to install the VB.net from that CD, I can't. it said I should to install framework from the internet. I have install the framework, but when I want to install the VB.net, it still said that i should install the framework. actually,i want to install this VB.net because i want to learn about this compiler more.
View 3 RepliesMainly I ask this because I don't want to distribute both versions, and if I need to instal a 64bit .NET on an x64 PC and a 32bit .NET on a 32 bit PC then I would need to make this check in my loader application to download the correct version for the correct PC.
[Code]...
I go to install visual basic 2008.. and it says that an error has occurred. and that .net framework 3.5 could not be installed? I've tried other programs like visual studio and visual c++ and they all do the same thing. and i've also tried directly installing the framework and it still wont work. Sorry if this is not the right place for this post but i couldnt find a tech support forum?
View 2 RepliesCan the full version of NET framework 3.5 be included on the install CD? I have a redistributable license for Sql Server Compact, but I haven't been able to find such an agreement for the NET framework package. Just want to stay legal. In need both of these packages to run the distributed program.hemicro
View 2 RepliesI have an idea to make user machine no need to install dotnet framework to run a .net program
first,copy all the project refrence(with mscorlib.dll)to the program directory
then,make a bat file,"dotnet error fix.bat",inside the file includes the command that copy refrences to Microsoft.NET directory will the program run like this?how do i test?
Has anybody got a full example script for inno that looks to see if framework 3.5 is installed and if not install it ?
View 1 RepliesI am a new Visual Basic 2008 Express Edition and just finished and distributed my first program. However, one of my users (Using Windows Vista 64-bit) cannot install my program. He gets the following error An error occurred while installing system components for <PROGRAM NAME> Setup cannot continue untill all system components have been successfully installed. Component .NET Framework 3.5 SP1 has failed to install with the following error message: "Another installation is already in progress. Complete that installation before proceeding with this install." Other 64-bit users on both Windows 7 and Vista don't have this problem.
View 2 RepliesI was trying to install a program and it install fine but when i went to run i clicked the icon and i got a blue screen and it rebooted, i found out from the program site that its caused by framework.net, i need to update mine, or fix it i check my add or remove programs and i had 2.0 i went to get 3.0 and it told me that cound not cause of prev version was not upto date.
View 1 RepliesI just finish my first application, and it is runing very nice on my computer, outsite IDE.But when I put it on another computer or in a virtual machine, i get some error and it is not running.In my application i have only controls, no dll, no nothing, except one picture.I have to mention that i have win7 on 64 bit and i use visual basic 2010 Express with netframework 4.0.
I also want to ask you what i have to do to make an install pack that contains microsoft installer and framework.I want to make a setup file with all this included.
net application. .exe generated is sufficient to use software. since I have 700 MB (~8k media files) data to include as part of installation I do not want to use visual studio deployment wizard.
[Code]....
I created a small application and an installer project for it. I can install and also run it, only thing htat i dont like is that during setup, it downloads .NET Framework 3.5 SP1 and this takes long sometimes. I want to have it on the installation CD later.
I have seen in the installer's detected dependencies, that there is the 3.5 framework contained and it has a InstallURL property = [URL]..I am a little confused about all the Framework stuff on this site - so just 3 simple questions:
1) which file exactly do i have to download,
2) where to put it and
3) what to write into the property InstallURL then? (Maybe needed to change also other properties)?
My Application as you may remember ONLY runs from the CD and is never installed onto a computer. It is a Product Support CD. All Information that a customer may need is on this CD, they can Download PDF's and Drawings and even save some Software Apps that may be needed onto the user's Hard Drive, but the CD App running is never installed onto a computer.
[Code]...
Is this software what i need to install to extract data from PDF documents using 2005? If so is this the link i need to get it from? [url] I just got no idea about itextsharp
View 5 RepliesI have created a folder inside my project and i put an icon on it, now i want to use it as my program icon how will i get the link of my icon inside misc folder?
View 2 RepliesI have a software package with a bunch of libraries and header files that I am trying to use in a VB.net application. The software help file states the following: The MIL DVD includes MIL libraries that support the Microsoft Visual C++ .NET 2003/2005/2008 (unmanaged) compiler under Windows Vista/XP. The DVD also includes ActiveMIL ActiveX controls for Microsoft Visual Basic .NET 2003/2005/2008, Microsoft Visual C# .NET 2003/2005/2008, and Microsoft Visual C++ .NET 2003/2005/2008 RAD tools.
To compile a MIL application program, you must include the mil.h header file, in addition to the required standard C include files. After you have compiled your application program, you will have to link it with the appropriate libraries or import libraries for your operating system, compiler, and target board.
[Code]...
I have made setup of my application consisting of VB.net Windows Application and SQL Server Express 2005 SP4. I have attached SQLEXPR.EXE with proper arguments into Custom Action with commit option.
Now whenever i want to try to install my program is running properly But SQL Server Express is not running showing error (Another intstallation is running....)
So now i want to know how to install SQL Express 2005 SP4 before my package installed using VB.net Package and Deployment.