Release Setup Project / Setup

Feb 27, 2009

I've finally got a project compiled and tested and ready to roll out.I have discovered that the "Publish" option is not what it seems, and that we must create a separate "Setup Project" to carry out the task of installing the files.This is not the most intuitive process I've seen, and the online help on that subject is not easy to understand.I was hoping that someone could direct me to a tutorial or guide that would step me through the specific approach I need. Many of the other guides online are vague and address multiple scenarios and do not separate the approaches very well.I have the contents of my project in /bin/release. It runs nicely by iteself with no errors.Here's what I need:

1. To create a setup exe that I can distribute that will install my software, with all of the supporting (resource) files and folders.
2. I need the setup process to force the installer to "agree" to a EULA.
3. I'd would like to provide an image on the installation screen/popup.
4. I would like the software registered in the registry and rely on it being there in the registry.
5. I need it to default to program filesprojectname (it does by default)

View 6 Replies


ADVERTISEMENT

Setup Project - Run Only Setup, Not Default Setup

May 10, 2012

I want to create a real setup project for my application so when someone want to download it he can run only setup, not default setup that provide me VB . How can I do that?

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

Add Project Setup Project For Project For Visual Studio 2008?

Nov 15, 2010

i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :

1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices

2- i try make it with Setup Factory 8.2.1

3- i try with MSI Factory 2.0

4 i try with Setup Factory 6.0

and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :

[Code]...

View 3 Replies

Setup In Win 7 - Using VS 2008 VB And Setup My Application Software In Win XP

Jun 8, 2011

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 Replies

Project Missing From Project Output Group During SetUp?

Nov 12, 2009

I new to this Forum and relatively new to VB programming. I have read some really good posts here and thought I would ask about a perplexing problem I'm having. I createdindows Form application, built it and deployed it with no problems. However, when I added a small block of code, re-built the app and went to add the app to the Project Output Group in the file system editor the project was not in the Project drop down list. I closed the Setup project and deleted it from the project folder and checked my code and re-built the app and tried the Set Up project again with the same result

View 2 Replies

Run An Exe From Setup Project?

Nov 6, 2009

i have included an exe in my setup project. how can i run this exe while running setup.exe,also tell me how to pass parameter to this exe.

View 2 Replies

What Does Setup Project Do For .NET COM

May 13, 2009

Ok, imagine the simplest solution in Visual Studio 2008 with framework 3.5 (OS = Win XP) where I have added a class library. Then I've added a COM Class. This COM Class is so simple, it only exposes 1 function:

Public Function SayHello() As String
Return " Hello."
End Function

[code].....

View 1 Replies

Add A Word Doc To Your Setup Project?

Jul 15, 2011

I have been told to add a button to a desktop app that when clicked, opend a word document that has been given to me. I am using the following line of code to open the file:

Process.Start(Application.StartupPath + "\Registry User Guide.doc")

How do I add this document to my setup project so when a user installs the MSI it will put the word doc into the application.startuppath?

View 1 Replies

How To Make A Setup Project

Jan 13, 2010

How to make a setup project

View 6 Replies

How To Make Setup For Project

Aug 7, 2010

I'm working in a small project i want to know how to make setup file for my project ,to run the project in another computers i try to make setup file from ,, add new project/setup and i added (Source Files and Primy output) to the setup files ,but it is not working in the another pcs can any one tell me how to make correct setup file to work in another pcs

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

Setup Project Can Not Build

Jul 8, 2005

I am using vs 2003 to build a setup project but got this error message"Could not find file ..., Not enough storage is available to complete this operation."I checked the path of the file, it is correct. After I remove this file from the setup project, I can build it successfully and the result msi file is about 250MB, the file I removed is about 260MB, is there any limitation about the size of the file in setup project or the total size of msi file? If so, how can I build the setup project?

View 19 Replies

Setup Project With A Database

Dec 7, 2006

im making a setup project with my windows application. i have pack it but the problem is my database. how do i set there new targets once i added the mdb file. i know thats the problem but i really dont know how to reconfigure

another thing, when its already pack and when i try to run the msi, the interface has an error on the picture above. and whats the bootstraper for? why is it that clicking the bootstraper is an error.

also if my target machine doesnt have vb.net and ms access, would my project be still running in there? this is my first time in making setup projects.. im using vb.net 2k3.

View 12 Replies

Deploying Application With Setup.exe And Setup.msi?

Oct 29, 2011

I'm a Visual Basic beginner. There are many things that I didn't know about Windows software development as I've been a Mac user for 20 years and just started developing Windows programs several days ago.

