How To Make Setup
Jun 22, 2010I have developed my project now i want to make setup how can i do.
View 1 RepliesI have developed my project now i want to make setup how can i do.
View 1 RepliesHow to make a setup project
View 6 Replieshow can i make the setup file to do whatever i want it to do via VB 2010 ultimate or anything else? I want the setup file when runs for first time to get the processor ID of that pc.Then i want it to save that ID. When i run it again in a different pc i want it to get the processor ID of the second pc and compare it with the one that it got and saved from the first one.If its the same it will run again.If its not the same then it wont run. Thats what i want it to do..
View 1 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 RepliesDoes any one know how to make a setup in visual basic 10 express without publishing!
View 2 RepliesI am an absolute beginner to VB programming and i want to know that how can i make a setup for my application in vb 2010 express
View 3 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 RepliesAfter we finished make a project , we need to make setup file right ? is the setup file contain all the component we use in our vb.net ? like Crystal Report component
View 1 RepliesHow to make my project as a exe or setup
View 4 RepliesError while try to make setup file on program.The error message is [code]...
View 1 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 RepliesHow I make SetUp for program in vb.net with local database(data base which include in visual studio.net 2008) to make it work in other computers which not have the visual studio 2008?
View 7 Replies" how can i make framework 3.5 setup run in silent mode??? "i want to make the framework 3.5 setup run under windows XP in a silent mode and that's mean i will setup framework 3.5 without ask the user if he want to setup or not .* that's happen when we setup the visual studio 2008 .net under Windows XP , it setup the framework 3.5 and 2 without ask the user .i need this because when i make a program it's run under windows vista and windows 7 but it didn't run under windows XP and that becouse of the framework 3.5 is not installed?
View 14 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 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 RepliesIs there a way to make a setup package on VB 2010 that will check prerequisite addons on clients PC?
The setup will check if MS Access 2010 Engine and Crystal Reports Runtime 2010 is installed. If the installer detected its already installed it will just install the application.
If one or both prerequisite is not found the installer will install the addon automatically.
how to make Autorun installing for win Applicatin Visual studio that installing .net framework and sql server or all needed?
View 1 RepliesI want to make it as an Installer.how can i make it a setup file so that user double click it and the software get installed silently? I used in my program ms-access 2007 database and some other sound files which i linked to my project and some vedio files.Suggest me how can i make all the files as in a single installer or setup.
View 20 Repliesadd serial number requirement to Setup & deployment > setup wizard for VB.net application
View 16 RepliesI 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 Repliesi want to make "Setup and Deployment Projects" but when i run setup on another machine it gets error because there is no sql datebase on this machine
View 5 RepliesI'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.
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)
I hv deployed my project using "Setup and Deployment" wizard. I hv installed MS VS.NET 2003 Bootstrapper Plugin -> A plug-in for creating deployment projects in Microsoft� Visual Studio� .NET 2003 that contain the .NET Framework version 1.1 and/or Microsoft Data Access Components (MDAC) version 2.7. still it is giving the error The setup requires .NET Framework 1.1.4322. Install the .NET Framework and run the setup again. The .NET Framework can be obtained from the web. Would u like to do this now?
[Code]...
Setup and deploy for my project worked fine for a while allowing you to install my program and uninstall the old version, but now it installs two entries. I don't get it, before I got it do do that it would give an error that it needed to be uninstalled first. Now like I said I get two entries in the programs uninstall window. RemovePreviousVersions = true. I change the version number and update the product code. Even tried changing the upgrade code. I just don't get why it doesn't work anymore, and its really annoying! Also, is there a way that the setup file can just be one .exe rather then a setup file and a data file?
View 2 RepliesI have a windows appl'n and it requires certain patch which are needed so I want to create a setup in such a that I can embbed the patch setup in my appl'n setup. I don't know whether this is feasible or not.
View 1 RepliesWhat type of database?[code]...
View 1 Replies