Making A Setup Exe For The Application

Jul 27, 2009

I have a vb.net application which dials another computer and send message to it with the help of cdrvlibnet.dll . I want to deploy this in another computer. I tried following steps.

1. Added a new project with type as deployment project

2. then build the project

3. took the setup.msi to another machine and installed it.

Here are my problems.

1. The icon which created in the desktop and start menu is not running the exe, but pointing to desktop only.

View 5 Replies


ADVERTISEMENT

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

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

Making A Setup File And Got Error?

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

Making A Setup File For A Project?

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

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

(Making A Setup) Changing The Default Location Of Installation Path?

Jun 14, 2009

[ProgramFilesFolder][Manufacturer][ProductName][Version] is the Default. i Want to change the programfilesfolder to documents folder.

I already try this:

[DocumentsFolder][Manufacturer][ProductName] but it doesnt work. error in installing the product. ERRROR: "Could not access network location Polongo companyMC"

Iam changing the installation directory because when the application is installed in program files, my database can't add and edit record. having an error something like "operation must need an updateable query" because of that error i tried to install the appl in documents and there n error i'd encountered like when I install it to the program files folder.

View 4 Replies

Making A Setup Project - Install Directory, Not In C:program FilesmyApp?

Jul 8, 2009

I'm making a setup project for my application. I have a file, dbconnection.xml, that I want to be installed to C:Program filesmyAppdbconnection.xml regardless of where the user chooses to install the application. I've added the program files 'special folder' and have a subfolder, myApp, under that where I place this xml file.

For whatever reason, no matter where the user installs the application to, the XML file is placed in the install directory, not in c:program filesmyApp.

View 3 Replies

Deploying Application With Setup.exe And Setup.msi?

Oct 29, 2011

I'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.

View 5 Replies

Make The Application Adaptable To The Other Computers After Making Exe Application

Dec 14, 2009

I am making a exe application and i am using mysql as my database. So the thing is, when i change to a new computer, i need to change the file path for the database connection string to that computer.

like below:

Dim connectionString As String = "Data Source=----------SQLEXPRESS;Initial Catalog=Flexlink;" & "Integrated Security=SSPI;"

i need to change the data source = --------------- SQLEXPRESS to the computer name that i am using for my project.

May i ask is there any method such that the user dont have to go in to the source code to change the computer's name like those normal installer?

Just install and the application will run according like any exe file that we buy.

View 1 Replies

Create A Setup For An Application?

Apr 12, 2010

I created a small application that uses various things such as .NET GDI Graphics, Text to Speech etc. I want to create a full fledged setup for my application so that the end user would install and start using the application.

View 6 Replies

IDE :: Setup Application To Not Install Or Run From CD

Apr 19, 2010

I have a VB.NET 3.5 Win Form app that I want to put on a CD and distribute. I don't want the application to install since it is only going to be run a few times ever by a user. So is there a way to just run the application from a CD?

View 2 Replies

VS 2005 - Application Looks For Setup Msi

Mar 23, 2011

I have packaged a setup msi. When I run the application, it looks for the original setup msi package which causes a problem when it is no longer available on the local workstation. It also restores registry settings packaged with the setup files. How can I stop this dependency on the setup package from occurring?

View 2 Replies

Create An Update Setup For An Application?

May 19, 2011

I Created the setup for my vb.Net appliaction and installed it on the client systems. The application uses MS Access as the database. So i manually added the file to Setup project under its application directory.

View 2 Replies

DLLs For A .NET Windows Application Setup?

Mar 13, 2009

I have developed a couple of windows applications in Visual Vasic Express 2008. To my horror, I have just discoved that the Setup Project is not available in the express edition.I have been searching to discover which DLLs I will need to include when using my 3rd party Deployment Application.

I know which ones I need for my 3rd Party Controls, but am stuck on which Microsoft DLLs will be needed the Microsoft Controls I have used, plus any other Common DLLs that are always needed.

I have tried searching Microsoft's site but without success.

View 2 Replies

How To Add Product Key To Application While Creating Setup

Apr 1, 2011

How I can add product key or serial key to my application while creating setup.

View 9 Replies

Publishiing Of .net Application With Setup Procces?

Nov 5, 2010

how can i keep the sqlserver install automatically when i install my project with attached my own database to sqlserver 2008 express after publish my project. what is the code i can write to in the setup project under vb.net to keep this happened.

View 1 Replies

Setup An Application Process To Run An Executable?

Jul 19, 2010

