Setup And Deploy - Setup File Can Just Be One .exe Rather Then A Setup File And A Data File?
Aug 7, 2009
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 Replies
ADVERTISEMENT
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
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
Nov 15, 2011
I've developed a software using VB.Net and SQL compact edition database. (.sdf file) Now i want to add my .sdf file to setup file. I've search internet and create setup file. when i install the software, it is created new folders in program files including my database file and exe file. after double clicking exe file, it is open the software. but when using, it's shown a message "connection current state is closed". but when i run my vb project, it is working well.
Other details.
1) I create data base inside of /bin/debug
2) I've created setup file using this method. File menu --> add --> new project Then, Setup and deployment -> Visual studio installer After that I selected Setup project, then click OK.
3) I add database using this Right click on setup file -> add -> file (In solution explorer window) Then i selected my .sdf file.
This is my connection string
CODE:
It is created only 3 files in Program files.
1. my exe
2. my sdf file
3. System.Data.SqlServerCe.dll file
View 5 Replies
Aug 31, 2010
How can I include a batch file or an .exe file in my setup, that runs after setup is complete?
View 2 Replies
Apr 2, 2009
add serial number requirement to Setup & deployment > setup wizard for VB.net application
View 16 Replies
Apr 2, 2009
I am trying to create my exe file, so I go to build and build my project. Then I take the files in the bin else folder and try to run the exe file in another computer and it tells me that itīs missing some files like form designers and even dll files. It is trying to locate those files in the visual studio folder.
How can I make VB to include all the necessary files in the building proccess so I can run my exe file anywhere.
View 6 Replies
Jun 5, 2011
i have design my windows application in visual studio 2008 and i used crystal reports 2008.now i created a set up file which runs correctly in my system but when i run on other system its not running . tell me detail procedure (means step by step procedure) to create set up n which file to run on other system.
View 1 Replies
Oct 9, 2009
I want to deploy a VB6 application along with all the dependencies using VB.net installer (MSI). So can I execute VB6 Setup.exe (created using Package and Deployment Wizard) from the VB.NET installer (MSI).
View 2 Replies
Jan 14, 2011
I have create a program in vs 2008 (vb.net).When i finish the program i buildit and i create an msi file with shortcut in the desktop.I have run the setup and everything is gona be OK When i check my program i found an error and when i fix it a buildit again (Same Name) and i create also i new msi and setup file.In the second setup the program Override the old install and create a new shortcut.
View 2 Replies
Mar 2, 2012
how 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 Replies
Mar 31, 2010
I resive this message
PLATFORM VERSION INFO
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.3603
System.Deployment.dll : 2.0.50727.3053 (netfxsp.050727-3000)
mscorwks.dll : 2.0.50727.3603 (GDR.050727-3600)
[Code]...
View 6 Replies
May 16, 2010
I have my main project file. I added another solution within it. So BOTH solutions are under the MAIN project file. I can use a custom setup file, and all that other fun stuff, coupled with the 'Check for updates' via Clickonce.
IF i were to use the clickonce setup file..is there a way to have both programs be in the SAME programs folder on the start menu?
View 4 Replies
Jan 13, 2010
i have made a setup file for my project..i want to a key like a serial key to ma setup file..it should ask for key to install project..how do i add a key to my setup file??
View 1 Replies
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
Mar 7, 2009
i have created a windows application and i have created a windows service i have created two separate setup files .
but i want to create a single setup file which will install the two applications (first the windows form and next windows service)
View 2 Replies
Jun 5, 2011
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 Replies
Aug 1, 2011
There is VB.net project, in which i made some changes and rebuild it once again.
create a setup project. its fine sucessfully created.
user is install the setup file its installed sucessfully. but, when he perform some button click action,
he get this error:
System.NullReferenceException:Object reference not set to an instance of an object.
at MySql.Data.Comman.DBConnectionString.ParseKeyValuePairs(String src)..
what can i do to rectify to it ,
another problem was the windows application which is used in the setup project can't work properly.. when i want to edit files in windows application these file can't be edited... error show object not found exception.
View 3 Replies
Jan 26, 2012
I know how to create a setup file. We know that vb.net exe will run under .Netframe work. but most of the computers haven't .Netframe work. So i want to include .Netframe work to the setup file and it should be auto install when installing my software. Should i modify my VB.net code as well???
View 3 Replies
Jan 26, 2012
I 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 Replies
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
Jun 8, 2011
After 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 Replies
Jul 26, 2010
how I can include a file in a setup.exe package and have it copy/add that file into a specific folder/directory when the install is run?
I have a Crystal Report that is in the application's "Release" folder in the development environment. I need to have this .rpt file copied to a folder on the user's C: drive when the Setup.exe is run.
View 1 Replies
Feb 26, 2009
i need to register the control in client machine at installation time.i craeted a bat file which has the following code regsvr32 s mscomm32.ocx.how to include bat file in setup project. and how to make it to run first when installation starts
View 2 Replies
Aug 27, 2010
Is it possible that I could include .NetFramework installation in my setup so when user runs setup, all dependencies including .net framework are installed with that setup?
View 1 Replies
Mar 15, 2011
I have developed an application, in vb.net, which uses the sql database to store some data. I have created the database using server explorer inside visual studio. Afterward I have created the setup wizard to install the application on to another computer but the problem is, I dont know how can I include my database file into the setup file
View 2 Replies
Jan 6, 2012
ok wot i want to do making a huge program got a error code in the setup wot i have done is made a folder placed it in program files and said to visual basic basically to start the program from there with the code process.start witch has worked but i need the setup to place the folder in program files or its not going to work coz all the files are in therend this is the error im getting Error2Could not find file 'C:Program Filessony vegas 10 and 8 with new blue effects big pack 2011vegaspro11.0.510_32bit.exe' 'Not enough storage is available to complete this operation.'c:userselfenliedtopfan5documentsvisual studio 2010Projectssony vegas mega pack setupsony vegas mega pack setupsony vegas mega packsetup.vdprojsony vegas mega pack setup
View 2 Replies
Mar 27, 2011
I am making a project on VB.NET, after the completion of project, is it possible to install it in anyone's computer?I mean to say, the project which I have made in VB.NET 2008, can be only run through Visual Studio,
View 2 Replies
Feb 21, 2011
I want my Visual Basic.NET program to have a file in the startup path when installed.So I want the file to be in my msi Setup file.How can I add this file respectively where can I say that this file should be added to the setup file?I hope I posted this in the right section of this forum.
View 1 Replies
Jan 19, 2010
I created setup file by setup project. I attached with mdf, ldf files in it , SO CAPACITY OF IT AFTER PACKING IS QUITE BIG.I want to reduce its capacity. How can i do that I see some other Setup projects which have attached with mdf ,ldf files but It is not big as SetUp file of me.
View 2 Replies