Create A Setup Program?

Apr 18, 2011

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?

View 1 Replies


ADVERTISEMENT

Create A Setup Wizzard For Program?

Apr 17, 2009

im 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 )

View 2 Replies

Create With A Third Party Program A Setup To App?

Feb 4, 2012

I create with a third party program a setup to my app.Do I need to install this files too?

[Code]...

View 2 Replies

Create Setup Program For A Windows Service In Other?

Apr 8, 2009

I 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 Replies

Create Setup Exe For App?

Jul 1, 2010

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 Replies

How To Create A Setup

Jan 3, 2012

i 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 Replies

Create A Setup For An Application?

Apr 12, 2010

I 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 Replies

Create A Setup Installer?

Nov 13, 2009

Its 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 Replies

Create My Setup File?

Apr 2, 2009

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.

View 6 Replies

Deployment - How To Create A Setup

Nov 17, 2010

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.

View 4 Replies

How To Create Setup By The Codes

Apr 13, 2012

Project.

Imports System.Management
Public Class Form1
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles

[code]....

View 1 Replies

How To Create Setup File

Jan 14, 2011

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 Replies

How To Create Setup With Serial Key

Dec 8, 2010

I 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 Replies

Setup/create A Database?

Dec 15, 2009

1. 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

View 2 Replies

Create A File Setup For My Project?

May 12, 2010

I want to create a file setup for my project that combine such as sql express,crystal report and .NET framework.

View 5 Replies

Create A Single Setup File?

Mar 7, 2009

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)

View 2 Replies

Create An Update Setup For An Application?

May 19, 2011

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 Replies

Create Setup For Excel Addin?

Sep 29, 2011

I 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 Replies

Create 2008 Windows Application Setup?

Mar 20, 2009

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 Replies

Create A Setup In .net With A Project With A Database Connection?

Mar 13, 2011

friends 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

View 6 Replies

Create A Setup Project For The Windows Service?

Sep 29, 2010

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 Replies

Create An Uninstall Option In The Setup Package?

Jun 5, 2009

Is it possible to create an uninstall option in the setup package?

View 1 Replies

Create File Setup With Installation Of Sql Express?

Mar 9, 2010

I 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 Replies

Create Setup File Of A Desktop Application

Jun 12, 2009

I want to create setup file of a desktop application using vb.net.

View 3 Replies

Create Setup Of Windows Application In Vb In 2008?

Sep 29, 2009

the project contains access database file i want to make a setup of my windows application .

View 6 Replies

Create Setup With Sqlserver Database In Vs2008?

Jun 24, 2011

the right direction for creating a setup of my application in which i had used Sql Server 7.0 as a database

View 3 Replies

Create The Project Setup And Include The Database Itself?

Jun 5, 2011

How can i create the project setup and include the database itself..

View 7 Replies

How To Create Project's Setup With SQL Database Files

Jul 11, 2009

I have created a Windows Application in Visual Studio 2005(VB .Net) and used Sql Server 2000 as Backend,Now I want to know how to create a Setup of my Project so that I can install it on clients machine.I have tried by Adding a setup and Deploy project in My application but my setup file include SQL Database files(.mdf,.ldf) and my client has Win Xp installed so my Setup file is asking for sql server connection,but on clients machine Sql server 2000 can't be installed as its compatibility.

View 3 Replies

How To Create TXT File When Running Setup Project

May 13, 2009

I'm trying to do a setup project with VS2008 for my VB .NET application. I would need to create a text file into the installation directory based on the answers the user who installs the program gives. Idea is that I need to have the installation path variable in a text file so that I can read it. And also some other directory specifications too.

I could do the following:
Write the wanted information to the window registry and after the installation is ready, create another application that is run at the end of the installation to create these files.

View 5 Replies

Option To Create Shortcuts - Setup Project?

Mar 16, 2010

I know how to create shortcuts on desktop and program files but i want to make an option with checkboxes...so that you can select if you want those two shortcuts or if you don't them.I've tried this with checkboxes (in User Interface), i've set checkboxes properties and changed "User's desktop" and "User's Start Menu" conditions (in File System). "CHECKBOXA1" for desktop shortcut, "CHECKBOXA2" for start menu shortcut...but it doesn't work... both icons are visible every time.

View 2 Replies







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