Install VS 2010 First,then Install VS2008?

Apr 15, 2010

Is it possible to install VS 2010 first,then install VS2008?i am asking this because in many cases(specially while installing the O.S) i see that after installing the higher version the lower version of O.S cant be installed....and if want to install linux then it might be installed after installing all the windows O.S starting from xp,then vista,then win7 and finally fedora 12..

View 8 Replies


ADVERTISEMENT

VS2008 Move To W7 - Compiler Producing Different Size Install File?

Nov 29, 2009

I'm currently moving over to W7 from Vista I've moved my source over (amazingly hassle free), but the Build option on my installer in my solution produces a different size (200K+) setup.exe file.

Initial question are:

1) Is there a log file I can compare betwen the two builds (V7 -v- Vista)

2) I thought that any compiler settings would 'follow the solution' Is this so?

View 3 Replies

Create A Setup Installer To Auto-install Fonts When User Install Apps?

Jan 26, 2010

Is it possible to create a setup installer that will auto install fonts when user install the applications?

View 6 Replies

Deployment :: Create Install File Without The Need For User To Install SQL Server?

Jun 6, 2009

I have a project that i have created in Visual Studio express and SQL server express. i want to create an install file so that i can send to others to install. Currently it is requiring the user to install SQL server Express and 3.5 .net framework.what steps can i take to stop the user having to install these 2 so that it is a simple install for them.

View 2 Replies

Make A Simple Install Wizard To Install The Program?

Nov 10, 2009

I'm looking to make a simple install wizard to install my program (I know Visual Studio 2010 already has an installer) but anyway, I would like to make it myself, kind of line reinvent the wheel?

View 3 Replies

Click Install Feature Will The Application Install On A MAC?

Mar 30, 2010

With the on-line one click install feature will the application install on a MAC?

View 2 Replies

Install Application, When System Tries To Install .Net Framework?

Aug 27, 2010

While 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 Replies

Install Dll To GAC Through VB Install Script?

Mar 29, 2010

my vb experience is fairly limited - I've only used it when supporting legacy applications or for small tasks so apologies if what I'm asking seems simple. I wrote a small vb install script which creates a new folder on a users desktop, copies over relevant files from the install folder to the users new folder and creates a shortcut on the users desktop.

This works great for giving stuff to QA to test. However, there's one dll included in the install folder which is also in the users GAC. The code looks in the GAC first for this dll and only looks in the install folder if none exists in the GAC.

What I want to do is include a line in my install script to copy this dll to the users GAC as well as copying it to the installation folder.Is there anyway to do this in VB? I did find the following on one of the MS sites for installing into the GAC gacutil /i a.dll

Is it possible to run this through VB or is there a cleaner way of doing this?

View 1 Replies

IDE :: Can't Install Any Extensions In VS 2010

May 3, 2010

I can open the extension manager and browse all the extensions, but as soon as i click the "Download" button to install it, i get this error;

"The extension could not be installed because the following error occured:

The remote server returned an error: (404) Not Found."

View 4 Replies

Can't Install Extensions VB Express 2010?

Jul 31, 2010

Why can't i install extensions visual basic express 2010? i downloaded the file from Microsoft(.vsix) in another PC, then when i arrived at home i tried to install it, but it tells me that i have no programs installed that the file will be added. do i need to register my vb express first? it's currently running on a trial version.

View 2 Replies

VS 2010 Change Version After Install-Visual Studio 2010 Installer

Jun 21, 2010

Well I used the Visual Studio 2010 installer to install my application and I want it to be able to change the version displayed in the in the Add/ Remove Programs (in the Control Panel). How can I do this without going through the install wizard again?

View 3 Replies

