Install VB6 On Windows 7?

Nov 20, 2009

I am trying to install VB6 (actually, visual Studio 6) on Win7. In the very early steps of setup, I am stuck to "Need to install Microsoft Java Virtual Machine". If I uncheck the JVM box, I am not allowed to continue. If i check it, I am told that JVM is unsupported for Win7, the PC is rebooted (why?), and on restart i am to the same JVM required spot. I need to perform some maintenance on some old project, just too big to be ported to .NET (if the only thing I can do is to port them, I'd rather port to Delphy or C++ codegear: I am not so crazy to do the same mistake twice, and use the new M$ junk to replace the old M$ junk). I have payed good money for the licence of Visual Studio 6, for a PERPETUAL licence. I DEMAND M$ let me use it.

View 17 Replies


ADVERTISEMENT

Cannot Install A Windows Service

Nov 19, 2008

I have developed a Windows service. During the installation, I get the following warning/error:�Cannot start service from the command line or debugger. A Windows Service must first be installed (using installutil.exe) and then started with the Server Explorer, Windows Service Administrative tools or the NET start command.�

I am not trying to start it. I am only installing it (right-click from setup project). The StartType is set to Manual, and the Service Process Installer account is set to User. I do not get prompted for the service login credentials.I am using Visual Studio 2005, VB.Net running on Windows Server 2003 SP2.

View 1 Replies

Windows 7 Permissions And SDF Install?

Apr 24, 2012

I've got a WinForms install which installs the SDF file in the application directory but when my application tries to access it - permission is denied.How do I set the install such that my users can access the SDF file for update/delete functions?

View 3 Replies

Windows Service Won't Install?

Oct 19, 2010

I've developed a simple Windows Service basically from following tutorials. However, when I go to add it the list of Services using the "Install Util", I get the following results and have no idea what it means.[code]

View 4 Replies

Bit Setup - Program That Like To Install Onto Both 32 - And 64 - Bit Windows

Aug 11, 2010

I have made a program that i would like to install onto both 32- and 64- bit windows. If i create a setup for 86bit will it install on both?

View 3 Replies

Click-once In Vista - Can't Install In Windows Xp

Feb 21, 2009

I have my program in windows xp when I deploy it using click-once, I can install it in windows 98/200/xp.However, when I am running in vista and use the click-once deployment, I can't install in windows xp.

View 1 Replies

Install A .NET Windows Service Without InstallUtil.exe?

Jan 30, 2012

I have created a windows service in vb.net. Is there anyway i can create an installation for it that does not require installutil to be used?

View 3 Replies

Install A Windows Service By Using InstallUtil?

Dec 18, 2010

I was reading how to install a windows service by using InstallUtil but is there a way to install it within the form and not use the visual studio console?

View 2 Replies

Install VB 2005 Express In Windows 7

Jan 21, 2010

Since VB 2005 express does not really install properly in windows 7, here is how to get it to install and make it work right. It's very simple.

1. Right click on the VB 2005 express installer file and click "Properties" in the menu.
2. Now click the "Compatibility" tab.
3. Check the box that says, "Run this program in compatibility mode for:"
4. Click the drop down menu and select "Windows Vista Service Pack 2. (I haven't tried service pack one.)
5. Now check the box that says "Run this program as an administrator" and click "Apply," then "OK"
6. Run the installer.
Wait until VB 2005 express has installed to do these next steps.
7. Make a desktop icon for VB 2005 Express
8. Right click on the VB 2005 express icon and click "Properties" in the menu.
9. Now click the "Compatibility" tab.
10. Check the box that says, "Run this program in compatibility mode for:"
11. Click the drop down menu and select "Windows Vista Service Pack 2. (I haven't tried service pack one.)
12. Now check the box that says "Run this program as an administrator" and click "Apply," then "OK"

VB 2005 Express should now run on you Windows 7 machine! (Yipee) Notice that it is necessary to repeat the same process for the installer file as well as the actual VB program becuase they are two different files and need to run in compatibility mode.

View 3 Replies

VS 2005 Install Windows Service?

May 19, 2009

I will be googling this but in case I don't find it easily, here is my question - how do you install a windows service that you've developed on your own PC to a server? Is there an option to produce the package (I thought it was an msi file) which you can run on the server?

View 1 Replies

C# - Monitor Install/Uninstall Of Fonts On Windows?

Sep 4, 2010

I'm kind of shooting in the dark here - searches don't seem to be productive on this. I want to create a .NET program to monitor the install and uninstall of fonts. If something is installed or uninstalled, I want to run a program to do something.

I thought maybe a Windows Service, but haven't gotten very far with figuring out how to monitor fonts. Is this the right way and if so, what am I overlooking? If not, is there a different way to do this?

View 3 Replies

Cannot Install VB 6.0 Pro Edition On Windows 7 Home Premium

Apr 11, 2010

I cannot install Visual Basic 6.0 Pro Edition on my new computer which is on Windows 7 Home Edition. My old computer croaked, and I am trying to install it on my new computer with the disc that I have from installing on my old computer. The new computer is 64-bit Dell machine. The error message that I get is: "Microsoft has problems with this software on this Windows Edition". This is the essence of the message; may not be exact. I read about WOW as a work around, but how can I work around when I can't get it to install?

View 6 Replies

Install A .NET Windows Service - This Is Not Available In The Client's System?

Feb 8, 2006

I have written a VB.NET windows service application. I installed it in my system using the Installutil.exe. But this is not available in the client's system because the .NET is not installed in that system.Is there any way to install the .NET windows service application without the Installutil ?

View 4 Replies

Install Microsoft Speech SDK 5.1 On Windows XP Professional?

Jul 6, 2011

I'm trying to install Microsoft Speech SDK 5.1 on my Windows XP Professional computer for a VB.Net project I'm working on and I'm getting nowhere. I have Office 2007 Pro. Can anyone confirm or deny that this cannot be done? I have an old Office 2002 disk. Would it do any good to put that on the computer (due to the fact that you're supposed to install Speech through Office and Office 2007 does not do this)? Will installing Office 2002 interfere with Office 2007?

