How To Create Setup By The Codes
Apr 13, 2012Project.
Imports System.Management
Public Class Form1
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles
[code]....
Project.
Imports System.Management
Public Class Form1
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles
[code]....
trying to make programe can creat and write text files of extension ".txt" and i still need codes for creating and editing a *.txt file
View 13 RepliesDear Experts modify UPDATE codes according to INSERT codes Style.
[Code].....
I need update codes as there are insert codes
I want to create a small delay so that my 1st set of codes run smoothly. How can I do that in vb.net ?
Edit 1 Suppose I have a few lines of code like this
..................Statement Line 1..............
..................Statement Line 2..............
..................Statement Line 3..............
[code]....
Only when the execution of first five statements are complete then only the next five can be executed
i am trying to create a small program that will calculate the miles between to postcodes.The way im doing this is to fill out a webform for each postcode and collect the returned Long/Lat values (i will then calculate the miles from that)
This all works well until my program freezes with no error message. It's after the same number of records as well and I don't know why.[code...]
I've been looking online on how to setup a "Setup.ext" to install my app, but cant seem to find one for vb.net 2010 express
View 3 Repliesi have written a code in vb.net which makes use of SQL server management studio. i want to create a setup for this software so that i can install it in other pc.
View 2 RepliesI created a small application that uses various things such as .NET GDI Graphics, Text to Speech etc. I want to create a full fledged setup for my application so that the end user would install and start using the application.
View 6 RepliesIts two programs that work together called Script Writer and Script. My problem is, I need something that will install it on other peoples machines and will be easy to install and use to make. or possibly a way to manipulate the publish option under Vb 2008 to make a setup.exe for the file that won't install it in a funky place. It also needs to install both programs in the same directory. Because Script pulls its information from output.txt which Script Writer, writes information to output.txt. I can share the Vb scripts if you like. But I'm kinda perplexed on this. I've tried installing it after publishing it, then I go to the installation folder and copy its contents, then paste them in a seperate folder on my desktop. It works on my computer but not other peoples computers. Also when publishing my program from VB 2008 it won't publish anything in my debug folder, so html.txt and output.txt doesn't get published with the setup and doesn't install when the setup is ran. So I'm having a few problems here.[url]...
View 19 RepliesI 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?
I am trying to create my exe file, so I go to build and build my project. Then I take the files in the bin else folder and try to run the exe file in another computer and it tells me that itīs missing some files like form designers and even dll files. It is trying to locate those files in the visual studio folder.
How can I make VB to include all the necessary files in the building proccess so I can run my exe file anywhere.
cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data source=C:solutionvs10 est estinDebugdb2.mdb;**Jet OLEDB:Database Password=secret**")
cn.Open()
''# codes
cn.Close()
I used V S 2010 The above is my code u can see that it is Ms Access DataBase(password protection)How i can create a setupb that can be easy to install other computer.
I have create a program in vs 2008 (vb.net).When i finish the program i buildit and i create an msi file with shortcut in the desktop.I have run the setup and everything is gona be OK When i check my program i found an error and when i fix it a buildit again (Same Name) and i create also i new msi and setup file.In the second setup the program Override the old install and create a new shortcut.
View 2 RepliesI have develop one project in VB.NET I want create setup file with serial key also i want to install this setup on perticular machine.
View 2 Replies1. What tools do I need to set up/create a database?
2. How do I set up/create a database?
3. Lets say I have some sort of "text" in my database. How would I get another one of my programs to connect to my database, and download the "text".
4. How would I "host" my database? I want my program to be able to connect to my database without having my computer on 24/7. must be free
I want to create a file setup for my project that combine such as sql express,crystal report and .NET framework.
View 5 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 have created a windows application and i have created a windows service i have created two separate setup files .
but i want to create a single setup file which will install the two applications (first the windows form and next windows service)
I Created the setup for my vb.Net appliaction and installed it on the client systems. The application uses MS Access as the database. So i manually added the file to Setup project under its application directory.
View 2 RepliesI have a created an excel addin application in vb.net using vs2010.The application is working fine while running from IDE. Now I want to create a setup for the application to install the same addin in other system. How can I do this? I created a setup project and added the dll of the addin and created setup file. When I installed it in other machine, installation was succesful. However I could not see the addin in excel when i opened it.
View 1 RepliesI create with a third party program a setup to my app.Do I need to install this files too?
[Code]...
I want to create a setup for windows application using 2008 including crystal report libraries (DLL files)and should create a icon on desktop
View 2 Repliesfriends i m a newer for dotnet...and i m a student i m creating a project with a simple database connection
i need to make a setup of that project but whenever i create a set up it wont connect with my database
it'll shows a error how to make a setup in vb.net with a project with a database connection
Now that I've got this service that runs really great on my 32-bit development machine when I use InstallUtil.exe to install it, I'm ready to take it to the next level and generate something that I can use to install it on my 64-bit production server. I've never done this before, so I'm looking for detailed, step-by-step instructions on how to "publish" this Windows Service that I've written, or make it such that I can take some kind of file (or set of files) and install my service on another machine. I'm looking for a way to do this using Visual Studio 2010. I think the processes are different than in previous versions of Visual Studio.
View 4 RepliesIs it possible to create an uninstall option in the setup package?
View 1 RepliesI have vb.net project (visual studio 2005) and ms-sqlexpress as database. i want to make file set up that contain vb.net exe file and other necessary files and installation of ms-sqlexpress.
View 4 RepliesI want to create setup file of a desktop application using vb.net.
View 3 Repliesthe project contains access database file i want to make a setup of my windows application .
View 6 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 Repliesthe right direction for creating a setup of my application in which i had used Sql Server 7.0 as a database
View 3 Replies