Application Setup And Deployment - Create A Software Package

Jun 12, 2009

I completed an application in vb.net and i'm using sql server 2005 as database engine.Now I want to create a software package for this application.But the problem is that how can I include the database within this package,I'm also using a crystal report viewer.ie, How can I install this application to a system that doesn't have sql server?.

View 1 Replies


ADVERTISEMENT

Deployment :: Create An Uninstall Option In The Setup Package?

Jun 6, 2009

Is it possible to create an uninstall option in the setup package?

View 1 Replies

Deploy Windows Application Without Using Setup And Deployment Package

Apr 8, 2009

I have created a windows application which Installs Multiple MSI's based on some condition. The project is created in Visual Studio 2008 with .Net framework 3.5; If this application runs in a machine which has atleast Dot Net 2.0 installs, it works fine. but the system without framework 2.0 throws an error "The application failed to initialize properly (0xc0000135)"

How can I stop my application from crashing. I tried giving a check in the Main(), but it is not even firing the Main(); Is there any way I can give a prerequisite, But not in the Publish, Coz i am using the output exe and not the clickonce output..

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

Best Free Setup And Deployment Package For .NET?

Jan 8, 2010

What do you think is the best free setup and deployment package for VB.NET? Which is easiest to use?

View 4 Replies

Get Free Setup And Deployment Package?

Feb 12, 2012

best free setup and deployment package for VB.NET? Which is easiest to use?

View 2 Replies

VB2010 Use An Application To Package All Files Together Into A Setup Package

Feb 26, 2011

I am wanting to use an application to package all my files together into a setup package. I have tried InstallShield 2011, but when i click on Visual Basic .net wizard, it tells me I do not have Visual Studio.NET installed on my system. I am currently using VB2010 Express How can I fix this... or is there a better application available for packaging?

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 An Uninstall Option In The Setup Package?

Jun 5, 2009

Is it possible to create an uninstall option in the setup package?

View 1 Replies

2010 - Published A ClickOnce Deployment Package - Specialized Hebrew Font In The Application

Sep 29, 2011

I've developed a database application in VB.Net 2010 Express and published a ClickOnce deployment package, the only choice in the Express version. The installation is supposed to create a listing on the Start menu but this isn't happening. Also, I'm using a specialized Hebrew font in the application that is not carrying over to the installation. what I'm doing wrong or if the ClickOnce publishing method is not capable of working in this way?

View 2 Replies

Deployment - How To Create A Setup

Nov 17, 2010

cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data source=C:solutionvs10 est estinDebugdb2.mdb;**Jet OLEDB:Database Password=secret**")

cn.Open()
''# codes
cn.Close()

I used V S 2010 The above is my code u can see that it is Ms Access DataBase(password protection)How i can create a setupb that can be easy to install other computer.

View 4 Replies

Setup & Deployment - Create An Installation File?

Oct 28, 2009

how to create an Installation file in VB.Net. I create via Setup Project in Setup & Deployment . But how i add Shortcuts , Licence agreement, Serial no and Welcome notes.

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

Process Of Creating A Setup And Deployment Project For Windows Application?

Jun 22, 2010

Step-by-Step Process of Creating a Setup and Deployment Project for windows application

View 2 Replies

Deployment - Move Files To A Specific Folder When Run The Setup File For Application?

Jan 4, 2010

I have created deployment package for VB.Net appolication and it runs fine. When setup is rnning, I want deployment package to move a file from bin folder to other specific folder. how can I move this file to specific folder.

View 1 Replies

Create Package File In Window Application?

Aug 1, 2009

how to create package file in vb.net window application

View 2 Replies

Deployment :: Setup And Deployment Project With Ms Sql Server?

Nov 3, 2009

i'm developing an application vb.net with mssql server as database. on my pc it works. but i don't know how to make it works on my customer's pc.anybody have some tutorial regarding the creation of a setup and deployment project with ms sql server.my first doubt is: how can i determinate the right connection string?

View 1 Replies

Deployment - Can't Even Package

Jan 28, 2009

