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


ADVERTISEMENT

Deployment :: Create Install File Without The Need For User To Install SQL Server?

Jun 6, 2009

I have a project that i have created in Visual Studio express and SQL server express. i want to create an install file so that i can send to others to install. Currently it is requiring the user to install SQL server Express and 3.5 .net framework.what steps can i take to stop the user having to install these 2 so that it is a simple install for them.

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

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

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

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

Get "Path / File Access" Error When Build A Setup Package For A VB 6 Project

Mar 19, 2010

I am trying to build a setup package for a VB 6 project. I get a "Path/file access error", what can i do to over come that

View 2 Replies

Install Windows Service Via Setup And Deployment Project

Apr 27, 2009

I've been busy with work and other bits and bobs and not really had much time for programming... but anyway, I have just written a fairly simple windows service in VB.NET and although I can install it on my PCs/servers using the command line InstallUtil.exe component, this isnt ideal for other people that may need to install it without my assistance.

So basically I just need to know how to get a normal Setup and Deployment VS project to install this service itself... I thought it would be as simple as selecting the service assembly to include in the deployment project and building it, but unfortunately that seems to do naff all. Do I need to use a 'Custom Action' in the setup project (and if so, how/what do I do?)

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

How To Create TXT File When Running Setup Project

May 13, 2009

I'm trying to do a setup project with VS2008 for my VB .NET application. I would need to create a text file into the installation directory based on the answers the user who installs the program gives. Idea is that I need to have the installation path variable in a text file so that I can read it. And also some other directory specifications too.

I could do the following:
Write the wanted information to the window registry and after the installation is ready, create another application that is run at the end of the installation to create these files.

View 5 Replies

C# - Setup Project Does Not Create File System Folders During Installation

Aug 31, 2010

I want to create personal folders during installation. I did the following steps:

Right click on your setup project ->
View -> File System
Right click on node "File system on

[Code]....

I know the above steps are correct and should work because i did it in the other application (solution) and worked fine. When i did same exact steps (of course i changed the folder name to be created), the application gets deployed but when i install, i don't get the Personal Folder under Documents? I wonder why did it work with my first solution and didn't work with the current one!

View 1 Replies

Include A File In A Setup.exe Package?

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

Include A Separate Initialization File With Setup Package?

Feb 8, 2010

I have developed a windows forms desktop application using vb.net 2005. It is installed on client computers using a setup package.

One of the clients wants to redistribute the setup package to other users.

He wants to provide the users with an initialization file containing the database server name which they will be using, so that it is available when the application is installed. They are apparently incapable of physically typing in a server name themselves after installing the application.

Is there any way I can include a separate file with the setup package which the application can find after it has been installed?

View 6 Replies

Visual Basic 2010 Does Not Have A 'Package And Deployment' Project Type?

Sep 14, 2010

found that Visual studio Basis not have a 'Package and Deployment' project type, andVisual studio professional Trial Edition is a temporary solution and also I remember that the license agreement says that Trail Editions

View 8 Replies

IDE :: .htm File Doesn't Work After Deployment And Install On Client

May 27, 2009

I have a windows project completed and am using an MDI with a help menu.So now I'm working with a click once deployment.When the user clicks help, it should load an .HTM file, but instead, when installed on the client it gets a "page cannot be displayed error".

I created the file in word. Saved as an .HTM. along with it came the images folder. I placed it in the bin/debug folder. I've made sure all the images and the .HTM files are set to Build Action = content and Copy Always. These files are copied out to the deployment website. It shows as "required(auto)" under appication settings, publish. Everything else in the deployment works nicely, including Crystal Reports and Powerpacks.So what is going wrong with this?The help is a windows form with a browser control on it and the following code.Note that the Catch on the Try doesnt kick in either on the client.

Private Sub Help_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'change mouse pointer to hourglass
Cursor.Current = Cursors.WaitCursor

[code]....

View 5 Replies

Visual Studio - .NET 2010 Project Setup/Installation Package?

Feb 3, 2011

I've created a setup project for a VB.NET 2010 application that I've written. The application, and the installer both work fine on my development machine.The installer works fine on other machines, but when I run my application it immediately crashes and dies without telling me anything useful. I've tried it on Windows 7, Windows XP, and Windows Vista machines... and all had the same problem, so I think it's more of a package configuration issue than a machine-specific problem.Here's the most useful information that I was able to get out of it:

[Code]...

View 1 Replies

Uninstall And Install At The Same Setup Msi File

Jul 23, 2010

I created a myapp setup project and set "RemovePreviousVersions = true". I have to uninstall previous myapp first and then install new one. Is there any any way to create a setup msi file to uninstall and install at the same step?

View 7 Replies

VS 2010 Setup & Deployment Project?

Apr 26, 2012

For my .Net desktop apps I usually create an MSI installer (I create a 2nd project in my solution, a Setup & Deployment project) and I zip the setup.exe file with the <appname>.msi files together and put them up for download on my site. The installer will go through the process of asking where they would like to install the application (it creates the needed shortcuts and everything).

Right now I'm looking at adding a feature to some of these programs where it'll periodically check it's corresponding xml file on my web server and see if there's a newer version of itself available. I have this portion working just fine, where I'm stuck is that I would like to have it download a separate msi installer to update itself.

The idea is that it would download this different msi file, execute it while the app closes itself. This msi would not ask any questions, it would simply update the needed files in whatever location the first msi installer put the app. When this updater msi is done, it would just re-start the application.How would I go about making an msi installer that doesn't have any prompts and installs the application where ever the first msi installer put it (where ever the user chose to install it to)?

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

Setup File Program Shows Error When Install It

Jun 11, 2011

[Code] I have used flash .swf file there in my program(It shows animation there in form1).If I dont have flash player here in my pc & if I install & run my program then it shows error message that "Windows Application1 got a problem needs to close". If I have visual studio then it works when I install flash player. But if I dont have visual studio here in my pc & install flash player it shows same error that "WindowsApplication1 got a problem needs to close".

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

IDE :: Install A MSI Package As A Prerequisite For An Installation Using Wix Setup?

Aug 17, 2010

I need to Install a MSI Package as a Prerequisite For an Installation Using Wix Setup...How Can I do it....? I first need to install this MSI package and only want to Continue the Set up,If this Installation Would be Successful...

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

"registration Of Ocx File Failed" When Install MSI Package

Dec 7, 2010

I am creating an MSI Package for my application.There are some ocx files which needs to included as the part of the installer. When i try to install this package it says "registration of ocx failed,contact administrator personnel" with some error code,this happens with all the ocx file in the package. i investigated the registration property of the ocx files and it is set to "vsdrfCOMSelfReg".

View 1 Replies

Deployment :: Make Exe File Of Project?

Oct 24, 2008

I want to make exe file of my project but i don't know how make.P

View 5 Replies

Create Package File In Window Application?

Aug 1, 2009

how to create package file in vb.net window application

View 2 Replies

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

Include Excel File In Install Project?

Jun 22, 2010

I need to include an excel file in the installation project of an application. I've added it to the install project under application folder. I need to read that file into a dataset during runtime. The file needs to be included on install so that the customer can change the file as needed.

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







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