Make A Flooring Installation Program

Apr 26, 2010

I am needing to make a flooring installation program using Visual Basic 2008 for school, for some reason I have not been able to figure anything out about this even though i have the information needed.

View 6 Replies


ADVERTISEMENT

Make Installation Wizard So That Program Would Work On Client Machine

Jul 13, 2009

how do i make an installation wizard so that the program would work on the client machine ( pc or laptop not server ) so that the client doesn't need to download .net framework separetly ?

View 3 Replies

Make The Database Go With The Installation Files?

Apr 26, 2009

My problem is that i am using a data base and every time i publish my project it keep giving me the error that the path is not correct, how can i over come this problem? how can I make the data base go with the installation files?

View 1 Replies

DLL That Is Accessed During The Installation Of The Program?

Dec 4, 2009

Computer.FileSystem.FileExists(Environment.GetFolderPath(ProgramFiles) to get the Program Files directory in my application. The problem is that when running on a 64 bit version of Windows 7, I am getting the Program Files (x86) directory, not the 64 bit directory. As far as I can tell, everything is compiled as 64 bit.This code is actually in a DLL that is accessed during the installation of the program.

Is there any way to get the 64 bit path?

View 2 Replies

Include For The Installation Of Program?

Jul 12, 2010

what Files do I need to include for the installation of my program-do I need to include all the files in the debug folder? or do i only need the EXE?

View 5 Replies

Login To Program And Installation?

Aug 16, 2011

Basically I want my program to do the following, it's all theory atm but i'll put it down psuedo style..

WHEN formloads CHECK
does userdetailsexist
IF userdetailsexist THEN
loginform.show

[code].....

Get it? First time the program is opened, the user creates an account with it and a file is created stating that an account has already been made, and then the user logs in.Second time its loaded, if that file exists, don't show the NEW USER page, and allow the user to log in, checking their details against the local file.Now whats best, a txt file? A db?Whatever method as I need all the settings chosen in the program to be there every time it loads up...Also, Is it best to make this program have to be installed so it has access to all the resources on the computer?

View 3 Replies

C# - Launch Add New Program Installation Automatically?

Jun 18, 2012

I'm working on the VB.NET VS 2010. We are creating a software distribution list. Currently a user needs to go to the Add New Programs wizard to view their available programs and then click install. We'd like to automate the clicking of the "Add" button to and kickoff the installation via a script.

View 1 Replies

C# - Program Installation - With The Default Location?

Feb 18, 2012

I'm a beginner. I recently developed an application in C#. Now I wanna develop its setup. I read a few articles online, followed them, found it very easy. I also changed the default location of application folder from C:Program Files to C:. My application folder is containing a few folders besides exe and dlls which I added manually.

Now here the problem starts, when I install the application and change the location say from c: to d:, my files (all files including exe and dll) are going to user's given location. But my folders (all folders in application folder) are going to c: (which is default location given while creating setup). But I want output files and that folders at same location

View 1 Replies

Error After Installation Of Compiled Program

Jun 2, 2011

I've written an app in VB 2008.using .net framework 3.5

It uses a MySQL database.No app.config file for settings, I had this, but removed it when troubleshooting :S

Error is this.

When I compile in VB2008, it runs flawlessly, no issues.I added a setup wizard so I can distribute the project as well.When I put this on a client machine, it installs fine, but on the program run, this exception is thrown.[code]...

View 3 Replies

Next And Back Button In Installation Program?

Jul 21, 2009

I'm making a custom installer program and I have a next and back button, and 2 forms, Form1 and Form2. I click the next button and instantly the next form is there. I tried to do that with .show and .showdialog but if I do that another window pops up to either replace or add to the current form.

View 9 Replies

VS 2005 Custom Installation Program?

Mar 5, 2010

I've just finished a project, but in it, you can switch between three backgrounds, and I want to export it to another computer with an installatinoprogram, but I have no idea how to do that. I know that it should put these pictures somewhere so the program knows were they are. while it's installing, i want a picture to come up over the status bar, and maybe something that you must agree with terms.

View 5 Replies

VS 2005 Installation Program - Add A Sub Folder

Nov 22, 2009

I'm working on a project that will be finished pretty soon. But I've got a problem: I have songs in the program, and in the installation program I want to add a sub folder that installs on the computer in the same place at the game. In the sub folder pictures and music should be. But how do I do this and how do I change the file path so it can independent be installed on a new computer?

View 13 Replies

VS 2010 : Sharing Program Without Installation?

Dec 9, 2010

I'm developing software in Windows Vista 32bit using VS Ultimate 2010...I remember back in the day when I was in high school, I could write a program and just share the executable file with some one without any additional software requirements etc. etc.

View 10 Replies

Make Auto-run Application To Automate The Installation Of Another Software?

Sep 27, 2009

I am trying to make a Auto-run application to automate the installation of another software. Specifically, that means to launch the software and fill in the name/company/Sn, and if possible, simulate the "next" click.

View 3 Replies

Deployment :: Combine WAMP And Application Installation Into One Packet Installation?

May 24, 2009

I just made an application using MySQL for the database. I use WAMP.Can I combine WAMP and my application installation into one packet installation ?

View 2 Replies

Deployment :: Set The Installation Path Of My Program To C:Foldername

Apr 14, 2009

Is there a way to set the installation path of my program to c:Foldername.

question number 2 is that I have 2 database files which is located in m� program, is there a way to copy these to a spesific location during the installation of the program?

View 1 Replies

IDE :: Installation When Executing A VS 2008 Developing Program?

Jul 15, 2011

Why am I getting a request to configure DAO when I start a program I am developing in VS 2008? After I execute several cancels, the program runs fine.

View 1 Replies

Installation - VB - Keeping A Program That Is Running On A Network Updated

Feb 5, 2010

I'm looking for suggestions on keeping a program that is running on a network updated. Installation consists of 15 users, each have the program on their local pc, but they all access same date from sql server. I am looking for a clean method that would allow me to update one folder on the network and for each computer to get updated when they run the program and the programs sees a later ver on that folder on the network. (Obviously I can do this inside the program itself since it won't allow being overwritten while opened.)