I am basically an EAI consultant and for my work I took an initiative to develop a windows based GUI whose functionality would be to simply execute a couple of Oracle SELECT queries and display the results in the form. I took the help of my friend who is a VB.NET expert and he was kind enough to develop the complete code for me within a day (He isn't available now). The application did work fine and we tried to package into an MSI using the Deployment & Packaging Project option. Now when I installed the application on a different computer, it throws OraOps10.dll not found ! I also tried the Setup Wizard from the same Deployment & Packaging Project option but it results in the same error.

Please note the following:

-> We used .NET 1.1 and the backend database is Oracle 10g.
-> We downloaded the Oracle Data Access components for .NET from Oracle's website. The DLL file in the error message actually came with this installation.

When I am packaging the solution, I expected all the dependencies including this OraOps10.dll should have also been packaged. What could go wrong here? I don't think I can request my customer to install the Oracle Data Access components for .NET, in this case we don't even need a packaging feature. I would be grateful to you guys if this silly issue is fixed very soon.

View 2 Replies

Package And Deployment

Dec 10, 2010

how to package and deploy vb.net application.

View 1 Replies

Create An .exe File Without Using "Setup And Deployment" Project?

Jan 8, 2010

i have studied very recently that an exe file could be created using "Setup and deployment" project, then by adding the required file to it,thus we can create a 'setup.msi' and 'setup.exe' But i want to know whether, we can create the same exe file , COMPLETELY THROUGH CODING....for example, when i click a button , then an exe file should be created...

View 1 Replies

Deployment :: Package From 2008 For Windows Xp?

Jun 3, 2009

I used vb.net 2008 express to build a database application i created database using access 2007 i created the application using vb.net 2008 express the application creates a report on word at run time my developing environement is

- windows xp
- .net framwork 3.5
- office 2007
- vb.net 2008 express

i want to create a package that could be used to install the application on the following environment

- windows xp
- .net framwork 2.0
- office xp - office 2007

I used the publish command of the build menu but the resulted package donot install , it produces and error informs me to install some assembles to th GAC!

View 1 Replies

Include Database In The Deployment Package?

Oct 8, 2008

I was just forced to switch from VB 6 to .Net. I have my program working but I can't figure out how to include the database that I'm writing to in the install package. I can get the program working by dropping it in but I have to deploy this to other locations and I'd like it to be easy for them.

View 39 Replies

Set Icon In Package & Deployment Wizard?

Feb 16, 2012

I have added my own icon to my application's window title bars, but the Package & Deployment function uses the Visual Basic icom for entries in the Start Programs menu.

View 2 Replies

Use The Package Deployment Wizard With VS 2008

Jun 19, 2010

In VB6 when I finished an application I would use the package deployment wizard and it would include all the dll and ocx files in an exe. Is there a version of VS 2008 that does the same thing?

View 10 Replies

VS 2010 .Net Express Package & Deployment

Feb 27, 2011

I take it that the 2010 Express version doesn't have a package & deployment, it only does CickOnce? That sucks because I don't like the way it installs. Does anybody know of a free package & deployment package?

View 2 Replies

Icon And Deployment Path - How To Edit The Package

Apr 9, 2009

I'm using v2008 Standard Edition deployment Setup1. In the Properties, it seems I have to declare the manufacturer and this results in a deployment path such as: "C:Program Files TOSHIBA MyAppFolder" when the setup CD I created is used. I really want C:Program FilesMyAppFolder as the path. I'd also like to put an icon on the desktop and create a folder in My Documents that can contain two txt files as part of the deployment. I'm stuck as to how to edit the package. Are these options possible?

View 11 Replies

Package And Deployment Wizard In Studio 2008?

Jul 30, 2010

Where to find the package and deployment tool in visual studio 2008

View 3 Replies

VS 2008 : Including Sql Data In A Deployment Package?

Dec 16, 2010

I am wanting to include data in my vb2008 deployment package.I have tried many different ways, but with no success.Even with the "click Once" method, also using the setup method.

View 5 Replies

VS 2008 Package And Deployment Wizard In VB2008

Jan 14, 2010

In Vb6.0 i used to use package and deployment wizard for creating installation packages for my projects. Now I'm not getting to do the same in VB2008.

View 2 Replies

Deployment :: Setup & Deployment - Copy/import 2 Folders And There Sub-files/folders Into S&d Project?

May 7, 2012

Have built a project and associated it with a Setup&Deployment Project. The S&D project needs to contain 2 main folders (under User's Desktop) with various formats of files (xmls, txts, dlls) inside them and several subfolders. How can i copy/import these 2 folders and there sub-files/folders into my s&d project?

When adding them in the usual way, they are copied and defined a source path onto the current pc. You can understand what errors this might create when an another targeted pc does not contain those files to the exact location. Is there any way to copy them locally or somehow import them?

View 5 Replies







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