View 6 Replies

Pragmmatically Install Windows Media Player Using Net?

Feb 9, 2012

How to pragmatically installing Windows Media player using .net.

Windows media player is not a Product, It is Feature of Windows operating system. How to Turn On using .net program if it already off. and also Installing Higher version if necessary (ie., if Windows media player 9 is Exists and Turn On.. It should be Upgraded to Windows media player 11). Can all these done by programatically.

What are all the ways for doing so.. In Versions of Windows - eg : xp,Vista,Windows 7, etc.

View 2 Replies

Publishing Windows Application With Password To Install

Jul 12, 2010

I have created a windows application. Now i am ready to distribute and install the program, but I want to have the user need a password to install the program. Like a product key that I could set per individual customer. Is there a way to do this?

View 2 Replies

Find SQL Server Instance Install Path Using .NET In Windows 7?

Dec 12, 2011

I have an application that allows the user to conduct database backups and restores. The users had been using Windows XP, with network security that allowed users to read the registry. For restores, the installation path to the SQL Server named instance was easily found by looking up the instance name in the registry using

restoreDir = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\" & m_DatabaseInstanceName & "\Setup", "SQLPath", Nothing).ToString

They have recently upgraded to Windows 7, and locked down the registry so that users can not read values from it. Is there a way (via code) to find the path to a named instance of SQL Server, so that the app can automatically place the database files (mdb & ldb) in the correct folder?

View 2 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

Install Windows Service Via Setup And Deployment Project

Apr 27, 2009

I've been busy with work and other bits and bobs and not really had much time for programming... but anyway, I have just written a fairly simple windows service in VB.NET and although I can install it on my PCs/servers using the command line InstallUtil.exe component, this isnt ideal for other people that may need to install it without my assistance.

So basically I just need to know how to get a normal Setup and Deployment VS project to install this service itself... I thought it would be as simple as selecting the service assembly to include in the deployment project and building it, but unfortunately that seems to do naff all. Do I need to use a 'Custom Action' in the setup project (and if so, how/what do I do?)

View 6 Replies

Install A Software Made In VB6.0 At Windows Embedded Operating System?

Mar 27, 2010

can i install a software made in VB6.0 at windows embedded operating system.........

View 1 Replies

Setup Project For A Windows Service - Pre-Install Custom Action?

Jan 4, 2012

I need to install a windows service via an .msi for many tablets which is nooooo problem. The problem is, the tablets currently have the service running which was installed by installutil. So when my installer runs, regardless of Remove Previous Version is true, it stops stating the service already exists and to uninstall it from Add/Remove Programs.So I wrote a console app which preceeds the primary output as follows:

Sub Main()
Try
Dim filename As String = "C:Program FilesRSCProjectServiceSetupRSCProjectService.exe"
'Dim filename As String = "C:RSCProjectServiceRSCProjectServiceinDebugRSCProjectService.exe"
If System.IO.File.Exists(filename) Then

[code]....

View 3 Replies

Windows Services - Configure App.config Application Settings During MSI Install .net?

Feb 1, 2012

I am trying to create an msi install for my windows service. The reason for creating an msi is that the intended users want to be able to quickly install the service with as-little intervention as possible.

i can get the service to install as a msi but i have a variable within my code that i need the user to define when the msi is being installed. the variable i require from the user is the file path which they want the xml files my service creates to be located.

i thought i could configure the app.config application settings to contain the file path that the xml files should be written to. However i'm struggling to do this and im not to sure if its the best way to do it?

I have my setup project that contains my executable and has my textbox which will contain the one variable from the user.I have an installer class which contains my serviceinstaller and process installer. This is where im struggling to understand what i need to do next. Do i need to override the install method? The current code of my installer class was automatically generated and is as follows:

[Code]...

View 1 Replies

Windows Services - Configure App.config Application Settings During MSI Install?

Jul 14, 2011

windows services - Configure App.config Application Settings During MSI Install

View 3 Replies

IDE :: Install VB 2008 On Windows Vista But Getting Error To Be Installed In The Global Assembly Cache?

Apr 24, 2010

I have sent out software created with VB2008 Express and everything has installed correctly on my PC which is running windows vista. But they can't get it to install, one is running XP the other Vista, they get the following errors

Windows XP

Microsoft.VisualBasic.Powerpacks.Vs Version 9.0.0.0. to be installed in the Global Assembly Cache

Windows Vista

system.windows.forms.data visualization version 3.5.0.0 be installed in the global assembley cache first

View 4 Replies

Windows Service Shown As Automatic But Wont Start On Initial Install With Deployment Project?

Sep 2, 2010

I have a service projecwith a deployment project in a solution. The installation is successful, service runs ok. However each time after installation I will have to use ervices.msc to start up the software or restart the machine, any idea how I can start the services as soon a

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







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