Deployment :: Make Program Run Under Windows Xp?

Sep 12, 2009

because when i make a program and try it under windows xp it give me error that it is need .net framework 3.5 so how to make the .net framework install when i install the program i tried to use setup wizard in vb 2008 and put in it the framework but it didn't work

View 2 Replies


ADVERTISEMENT

VS 2008 Make Button Open A Program And Make It Windows Size?

Aug 23, 2009

How do i make my button open a program and make it windows size?

View 6 Replies

Deployment :: Windows 7 (64 Bit) Deployment?

Feb 24, 2010

I have compiled my app to x86 so that it will run in a 64 bit processor, the issue I am facing right now is that when I install the app in under application folder I am not able to edit the config file which is in the same folder of the exe. how to give admin previlages to the application ?

PS: the app runs fine when installed in a different folder other than applicaitonfolder

View 3 Replies

Make A Program Start With Windows?

Aug 24, 2011

vb 2008, How do I get my VB 2008 application to start automatically when a user logs into Windows?

View 6 Replies

Make Program Start With Windows?

Jul 12, 2009

how can i make my program start with windows?

View 3 Replies

Make Program Work In Windows 7?

Jul 11, 2011

I completed my VB project a while back and it worked great in XP.Now the same program is needed on computers that have Win7 installed.The program installs without any problems, but when I open it, it gives me an error saying the database is not accessible.

I used Visual Studio 2008 and SQL Compact to design the project.The database was included in the project and in the installation file. I also checked the Programs folder and the database was installed correctly into the correct path.What is the problem with my programs compatibility with Windows 7?

View 14 Replies

Make A Windows Media Player In Program?

Jan 25, 2010

Having worked out how to make a Windows Media Player in VB 2008, I have a new problem of exporting the file and debugging to play the music. I can add midi/mp3 files to the resources section so it works when I press f5 in VB itself, but opening from the debug folder (to save for other computers) loses all the music.

View 6 Replies

Make My Form In Program Staying Top Of Other Windows?

Jun 26, 2010

I have a form in vb.net with a checkbox and I want it to stay in top of other windows if the user checks the checkbox and not to stay in top of other windows when the checkbox is not checked

View 2 Replies

Make Windows XP Inactive While Program Is Running?

Jan 6, 2009

I am making a "fake Operating System" or "Virtual Machine" or what ever you want to call it. It has all of its own programs. I want Windows XP to stop running so that it will go faster and so on.Okay so I will obviously need coding on the Form1_Load and Form1_FormClosing Subs.Here is my attempt at coding it (Note that this is just the attempt at coding this particular part. It is not necessary to give you everything cause it would be to much and it might confuse people) :

Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
System(My.Computer.FileSystem.Drives.Join)
End Sub

[code]....

View 3 Replies

Code To Make Windows Open A Program At The Startup?

Aug 21, 2009

what is the code to make windows open a program at the startup?

View 4 Replies

Make Program 2008 App Steal Focus On Windows 7?

Jan 19, 2012

I'm trying to create an application in VB.net that can come to the front once a certain condition occurs (in this case, a file being created). I've tried the following code, but it just results in the taskbar button blinking on Windows 7:

Me.Activate()

I understand the reason for this, and I completely understand why people don't want any random application to steal focus (I hate it too). This is an extremely limited use application (only 3 computers will actually be using it), and the users in this case would want the application to popup in front (there will be an option to turn it off too).

Any ideas if this is still possible to do on Windows 7?

View 1 Replies

Make The Program Appear In Notification Area And Run As Soon As Windows Startup?

Dec 21, 2009

how to make my application run in notification area and run in windows start up

View 1 Replies

VS 2008 - Code To Make My Program To Startup With Windows

Feb 15, 2010

I used this code to make my program to startup with windows it should add a registry entry:

Dim key As Microsoft.Win32.RegistryKey
key = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWAREMicrosoftWindowsCurrentVersionRun", True)
key.SetValue("MyApp", Application.ExecutablePath)