View 3 Replies

Program Installation With Extra Folder / Files / Applications

Sep 25, 2009

When my program is installed, I need to place a folder in the directory path of "C:\" in order my program to work. How do I include the folder in my project, and then durning the install Place the folder where it needs to be? Could someone be so kind as to point me in right direction to read up on something like this?

View 3 Replies

Make Installation File From Project Developed In Express Edition 2008?

Apr 30, 2010

How i can make an installation file from a VB project developed in VB express edition 2008?So i can give it to someone and they can install it on their system.

View 1 Replies

Deployment :: Remove [ProgramFilesFolder] From The Setup Program, The Installation Doesn't Work?

Jun 10, 2009

The default installation of my setup project is as follows:

[ProgramFilesFolder][Manufacturer][ProductName]

The problem is PC in Europe don't have a "Program Files" folder, it's in a different language.When I remove [ProgramFilesFolder] from the setup program, the installation doesn't work. I would like to install the application in C:AppFolder,

View 1 Replies

Installation - Downloaded A Program Source Code Written In VB6 - Could Not Open The Files

Aug 3, 2011

I have VB 2008 Express installed in my PC. I downloaded a program source code written in VB6 but could not open the files. What do I need to do to get this codes displayed.

View 4 Replies

VS 2008 VB 2008 Express Edition Softare - Specific Installation Directory For A Program?

Aug 9, 2009

Where in Visual Basic 2008 Express Edition Software program do you specify a specific installation directory for a program?

c:Program Filesfinished program

I want to publish my program to try it out on another system and I want to ensure its installed in the directory structure I want.

View 3 Replies

How The Installation Root Folder Of A Program Is Approached By The "Application.StartupPath" Class

Aug 16, 2010

Can it give a problem if a file is saved this way in a program:

Public aPath As String = Application.StartupPath
Dim outfile As New StreamWriter(aPath & "" & accountfile1)

View 13 Replies

Cannot Find A Way To Make A Program That Write Make A Shortcut In Start Menu For All Users

Jun 6, 2009

I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?

View 5 Replies

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

Command Line Strings - Make The Program Close If The -1 String Is Sent With The Program

Feb 25, 2010

If e.CommandLine.Count > 0 Then

Dim IncomingCommand As String = e.CommandLine.Item(0).ToString

If IncomingCommand.Substring(0, 2) = "-1" Then

form1.close()

End If

End If

I am trying to make the program close if the -1 string is sent with the program. See my installer allows for me to run certain programs before it actually installs, but it doesn't shut down copies of the program itself. So I have a next startup instance set to shut the program down if the -1 is received. But if the program is not running it starts up instead. This is not desired. form1.close doesn't work. e.cancel = true doesn't work, etc etc. What can I do to make the program not start during this instance.

View 1 Replies

Screen Resolution - Change My Program's Size Correct To Make Program,  800x600 Such As Minimum?

Jun 1, 2010

I made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?

View 9 Replies

Make A Program That Opens A File In The Folder The Program Is Stored?

Aug 26, 2009

How do I make a program that opens a file in the folder the program is stored?

View 6 Replies

VS 2008 Make A Program That Searches For A RGB Color And Clicks On It WITHIN The Program?

Apr 3, 2010

I want to make a program that searches for a RGB color and clicks on it, WITHIN the program.

View 2 Replies







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