Include Bat File In Setup Project?

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


ADVERTISEMENT

Include Sql Enterprise In Setup Project?

Apr 8, 2012

include sql enterprise in setup project?how to include sql enterprise when it's not appear in prerequisites of the setup projectand if it's not possible do i have install the full enterprise edition on the client machine?i use visual studio 2010 and sql enterprise 2008.i'm a database beginner and i always used to use sql express edition but now data base getting grow fast and the limitations of the sql express for 4gb make

View 1 Replies

Create The Project Setup And Include The Database Itself?

Jun 5, 2011

How can i create the project setup and include the database itself..

View 7 Replies

Include External Installer In The VS 2008 Setup Project?

Sep 30, 2009

Recently I created one windows form application and also created setup project using VS2008.My application works with external software, which needs to be available on the PC.I want to bundle this external application installer in my installer, so that I can check if it is already installed and if not then install it and then install my application.I figured out how to work with pre-requisites that Setup project identifies such as .net framework?

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

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

How To Include .cs File Into .net Project

Aug 10, 2011

im using vb.net 2008 not vs, i try to include a cs file but there a no include in project explorer, so i use add existing item.but this cs file should generate a component in toolbar, but it wont, is there any other way to load it to my vb.net project?

code in *.cs file
using System;
using System.Text;
using System.Drawing;
using System.Drawing.Text;
using System.Drawing.Drawing2D;

[Code]...

View 6 Replies

Include A Resource File Into A Project?

Jan 6, 2009

how to include a Resource File into a project, and how to put image files into it for use in my program.

View 2 Replies

Include A XML File In The Project Build?

May 15, 2011

I have written a small VB.NET simulation program that uses an XML file to configure the simulation. I want to include this file in the project build so that when the application is installed, there will be a default XML file in the required directory.

When I do the Project Publish (within VB 2010 Express), there is no option for including any extra data files in the process.

Is it possible to do this with VB 2010 Express ... or should I try some other project builder/installer.

View 1 Replies

Include An Excel-file In The Project Installation?

Feb 18, 2011

I have an excel-file that is being populated with certain information and is used as a base for a printing form...

I need to include that file in the installation and reference to it when populating the cells with some information. So, how do I include that file when installing the project?

( I tried already to change the 'Build Action' to 'Content' )

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

Include Text File In Project Directory?

Mar 19, 2012

I'm trying to include a few text files in my project. These files are read and used to make decisions in the program. Ordinarily, I would just set the file path and open the file via StreamReader, no problem. However, this application now needs to work on other computers and I want to include the text files in the application directory. I've researched two ways to do this:

1) Include the files as resources and reference them via my.resources.

I've gotten this to work ok, except the files are opened as strings upon starting the application. They are fairly large files, which I imagine is taking a lot of unnecessary memory. Also, StreamReader wont work with these files as resources,
or at least I can't figure out how to. My application is already based around using StreamReader so I don't really want to change this.

2) Include the files as additional items. I know how to do this too, but I can't reference the files programmatically.

Can I use a resource text file via StreamReader or how would I reference the files if they're included in my project directory?

View 6 Replies

Include Batch File In Program 2010 Project?

Dec 3, 2011

I am new to VB and Visual Studio. Using VB 2010 express edition. I am making a VB project and from from inside that i want to be able to run a batch file that i already have.

My problem is i am not able to import this in my project. I tried adding it in the project from solution explorer but when i run the program its not able to find it. I am able to execute it when i copy that batch file somewhere on disk and then giving absolute path but not by including it inside my project.

View 3 Replies

Include Contact Project Into Another Project / Add More Items To Database / Forms In New Project?

May 6, 2009

I have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.

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

How To Change The .proj File To Include Reference Dlls When Doing An Auto Build With A Project

Aug 27, 2010

I have a simple vb.net project that outputs a dll. In order to build this project, I have to reference some 3 3rd party dlls by manually adding them to the project and then building.

What I want to do now is auto build this using a app called CruiseControl. . . I have been told that in order to use the 3 3rd party dlls, I have to modify the .proj file to include the .dlls. The thing is, where in the proj file do I include this
and how do I do this? I think I may know where the section is and I have included it here:

[code...]

When I run the auto build program it fails (it runs through but fails at compile time); when I build this manually it works when i refer the dlls. What am I missing to make this work?

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

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

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

Created A Setup File For Project Using Vs2005?

Sep 15, 2009

i ve created a setup file for my project using vs2005....but it doesnot run on anothor target machine..it says that the machine requires windows installer and dot net framework to run my project how do i do this??

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

Make A Setup File Of Project Application?

Nov 5, 2011

How to make a setup file of VB project application

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

MS Runtime Required For App To Run - How To Include With Setup

Apr 7, 2010

My application requires access to be installed on the computer or at least the MS Access runtime. Is their a way to include that with the application to check for that component/resource or install it if it isn't? Or would it just be easier to include a link to tell the user where to get the runtime if the error happens? I am using Visual Studio 2008 and the windows form app is written in VB.net. I am currently using click once for the deployment.

View 1 Replies

[2008] Include .Net Framework With Setup

Mar 11, 2009

VS 2008 SP1

I am deploying my application. As the .Net framework needs to be installed on the user's computer. Is it possible to pack the .Net framework into my executable setup.exe?

This will make my setup.exe big. However, the client doesn't mind.

View 1 Replies

Make A Setup File For Project In Visual Stduio?

May 4, 2010

[code].....

View 3 Replies

VS 2010 Include A 3rd Party Package In A VB Setup

May 24, 2012

I have developed an application which includes CR to display reports. I just found out to run these report, CR runtime engine needs to be installed. I would like to know if possible to include the installation of CR Runtime Engine in the set up of my application? I have noticed the pre-requisite option in VS 2010. But how to add CR Runtime Engine installation to my set up?

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







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