The problem is that it underline KEY and say declaration expected but shouldn't dim do the job for the declaration.

View 4 Replies

Deployment :: Package From 2008 For Windows Xp?

Jun 3, 2009

I used vb.net 2008 express to build a database application i created database using access 2007 i created the application using vb.net 2008 express the application creates a report on word at run time my developing environement is

- windows xp
- .net framwork 3.5
- office 2007
- vb.net 2008 express

i want to create a package that could be used to install the application on the following environment

- windows xp
- .net framwork 2.0
- office xp - office 2007

I used the publish command of the build menu but the resulted package donot install , it produces and error informs me to install some assembles to th GAC!

View 1 Replies

Deployment Of Windows Form Application?

May 5, 2010

i am deploying an application visual studio 2008 vb.net.i have seen hints and comments indicating i can have application check to see if newer versions exist and if so automatically update the application.

View 4 Replies

Deployment On Older Windows Versions

Dec 20, 2005

The software I design is for Win XP and older versions such as Win 98, ME, 2000 etc. I currently use VB6 and Win XP for development and packaging, the problem I encounter is that if I use the deployment wizard in XP, the setup will only work on an XP machine and I need to copy all my source to an older machine and use the wizard again to create another setup file which will only work on the older operating systems. Is there a way to rectify this in VB6? If not, does the new VB account for this and be able to make a setup file for older operating systems as well as XP?

View 2 Replies

How To Make Deployment

Apr 26, 2010

I have done VB.net application by the functionalities of export the word documet. Its working fine in the developemnt machine. During the developemnt , i have added the MICROSOFT.OFFIVE.WORD.INTEROP is added.

View 1 Replies

Deployment :: Which Windows Versions Are Supported From .NET 2008

Mar 9, 2010

I have made a Windows Application using the VB.NET 2008. Which are the Windows versions at, my Application can work?For example Windows 98, 2000, NT, XP....

View 1 Replies

Windows - Deployment And / Or Registration Failed With Error

May 22, 2012

When trying to deploy onto a touchscreen phone, I get an error: Deployment and/or registration failed with error: 0x80070020. How do I resolve this?

View 1 Replies

Deployment :: How To Make An Installer

Mar 20, 2009

I have made my program which i want to distribute, how can i make an installation package for it?I know there are third party software i can use to do this, but is there anything in the VB framework that i can use to install it?

View 3 Replies

IDE :: How To Make The General Deployment

Jun 13, 2009

i successfully deployed one application but some small small issues coming in that...Here i want clarify some common doubts in redistributable components...I created one windows application in VS 2008 with C# as language and SQLServer 2005. I created msi setup application in vs 2008 itself. My application includes 2 third party tools. One is for skin and another is for capture images from different devices like camera, web cam etc...Database i deployed is sqlexpress 2005

Generally i added the following prerequisites:

1. Dot Net Framework 3.5

2. Windows Installer 3.1

3. Crystal Report basic runtime for vs 2008 (x86, x64)

4. SQL Server 2005 Express SP2 (x86)

For all these i have no doubts except 4th one.Other than these prerequisistes my first third party tool(for skin) include Visual C++ 2005 Runtime. For this i tried Visual C++ Runtime included in the VS 2008 prerequisites but not worked. So i downloaded Visual C++ 2005 for x86 and x64 and create the custom prerequisites using "Bootstrapper Manifest Generator" and its working successfully For the second third party ocx component (for live video from devices) they telling the following compenents other than ocx component.

a. MFC Libraries (gdiplus.dll, msvcrt.dll, mfc42.dll)

b. DirectX 9 runtime or better

c. Windows Media format runtime files (they gave wmfdist.exe)

I told the system OS requirement is Windows XP SP2 or Vista. Architecture 32 bit and 64 bit(with conditions)

