Make A Setup In Program?
Jun 6, 2011Does any one know how to make a setup in visual basic 10 express without publishing!
View 2 RepliesDoes any one know how to make a setup in visual basic 10 express without publishing!
View 2 RepliesError while try to make setup file on program.The error message is [code]...
View 1 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 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 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 RepliesI 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?
I'm writing a program to deploy laptops in a domain environment. I'd like to invoke the windows setup feature that some laptop manufactures use to install applications after windows xp is installed.
View 3 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 RepliesI have made a program that i would like to install onto both 32- and 64- bit windows. If i create a setup for 86bit will it install on both?
View 3 RepliesI have use vb2008 express edition. I created a project have database(access). How can i creat setup this project.
View 3 Repliesim 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 )
I create with a third party program a setup to my app.Do I need to install this files too?
[Code]...
I have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. I am use Vb.net 2008 and ur .net frame work will be 3.5 .It shows following error message
View 6 RepliesYou know, you see an agreement part when installing programs. I created a VB.net program and built a setup. Now, I want to add an agreement part in installation process that wants user agree the Terms of Use to continue the installation. How can I do that?
View 2 RepliesI built a Windows application and I created the setup file and it installs and runs like I want it to. I would like the application to install in a certain directory on the computer it is installing on. That means the setup has to create the directory and install the application in it.I also have folders with pictures and a sound file I would like it to install in a separate directory under the directory previously created.
View 2 Replies[code].....
View 3 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 RepliesI am writing a program that is using a access DB for the info to be displayed. However when i started making the program i started by just databinding the listboxes.
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'TODO: This line of code loads data into the 'AcskillsDataSet.Skills' table. You
[Code]....
but now that im looking at the data this is prolly only useful for simple data. Im wanting to seperate the data from queries into multiple boxes. Am i better off just manually having a connection to the database and running queries into arrays to sort the data?? The above method looks like im going to be trying to fight the databound stuff. There are two tables and the way the built in query builder is im starting to think its easier to write my own queries in variables or whatever.
I'm wondering how would I go about allowing a user to set up an account on a program and as button whn they click on asking their log details? And when they do log On. A pop up saying their name welcome to this program?
View 34 RepliesSetup and deployment project template is missing in my installation
View 2 RepliesIs there code in visual basic 2008 where i can set my program to expire every 30 days ?
View 4 RepliesIs there code in visual basic 2008 where i can set my program to expire every 30 days ?
View 8 Replies