Anyway, using Visual Studio Installer (File > Add > New Project > Visual Studio Installer), I have two files inside the Release folder - setup.exe and Setup.msi. I've got some information about these files. So when you publish your software, what do you do with these two files? According to one web site, you can put them together into one with IExpress, which produces a file with an extension of CAB. Another web site suggests SFX Compiler. In the meantime, I downloaded a dozen applications at Download.com earlier. If I click on the download button, the final delivery extension is .exe on most of them. I know that you won't go anywhere by double-clicking on setup.exe from the Release folder without Setup.msi. Meanwhile, Setup.msi is a tand-alone application. But nobody uses this file alone to distribute their product.

View 5 Replies

Add Crystal Report In Setup Project?

Apr 19, 2010

My windows app works fine in my pc. Once I created a setup project and then install in a client pc, there is an error to load Crystal Report.How to add Crystal Report in setup project? (I added all dll file associated with Crystal Report but did not work)

View 1 Replies

Add Licence Agreement In Setup Project?

Nov 15, 2010

I wish to add licence agreement to my setup files (using setup project)

If user does not accept it, setup should be cancelled.

View 1 Replies

Build Fails For Setup Project

Mar 16, 2010

I added a setup project to a winform vb.net app which otherwise builds fine. Once the setup project is added to the solution, however, the build fails with the following error;Unrecoverable build error.As there does not seem to be much information I can't figure what the problem is. What can I do from here to fix this to get deployment package?

View 1 Replies

Can't Build Debug Setup Project

Apr 7, 2009

I have a setup project which is full of VB Libraries / apps...when I try to build it in the debug configuration it always errors out with this error[code]...

View 9 Replies

Change The Language Of A Setup Project?

Jan 8, 2012

I'm making my first setup in visual studio 2008. But how can I change the language of the setup? I know i can chage some lines of text but I can't change the title and other stuff. Does anybody know how to change it?

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

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

How To Add Custom Action In C# Setup Project

Sep 20, 2009

How to add a custom action in C# setup project as creating a database in sql server by making selection of local or remote server during installation?

View 5 Replies

How To Change The Language Of A Setup Project

May 3, 2010

I'm making my first setup in visual studio 2008. But how can I change the language of the setup? I know i can chage some lines of text but I can't change the title and other stuff. Does anybody know how to change it?BerryFrom Europe, The Netherlands, Zaandam (Near Amsterdam)

View 3 Replies

How To Make Setup File For Project

Nov 12, 2010

I need to make a setup file for my vb.net project. I use sql server 2005 & VS 2008. I want to make setup file which is write in CD and use any another system.

View 1 Replies

IDE - Customized Setup Project Installation Exe

Mar 3, 2009

I have a series of 12 individual projects developed under a single solution. Now I want to create a Setup Project for installation of these projects. I want to have single setup.exe as output which should install either 1 one of these 12 projects based on the user selection.Whenever user tries to install these by clicking setup.exe, he must be provided the option of selecting the project and then installation should proceed installing the corresponding exe.

View 1 Replies

IDE :: Setup Project In Windowsapplication In Vs2008

Feb 16, 2011

i wanted to know the primary output and other types of files listed when u add project output what exactly they are how they r used.Another thing what comes under detected dependencies.?

View 4 Replies

IDE :: Setup Project Upgrade Code?

Oct 22, 2009

I have an application which has been deployed in a setup programme, but have lost the original project setup code.The new versions setup project has a different 'Upgrade code' GUI in the setup project and therefore when you try and upgrade the product it throws an error saying that a later version of the product is installed!

Is there any way for me to retrieve the Upgrade Code from an installed version of the program so that I can amend the new installer to match the old program.The program has to be installed to 350+ desktops via active directory, so no answers with silly shortcuts that only work for a single PC please people.

View 3 Replies

IDE :: User Interface In Setup Project?

Dec 23, 2009

i have few questions about the user interface when working with a VS setup project

1. i have added a Checkboxes dialog, i have 3 checkboxes they are used to select upon 3 tools to be installed, so during the progress of the instilation, how should i let the project know which of the 3 tools was selected ? (i hope i was clear)

2. a bit of silly question - is it possible to edit something in a dialog ? like in my case in the "finished" dialog my customer didnt like the the end button is named "close" and he wants it to be named "Finish"

finally, this is an extra non programing but it would be good if i was able to find an answere :P, when i plug a USB in the computer it opens the autoplay, and i have my instilation file in the USB (it will be distributed on a USB rather than a CD), so i want to add to the autoplay a button that runs the instilation file

View 1 Replies

IDE :: Where Is Setup Project Template Located

Nov 5, 2009

I want to change the defaults of setup project, (ex. installallusers to true, it comes with false). Any one know where is the setup project template, so I can change it

View 6 Replies







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