Visual Studio 2008 Not Install With Crystal Report (only Crystal Report Install Its?

Jun 12, 2011

i am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file

View 1 Replies

Is It Ok To Install VS 2010 Ultimate If Already Have Installed VB 2010 Express Edition

Mar 7, 2012

Is it ok to install my VS 2010 Ultimate even if I already have VB 2010 Express Edition? or should I uninstall the express edition first?

View 3 Replies

Install Of VB 2010 Express On Multiple Computers?

Apr 14, 2010

I installed VB 2010 Express on 2 different computers using the same activation key. An XP machine and a win 7 machine. Is this is allowed? There is no FAQ and since its free I figured this was OK. Is there a Microsoft Certified person here that has an answer for this 100%?

View 1 Replies

VS 2010 : Install A Program On Another Computer Without Internet?

Dec 29, 2010

had 3 courses in computer science 10 years ago and decided to go into economics. After a 6 year and continuing career in economics, I decided to dabble in code to assist my economic career. In this pursuit, I have developed some neat things, but I have a simple problem. I code an application, hit build, hit publish, receive a setup and manifest, then put it on my usb drive. Plug the usb drive into another computer. Drag the setup and manifest to the hard drive, hit the button, a graphic regarding Launching Application comes up, then immediately a window comes up stating:

Cannot Start Application.Cannot download the application. The application is missing required files. Contact application vendor for assistance.

The errors stem from the manifest file. It says downloading the file (file path) Hello.exe.manifest did not succeed. It then follows with 3 lines of filepaths for the Hello.exe.manifest.

I am running VB 2010 express. I made a slot machine game for my mother for her birthday one Computer A. I moved the published files to Computer B as described above to test before giving to my mother. The game isn't too important at this point because I tried to test whether the game itself was the problem or if it was my error in lack of knowledge of how to deploy. As such, I created a program called Hello. In Hello, there is simply a form1 and a button1. When clicked, button1 displays a messagebox with some text. Not a rocket science program.

My intention is simply this:Allow the Hello program to be put on another computer via a USB drive and then installed.The two computers are not networked and let's assume the second computer cannot connect to the internet. When I go to the wizard, I select the location I want to publish to. In this situation, my desktop.Next, I select CD-ROM/DVD-ROM instead of UNC path or website. I don't know what UNC path is. I presume CD-ROM/DVD-ROM would be similar to USB drive in that it is a removal data storage item.I chose that the application will NOT check for updates.Finally, I receive this:The application will be published to:

file:///C:/Users/ComputerA/Desktop/

Where I find the files, put them on the USB drive and try to install on Computer B.Also, for more information, I can use those files on the originating computer and they do SUCCESSFULLY install and I can use the application. I have not figured out why it will not install on another computer.

View 4 Replies

VS 2010 : Install MySQL Before Installing Application?

May 29, 2012

I'm working on a MySQL database with a VB.NET front end, and I'd like the installer to first install MySQL and Connector/.NET (if they aren't already installed) and then run a query to load the dump file that I'm including among the program resources.Is this possible, or will I have to instruct my users how to install MySQL and Connector/.NET themselves beforehand?

View 21 Replies

VS 2010 Where The Install Shield Gets The User Information From?

Feb 28, 2011

I need to know where the Install Shield gets the user information from?

This comes up on the last page of an install at the bottom.

User Information:

Name:
Company:

Does this information comes from the machine that is installing and if so where? or Does this information get stored in the installshield project? If so How can I change this?

I have changed two registry keys from:

HKEY_LOCAL_MACHINESoftwareWow6432NodemicrosoftWindows NTCurrent Version
RegisteredOrganization
RegisteredOwner

My application project was created before I made the change. I then deleted the install shield project and started over but got the same results..

For some reason my setup project says
user: Microsoft
company: Microsoft

I would like to change this to my User Information if possible.

View 1 Replies

VS 2010 Why Install Program Or Run From Published Location

Mar 1, 2012

In the past I have written VB6 and VB NET 2005 programs that are installed and on the user's computer. This had to be done because the salesmen in our company have has a set of local data on their laptops so that they could do work and not be connected to our network. I would then sync the files when they connected to the network. (This same program is used by the rest of the company as well, but everyone else uses network data.)We are now at the point where we are not using any local data. Our salesmen access our network data using an iPad, VPN, and a Citrix server, which works fine

View 2 Replies

Can't Install Crystal Report For Visual Studio 2010

Jun 4, 2011

i cant install crystal report for visual studio 2010!

i already have installed vb express 2010 and yet the installation always fails because the installer says :You must already have Visual Studio 2010 installed to proceed with this installation

View 5 Replies

IDE :: Visual Web Developer 2010 Express Won't Install On Windows 7 32 Bit?

Feb 1, 2010

I tried numerous times to install visual web developer express 2010 on my new Dell with Windows 7 32 bit but it simply fails to install the VC 9.0 runtime file.

View 3 Replies

VS 2010 - Install The Program - Errors Detected During Operation

Feb 10, 2011

I've written my own program to assist other engineers with their work at my company. Some people have been able to install the program with no problems, others can't seem to get it installed and I'm having trouble figuring out why. They install .Net Framework 4 as this is the Target framework that was setup in the file, although I don't think I fully utilize all the features yet and not sure when I will. I will post the portion of the log that contains the error. If anyone decode some of this so I can track down the problem. I'm not sure if downgrading the necessary version of .Net would work or not, but didn't want to be changing that unless there was a good reason too.

PLATFORM VERSION INFO

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of V:EAUsersRCFPE Files SetupPE Files.application resulted in exception. Following failure messages were detected:
+ Exception occurred loading manifest from file PE Files.exe: the manifest may not be valid or the file could not be opened.
+ Cannot load internal manifest from component file.

ERROR DETAILS
Following errors were detected during this operation.

CODE:

View 1 Replies

VS 2010 SQL Express Unable To Install On 7 Home Premium?

Jan 21, 2012

I hv installed VS2010 Ultimate on my Samsung notebook win 7 home premium 64 bit. But one thing was wrong, i couldn't get sql express installed, with some error that i forgot. I can't see SQL Express menu on my menu list though unable to launch it.

after searching the net, it says that i might need Windows Installer 5 (SDK) which is 2,5 GB to download. Is it true that I need that SDK to install sql express properly? or it is not possible to have sql express on home premium 64bit?

View 1 Replies

VS 2010 Creating Install File With Additional Programs In VB Express?

Mar 16, 2012

I'm sure there is an easy answer to this, and it may be "no," but is it possible to create an install file in VB Express 2010 and have that file deploy additional .exe files?

I developed a windows form program that calls fortan routines (in seperate .exe files) for different purposes. I would like to create an install file that deploys not only my VB program, but all of the supporting code.

Is this possible with VB Express 2010? I tried to search for threads about this, but didn't find any that explicitily answered this question.

View 2 Replies

VS 2010 Tell What The Size Of My Program Is And How Much Disk Space Is Needed To Install?

May 16, 2012

How can I tell what the size of my program is and how much disk space is needed to install. When I publish the program and install it on another machine it will show up in the control panel but does not show what size the program is?Also when I publish updates with it says something like installing 10mb. Is this an additional 10 mb everytime, I guess not, but can someone explain what it all means?

View 10 Replies

Install Microsoft.Data.Access.Components.2.8 In Visual Studio 2010?

Jun 12, 2012

I am using the publish wizard in VB 2010 Professional for deployment as I tried the InstallShield and the Standard Build and cannot get support. My last resort is this wizard. Please help me I am getting the following 2 warnings. I downloaded MDAC 2.8 SP1 for warning 2 and after I run the program it doesn't upgrade and appear in VB2010. How can I install it in VB2010 Pro. Also How can I get the .Net.Framework.2.0 installed.

Warning 2 The 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' item selected requires 'Microsoft.Data.Access.Components.2.8'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper
package for the missing prerequisite. SendGlobalMobileAdvertisingBlasts

[code]....

View 1 Replies

Create Package And Deployment (setup File Or Install File) File In VB 2010 Project?

Jan 8, 2011

I do one project in visual basic 2010.In visual basic 6 project can be make Package and deployment (setup file or install file) file using Package and deployment wizard.But in visual basic 2010 express edition does not have Package and deployment wizard.how to make Package and deployment (setup file or install file) file in visual basic 2010 project?

View 4 Replies

Install A VB App?

Jul 14, 2011

I have made a small app for my work in vb.net I am about to install this onto a network drive. What I want to know can you install an app to a network drive. I have never done this before and for some reason I don't think you can install to a network drive

View 5 Replies

Install Mac Os On Pc

Feb 3, 2011

i need to install mac os on my pc.some time i try to install it but icant install it. i think i have problem in my customize settings. answer that i must check witch checkboxes. my system information is: cpu: intel 3.2 vga card:nvidia 7100 gs geforce ram:1gb (kingstone) mainboard:gigabyte p945

View 16 Replies

VB No Install Of .net

Jun 12, 2010

I have a vb app working now but many users have complained to me that it requires .net library installed. Is there a way to bundle it with my program without having a seperate exe?

View 5 Replies

Can Not Install My App On Vista?

Oct 9, 2009

I used visual studio to publish my application. I am able to install my app on a windows 2003 server, but when I try to install my app on my pc which have vista a error appear "Application cannot be started. Contact the application vendor". and it gives details of the error.Here is the details below and in the attachment:

PLATFORM VERSION INFO
Windows : 6.0.6002.131072 (Win32NT)
Common Language Runtime : 2.0.50727.4016[code]...............

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved