VS 2008 Add A Key To Setup File?

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


ADVERTISEMENT

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

VS 2008 - Setup File With A Name Other Than Project Name

Mar 15, 2011

Using 2008 EXPRESS. I went to project properties and (1) renamed the assembly name and (2) the root namespace fields with my desired name. (But didn't rename the project).

NOW --When I took the setup disk to another computer, it "crashes" can't even post the warning it's trying to give. (Yet, it was fine when I left everything alone, the namespace and rootname that is).

All I wanted was a setup file with a name other than my project name.

View 6 Replies

Setup Or An Executable File In 2008 Note

Nov 24, 2009

how Work setup or an executable file in Visual Basic Dot Net 2008 note that the program is linked to a database

View 1 Replies

VS 2008 How To Create Standalone Setup File

Jan 19, 2010

I had developed a small windows software. Now I want create a setup file so that a client can install it on off-line. I used the publishing wizard, it successfully creates the setup file but if I try to install it on other computer which doesn't have the .net Framework, it tries to get it from the net. To avoid this I want to include .net framework into the setup file. How can I do this ?

View 7 Replies

VS 2008 Setup Project Is Not Replacing .exe File?

Sep 6, 2010

I created a setup project along with my main program everything compiles ok and I'm able to install a successfully. The problem I am experiencing is when I try to install over the previous version. I have set the setup property RemovePreviousVersion to TRUE , DetectNewerInstalledVersion to TRUE and I also increment the Version number and choose Yes when prompted to automatically change the ProductCode.

What I find is that when I install my program, the date on a subfolder changes, I don't expect the dates of the support files to change. but I do expect the date of my main .exe file to change. Unfortunately it stays the same. Running the program also shows that this file was not updated. I have read the MSDN articles on this but cannot figure it out.

View 1 Replies

VS 2008 When Create Setup File To Allow It Be Installed Over Itself?

Jul 15, 2009

I'm using the setup method to deploy an app I wrote. The program installs fine, but If I want to reinstall it I get an error message saying the program is already installed and I have to uninstall it first. Is there a flag somewhere when I create the setup file to allow it be installed over itself?

View 3 Replies

VS 2008 Making Setup - Right Click To Mp3 File To Open With?

Jan 17, 2012

I made a mp3 player.. i made setup With installshield 2010 but,when i right click to mp3 file to open with.. here my program.. here my program Files here searh my program in start even my program has a icon i cant see it in open with.. and name..

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

VS 2008 Make Setup File So That User Double Click It And Software Get Installed Silently?

May 8, 2011

I 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 Replies

Create Package And Deployment (setup File Or Install File) File In VB 2010 Project?

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

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

Setup File - Developed A Software Using SQL Compact Edition Database (.sdf File)

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

Include A Batch File Or An .exe File In Setup?

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

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

Create My Setup File?

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

Creating A Setup File?

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

Execute A VB6 Setup File From A MSI?

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

How To Create Setup File

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

How To Make Setup File

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

Setup File Does Not Run After Publish?

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

Use The Clickonce Setup File?

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

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

Create A Single Setup File?

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

Created Setup File Of Program?

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

Error After Setup File Is Created

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

How To Insert .Netframework To The Setup File

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

How To Make A Setup File In Vb 2010

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

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

How To Make Setup File In Easy Way

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







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