I am trying to set up an application process to run an executable, which I include in the project's installation directory, and pass it the necessary parameters; however, I am running into issues as it doesn't appear to be doing anything at all.

Here is what I have:

I define the Process As

Private WithEvents conversionProc As New System.Diagnostics.Process
Then I setup the arugments and the process start info as follows:
Dim ogrDirectory As String

[Code].....

View 3 Replies

Setup An Application To Scan A Barcode?

Oct 27, 2009

I need to setup an application to scan a barcode from a packing slip and the associated fulfillment items on a windows CE 5.0 device and update the inventory on the server. I'm using VB.NET. However, what is the best way to interact with the database? Integration Services, ADO.NET, RDA... etc... it's a bit overwhelming trying to figure out what I should use to interact with the database. It's currently an Access database, but I imagine I'm probably going to need to migrate it to SQL Server or SQL Server Express.

I'd also need to print the packing slip to a network printer from the device. Is there any way to do this?

View 2 Replies

Setup Of 32-bit Application Running In 64-bit Environment

Feb 10, 2010

one general question about 32-bit application running in 64-bit environment Our application is developed in VB.Net depends on .NET Framework 2.0 Service Pack 1 Microsoft Visual C++ 2005 SP1 Redistributable Package All application components are compiled to 32-bit application, such that run in WoW64 of 64-bit Windows Server 2003 without any modification.

[Code]...

View 9 Replies

Setup Of Windows Application Project?

Aug 4, 2011

i have made a window application programme in vb.net.i want to make a setup sothat it can easily install on another computer.plz help me....Pramod Gupta

View 2 Replies

Add Files To A Project To Extract As Setup Application?

Dec 6, 2008

i don want to build a deploy project but just a normal VB.NET Project and that project is kind of extracting files so how can i include files (compress) to project executable app then when i click "Extract" it will extract.last time, I use CHILKATZIP and ZIPForge.NET but it only compress another exe howabout its own project.Thanx,Code Quest

View 1 Replies

C# - Deploying A Winform Application Using Setup Project

Aug 31, 2010

When a user click the .msi, i want a folder called "Your Files", which comes with two small images by default, to be created in C:UsersYourNameDocuments. In short, MyDocuments.

What i did is put the following code in program.cs:

string myDocuments = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
string downloadArea = System.IO.Path.Combine(myDocuments, "Your Files");
System.IO.Directory.CreateDirectory(downloadArea);

Just before:

Application.Run(new mainForm());

The problem is, this folder will be created every time the user runs the application which is not a good solution, also in this case there is no place to load the two images so it can be loaded while the folder is created. I want the folder to be created once preferably while installing the application, so even when i uninstall the folder "Your Files" and its sub files be deleted automatically along with the program files. I tried to do it via Setup Project, but i couldn't.

View 1 Replies

Creat Serial Number To Setup Application?

Nov 19, 2008

I'm creating setup application, and I try to insert a serila number to the costumer information. I foud this: %%-###-%%% it's mean the erial number will be 77-000-777. How to creat another seril number I don't even this %%-###-%%% how it converted.

View 9 Replies

Create 2008 Windows Application Setup?

Mar 20, 2009

I want to create a setup for windows application using 2008 including crystal report libraries (DLL files)and should create a icon on desktop

View 2 Replies

Create Setup File Of A Desktop Application

Jun 12, 2009

I want to create setup file of a desktop application using vb.net.

View 3 Replies

Create Setup Of Windows Application In Vb In 2008?

Sep 29, 2009

the project contains access database file i want to make a setup of my windows application .

View 6 Replies

Make A Setup File Of Project Application?

Nov 5, 2011

How to make a setup file of VB project application

View 1 Replies

Setup & Local Application Data Folder

Jun 24, 2009

I have set paths in my program to look for files in the "c:/Documents and Settings/User/ Local Settings/Application Data/".How do I add the "Documents and Settings/User/Local Settings/Application Data/" folder in the setup program? Everyone tells me to use the Local Settings path for my application data but I can't add this folder in the File System Editor. I have read many different help files concerning special folders but none of them explain how to add the local application data folder.

View 1 Replies

Setup And Deployment Project That Installs My Application ?

Jan 21, 2009

I have a setup and deployment project that installs my application. During installation, I create a hierarchy of folders under the C: drive.

However, when I use add/remove programs to uninstall my application, I do NOT want this hierarchy of folders to be removed. How is this possible?

Also, when creating the folders, I set "AlwaysCreate" to True. If one of the folders already exists, will it be replaced with my new empty folder? If so, how can I prevent this.

View 8 Replies







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