1. I didnt include the 3 MFC Libraries (gdiplus.dll, msvcrt.dll, mfc42.dll) in my setup application Yes i not included the these dlls. But i didnt get any error up to now. I think XP SP2 included these files. Any problem raises in vista or somthing other machines if i leave these files or these files updated when i installed that Visual C++ 2005 runtime? Because when i search MFC libraries i got the result as visual c++ runtime. Please clear about this and tell the i want to include or not?

2. I didn't include DirectX 9 runtime I dont have any common doubt in this because mostly sp2 inludes directX only. But if i inluded these can you give the latest and best redistribution component download link? I dont know is this component differe 32 bit or 64bit?

3. I didnt include Windows Media format runtime files This also i dint included but not got any issues. But some customer told that grains like coming in the live screen. Is this because of unavailability of these component? For include this i didnt got the download link. But i download the sdk from the following link...

[URL]

I installed and i got the same wmfdist.exe as the third party gave. My doubt here is is this support for vista also .. Any incompatabiliy for 64 bit.? if then can anyone give the 64 bit redistribtuion component download link also.

4. SQL Express 2005 Express 64Bit As this application want to support 64 bit also...i want to include 64 bit express edition. But i think the 64 bit support is express advanced version only. Here my problem is if i download tht i cant create custom prerequisites for sql express because i am not well in this.

View 2 Replies

Deploy Windows Application Without Using Setup And Deployment Package

Apr 8, 2009

I have created a windows application which Installs Multiple MSI's based on some condition. The project is created in Visual Studio 2008 with .Net framework 3.5; If this application runs in a machine which has atleast Dot Net 2.0 installs, it works fine. but the system without framework 2.0 throws an error "The application failed to initialize properly (0xc0000135)"

How can I stop my application from crashing. I tried giving a check in the Main(), but it is not even firing the Main(); Is there any way I can give a prerequisite, But not in the Publish, Coz i am using the output exe and not the clickonce output..

View 1 Replies

Deployment :: In Windows Vista/7 There Are Some Restriction On Folder Viewing

Jun 1, 2009

I have nerver used my application in windows vista or windows 7.It turns that WinXp SP 2 supports great but when i run it in windows 7 , it shows error like this but I can't install MDAC28 in windows 7 Because it is for windows 9x.Isn't vista/7 contain JetOledb components?.I have some other questions too in windows vista/7 there are some restriction on folder viewing .. In few of application , I used to save some info in system32 folder now those applications are also working.How we can save infos in windows 7 at system directory?

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

Deployment :: Make Exe File Of Project?

Oct 24, 2008

I want to make exe file of my project but i don't know how make.P

View 5 Replies

Deployment :: Vb Dot Net Program Can Not Run From Network?

Oct 16, 2009

My Vb Dot Net Program Can Not Run From Network. When i try to register my program to GAC,it said my assembly dont have strong key,

i cannot put strong key, because i put component vb6 to my program..

View 2 Replies

IDE :: Deployment Of Simple Program?

Sep 27, 2011

I want to distribute a fairly simple program developed on Visual Studio 2008. I have tried to use the publish features in the IDE. It creates a folder with various information and stores it on my fileserver.When I try to install the program on another computer I get a lengthy message about the need to install Powerpack 9. 0.0.0 So I go back to my dev computer and edit the publish information. On prerequisites I do not find Powerpack 9 but Powerpack 3. I put that in and redo the publishing. The installation now install that package but then it says it requires powerpack 9.0.0.0 and ends?

View 5 Replies

Include Another Program In Deployment?

May 2, 2009

I have a project ready to be deployed via ClickOnce and it uses free graphing software. Is there a way to either include this software so that it will be installed with my project or have the install from the graphing software run when my program is installed from the site?

View 2 Replies

Update Program After Deployment?

Apr 27, 2009

After a program is deployed and distributed to users, what is the best way to have an update? New distribution or a patch? How to make a patch that only modifies some methods in a large poroject?

View 8 Replies

Process Of Creating A Setup And Deployment Project For Windows Application?

Jun 22, 2010

Step-by-Step Process of Creating a Setup and Deployment Project for windows application

View 2 Replies







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