Creat Setup In Program 2008?
Jul 16, 2010I have use vb2008 express edition. I created a project have database(access). How can i creat setup this project.
View 3 RepliesI have use vb2008 express edition. I created a project have database(access). How can i creat setup this project.
View 3 RepliesI'm creating setup application, and I try to insert a serila number to the costumer information. I foud this: %%-###-%%% it's mean the erial number will be 77-000-777. How to creat another seril number I don't even this %%-###-%%% how it converted.
View 9 RepliesI'm busy creating a multi language application, so far so good. I've googled some examples, first problem I've encountered is setting it. Accourding the msdn documentation it had to be done BEFORE initializecomponent. I didn't know how, but found out you have to creat a 'sub new' in your main class.
[Code]....
How I make SetUp for program in vb.net with local database(data base which include in visual studio.net 2008) to make it work in other computers which not have the visual studio 2008?
View 7 RepliesI've added a setup and deployment package to my project. When I go to install it the first screen says "Welcome to the setup setup wizard." Obviously, that doesn't look right. I want to change this, but can't figure out where that setting is. How to rename that setting so that it says "Welcome to the Wonderful Program setup wizard" instead?
View 6 RepliesI am in process of writing a setup program that will reside in a USB stick.After inserting the Stick the VB2008E program starts (dont know how) and guides the technician to do certain tasks. As a part of this She/He needs to run a Setup.exe that resides in the same USB stick.
1- How do I define the drive letter of this USB stick.
2- How do I run the x:Setup.exe program without exiting the VB2008? The install process should begin after click of a button.
3- Would Autorun work on USB drives to run the program automaticaly?
4- How do I compile to make a single EXE file at the end?
I am using VS 2008 VB and setup my application software in Win XP without any issue. But after installed in Win 7, it doesn't work well (it show one file not found, but I saw the file in the right folder). Could it be the incompatibility of VS 2008 and Win 7? If I upgrade to VS 2010, will the issue be fixed?
View 10 RepliesI am using Visual Studio 2008 Setup project. I need to copy one folder and the sub folders into the program files but when I tried to copy or add the folder to "Application Folder" in File System editor, I am able to add only files and not folders.
View 1 Repliesi have a try catch set up in my program and a message box that comes after the "End Try". when the message box pops up when an exception is thrown right after the second message box shows how do i stop this from happening?
View 16 RepliesI have to create an auto installer, which create database at installation time, i created sql database script file and add in vb project. Now i want to read and execute this script file
View 6 Repliesshorten this code( because somtiems we will use many columns) by using the second code below . is the second code write?
Form1.DataGridView1.Columns(0).HeaderText = "Name"
Form1.DataGridView1.Columns(1).HeaderText = "Tel"
Form1.DataGridView1.Columns(2).HeaderText = "ddress"
Supose User Start My Application First Time The Text file Creat automaticly With The name Of "MyLog1.txt" if User Run Again AFter Closing !!! I want to Creat a New File Like "MyLog2.txt" it mean if User have still open My application then My App. Replace text in same file. BUt If you CLose Application and Run Again Then My App. Must be creat a NewFIle With The Different Name...
View 16 Repliesi wont to creat application, in wich with file location find tables and use them in my app. as databases
View 1 Repliesi have been coding for years, but never integrated XML. So I guess I'm a newbie. I have inserted an XSD file in my project, ARequest.xsd. I created a folder in my project called XML just to organize things, so this file ARequest.xsd, is in this folder.
Now I have a form that displays data from a database that has the same fields that are in this XSD file. Can I load the XSD file into my Windows Form, load the elements from the data on the windows form and then create an XML file then send it? If so how? Any code snippets would be helpful. Now I do know how to create the XML file, we'll call it Test as
[Code]...
I must create a setup program and the programm is done with Vb net 2010 + sql server 2008.
Do you know a programm to create a setup, possibly free and that included prerequisites?
Does any one know how to make a setup in visual basic 10 express without publishing!
View 2 RepliesI'm writing a program to deploy laptops in a domain environment. I'd like to invoke the windows setup feature that some laptop manufactures use to install applications after windows xp is installed.
View 3 RepliesI 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 Repliesim using vb2008 exspress edition and just finished my project.I need to create a setup wizzard for my program.
How do i do this? BTW in exspress edition, windows dont let you have Setup And Deployment
Anyone know of any programs that do it for you? ( free )
I create with a third party program a setup to my app.Do I need to install this files too?
[Code]...
I have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. I am use Vb.net 2008 and ur .net frame work will be 3.5 .It shows following error message
View 6 RepliesYou know, you see an agreement part when installing programs. I created a VB.net program and built a setup. Now, I want to add an agreement part in installation process that wants user agree the Terms of Use to continue the installation. How can I do that?
View 2 RepliesI built a Windows application and I created the setup file and it installs and runs like I want it to. I would like the application to install in a certain directory on the computer it is installing on. That means the setup has to create the directory and install the application in it.I also have folders with pictures and a sound file I would like it to install in a separate directory under the directory previously created.
View 2 RepliesI am writing a program that is using a access DB for the info to be displayed. However when i started making the program i started by just databinding the listboxes.
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'TODO: This line of code loads data into the 'AcskillsDataSet.Skills' table. You
[Code]....
but now that im looking at the data this is prolly only useful for simple data. Im wanting to seperate the data from queries into multiple boxes. Am i better off just manually having a connection to the database and running queries into arrays to sort the data?? The above method looks like im going to be trying to fight the databound stuff. There are two tables and the way the built in query builder is im starting to think its easier to write my own queries in variables or whatever.
I'm wondering how would I go about allowing a user to set up an account on a program and as button whn they click on asking their log details? And when they do log On. A pop up saying their name welcome to this program?
View 34 RepliesSetup and deployment project template is missing in my installation
View 2 RepliesIs there code in visual basic 2008 where i can set my program to expire every 30 days ?
View 4 RepliesIs there code in visual basic 2008 where i can set my program to expire every 30 days ?
View 8 RepliesI created a new Windows Service and a stand alone set up program for it. To the solution I added a set up program project and included both programs as outlined in [url]... However, when I run the Setup program, I do not see the my new service in the services window after the set up program completes. Is there additional work that needs to be done to have the program install the windows service correctly or do I need to include the [url]... program and a batch file to get it installed?
View 2 RepliesError while try to make setup file on program.The error message is [code]...
View 1 Replies