How To Make A Setup Project
Jan 13, 2010How to make a setup project
View 6 RepliesHow to make a setup project
View 6 RepliesI'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 RepliesI 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 RepliesHow to make my project as a exe or setup
View 4 RepliesIs 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 RepliesHow to make a setup file of VB project application
View 1 RepliesWhenever I open VS2010 PRO it gives me this and when I try to make a new project it gives this :I have a deadline for a project and I need to start workin' now. I have tried reinstalling twice.
View 1 Replies[code].....
View 3 RepliesWhen i make Setup of my project then my crystal reports keeps old database path how can i resolve it please help me.
View 2 Repliesi 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]...
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 RepliesI'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)
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 Repliesi 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 RepliesOk, 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].....
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?
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 RepliesI 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 Repliesim 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.
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 RepliesI wish to add licence agreement to my setup files (using setup project)
If user does not accept it, setup should be cancelled.
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 RepliesI 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 RepliesI'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 RepliesI want to create a file setup for my project that combine such as sql express,crystal report and .NET framework.
View 5 Repliesive 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
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 RepliesI'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 RepliesI 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 Repliesi 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