Create An .exe File Without Using "Setup And Deployment" Project?

Jan 8, 2010

i have studied very recently that an exe file could be created using "Setup and deployment" project, then by adding the required file to it,thus we can create a 'setup.msi' and 'setup.exe' But i want to know whether, we can create the same exe file , COMPLETELY THROUGH CODING....for example, when i click a button , then an exe file should be created...

View 1 Replies


ADVERTISEMENT

Create Package And Deployment (setup File Or Install File) File In VB 2010 Project?

Jan 8, 2011

I do one project in visual basic 2010.In visual basic 6 project can be make Package and deployment (setup file or install file) file using Package and deployment wizard.But in visual basic 2010 express edition does not have Package and deployment wizard.how to make Package and deployment (setup file or install file) file in visual basic 2010 project?

View 4 Replies

Setup & Deployment - Create An Installation File?

Oct 28, 2009

how to create an Installation file in VB.Net. I create via Setup Project in Setup & Deployment . But how i add Shortcuts , Licence agreement, Serial no and Welcome notes.

View 2 Replies

Deployment :: Setup And Deployment Project With Ms Sql Server?

Nov 3, 2009

i'm developing an application vb.net with mssql server as database. on my pc it works. but i don't know how to make it works on my customer's pc.anybody have some tutorial regarding the creation of a setup and deployment project with ms sql server.my first doubt is: how can i determinate the right connection string?

View 1 Replies

Deployment :: Setup & Deployment - Copy/import 2 Folders And There Sub-files/folders Into S&d Project?

May 7, 2012

Have built a project and associated it with a Setup&Deployment Project. The S&D project needs to contain 2 main folders (under User's Desktop) with various formats of files (xmls, txts, dlls) inside them and several subfolders. How can i copy/import these 2 folders and there sub-files/folders into my s&d project?

When adding them in the usual way, they are copied and defined a source path onto the current pc. You can understand what errors this might create when an another targeted pc does not contain those files to the exact location. Is there any way to copy them locally or somehow import them?

View 5 Replies

How To Use The Setup/deployment Project

Jun 21, 2010

My suggestion is how to use the setup/deployment project - and also how to add it/incorporate it into the project being built.

View 3 Replies

Created A Setup And Deployment Project?

Oct 2, 2010

ive just completed my app and i created a setup and deployment project.Complier forced me to exclude wmp.dll

i get this error for about a second before the app launches. Losing my splash screen because of it

I thinks it has to do with the .dll, but ive no clue how to fix

View 4 Replies

Setup And Deployment Project Walkthru?

Jul 7, 2010

setup and deployment project walkthru? creating a setup and deployment project in Vs2008

View 7 Replies

VS 2010 Setup & Deployment Project?

Apr 26, 2012

For my .Net desktop apps I usually create an MSI installer (I create a 2nd project in my solution, a Setup & Deployment project) and I zip the setup.exe file with the <appname>.msi files together and put them up for download on my site. The installer will go through the process of asking where they would like to install the application (it creates the needed shortcuts and everything).

Right now I'm looking at adding a feature to some of these programs where it'll periodically check it's corresponding xml file on my web server and see if there's a newer version of itself available. I have this portion working just fine, where I'm stuck is that I would like to have it download a separate msi installer to update itself.

The idea is that it would download this different msi file, execute it while the app closes itself. This msi would not ask any questions, it would simply update the needed files in whatever location the first msi installer put the app. When this updater msi is done, it would just re-start the application.How would I go about making an msi installer that doesn't have any prompts and installs the application where ever the first msi installer put it (where ever the user chose to install it to)?

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

Add Icons To Shortcut In Setup/deployment Project

Jun 30, 2010

I would like to add a choice of icons to the desktop shortcut I add in setup/deployment. I can add one icon, but when I run the project there is no option for changing it. The "change icon" button is greyed out. I've made a dll containing 3 icons and added it to the setup/deployment project (also added it to the test project).

View 1 Replies

Alternate For Setup And Deployment Project In Program?

Mar 5, 2010

Setup and deployment project template is missing in my installation

View 2 Replies

Deployment - Creating A Setup Project And Building?

Jun 21, 2009

When i am creating a setup project and building it then i am getting a setup file using which if i install then it is getting installed to single user only i want the setup to build run for every user in that system and the users can access it.

View 1 Replies

Make A Setup And Deployment Project In .net 2008?

Nov 25, 2009

Is it possible to make a setup and deployment project in VB.net 2008, every site i have looked at on google says to just select it from the project list. It isnt in the project list for me to select.Are these types of projects not available in the express version?How can I make an installer, other than using one of the setup and deployment projects? (I know there is a publish button, but that doesn't make a proper installer and installs to the appdata folder which is not what i want it to do)

View 3 Replies

Setup And Deployment Project That Installs My Application ?

Jan 21, 2009

I have a setup and deployment project that installs my application. During installation, I create a hierarchy of folders under the C: drive.

However, when I use add/remove programs to uninstall my application, I do NOT want this hierarchy of folders to be removed. How is this possible?

Also, when creating the folders, I set "AlwaysCreate" to True. If one of the folders already exists, will it be replaced with my new empty folder? If so, how can I prevent this.

View 8 Replies

Specific Condition In Setup And Deployment Project?

Jul 8, 2009

I have a VB.NET Application and I am developing a deployment project in VS 2008.

I need to give the user the choice to allow the application to start when windows start (but this should be optional)

Then in my application there should be an option to remove the application from the windows start up folder.

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

Deployment :: Add The Creation Of A Scheduled Task To The Setup Project?

Feb 8, 2009

how to add the creation of a scheduled task to the setup project of a solution so that it will install the main executable and also schedule it to run in windowsscheduled tasks. The project is in vb.net 2005?

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

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

C# - Setup Project Does Not Create File System Folders During Installation

Aug 31, 2010

I want to create personal folders during installation. I did the following steps:

Right click on your setup project ->
View -> File System
Right click on node "File system on

[Code]....

I know the above steps are correct and should work because i did it in the other application (solution) and worked fine. When i did same exact steps (of course i changed the folder name to be created), the application gets deployed but when i install, i don't get the Personal Folder under Documents? I wonder why did it work with my first solution and didn't work with the current one!

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

Application Setup And Deployment - Create A Software Package

Jun 12, 2009

I completed an application in vb.net and i'm using sql server 2005 as database engine.Now I want to create a software package for this application.But the problem is that how can I include the database within this package,I'm also using a crystal report viewer.ie, How can I install this application to a system that doesn't have sql server?.

View 1 Replies

Deployment :: Create An Uninstall Option In The Setup Package?

Jun 6, 2009

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

View 1 Replies

Deployment :: How To Create A Upgrade Project

Dec 29, 2009

I have a question for many years.. Suppose if I Deployed a project using Setup Project. After some time, I added some features or modify it on customer demand.

1) How do I make a upgrade project so that the user runs the setup and the new changes are upgraded on the client system.

2) How do I automatically create ODBC System DSN Connections.

View 3 Replies

Add Serial Number Requirement To Setup & Deployment > Setup Wizard For Application?

Apr 2, 2009

add serial number requirement to Setup & deployment > setup wizard for VB.net application

View 16 Replies

Deployment - Move Files To A Specific Folder When Run The Setup File For Application?

Jan 4, 2010

I have created deployment package for VB.Net appolication and it runs fine. When setup is rnning, I want deployment package to move a file from bin folder to other specific folder. how can I move this file to specific folder.

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







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