How To Make Deployment

Apr 26, 2010

I have done VB.net application by the functionalities of export the word documet. Its working fine in the developemnt machine. During the developemnt , i have added the MICROSOFT.OFFIVE.WORD.INTEROP is added.

View 1 Replies


ADVERTISEMENT

Deployment :: How To Make An Installer

Mar 20, 2009

I have made my program which i want to distribute, how can i make an installation package for it?I know there are third party software i can use to do this, but is there anything in the VB framework that i can use to install it?

View 3 Replies

IDE :: How To Make The General Deployment

Jun 13, 2009

i successfully deployed one application but some small small issues coming in that...Here i want clarify some common doubts in redistributable components...I created one windows application in VS 2008 with C# as language and SQLServer 2005. I created msi setup application in vs 2008 itself. My application includes 2 third party tools. One is for skin and another is for capture images from different devices like camera, web cam etc...Database i deployed is sqlexpress 2005

Generally i added the following prerequisites:

1. Dot Net Framework 3.5

2. Windows Installer 3.1

3. Crystal Report basic runtime for vs 2008 (x86, x64)

4. SQL Server 2005 Express SP2 (x86)

For all these i have no doubts except 4th one.Other than these prerequisistes my first third party tool(for skin) include Visual C++ 2005 Runtime. For this i tried Visual C++ Runtime included in the VS 2008 prerequisites but not worked. So i downloaded Visual C++ 2005 for x86 and x64 and create the custom prerequisites using "Bootstrapper Manifest Generator" and its working successfully For the second third party ocx component (for live video from devices) they telling the following compenents other than ocx component.

a. MFC Libraries (gdiplus.dll, msvcrt.dll, mfc42.dll)

b. DirectX 9 runtime or better

c. Windows Media format runtime files (they gave wmfdist.exe)

I told the system OS requirement is Windows XP SP2 or Vista. Architecture 32 bit and 64 bit(with conditions)

1. I didnt include the 3 MFC Libraries (gdiplus.dll, msvcrt.dll, mfc42.dll) in my setup application Yes i not included the these dlls. But i didnt get any error up to now. I think XP SP2 included these files. Any problem raises in vista or somthing other machines if i leave these files or these files updated when i installed that Visual C++ 2005 runtime? Because when i search MFC libraries i got the result as visual c++ runtime. Please clear about this and tell the i want to include or not?

2. I didn't include DirectX 9 runtime I dont have any common doubt in this because mostly sp2 inludes directX only. But if i inluded these can you give the latest and best redistribution component download link? I dont know is this component differe 32 bit or 64bit?

3. I didnt include Windows Media format runtime files This also i dint included but not got any issues. But some customer told that grains like coming in the live screen. Is this because of unavailability of these component? For include this i didnt got the download link. But i download the sdk from the following link...

[URL]

I installed and i got the same wmfdist.exe as the third party gave. My doubt here is is this support for vista also .. Any incompatabiliy for 64 bit.? if then can anyone give the 64 bit redistribtuion component download link also.

4. SQL Express 2005 Express 64Bit As this application want to support 64 bit also...i want to include 64 bit express edition. But i think the 64 bit support is express advanced version only. Here my problem is if i download tht i cant create custom prerequisites for sql express because i am not well in this.

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

Deployment :: Make Program Run Under Windows Xp?

Sep 12, 2009

because when i make a program and try it under windows xp it give me error that it is need .net framework 3.5 so how to make the .net framework install when i install the program i tried to use setup wizard in vb 2008 and put in it the framework but it didn't work

View 2 Replies

Deployment :: Make A GUI Exe Run A Module In Command Line?

Oct 20, 2009

I have a GUI VB application, and a seperate command line module. How can i run the command line module through the gui app, without binding / installing?

View 5 Replies

Make A Setup And Deployment Project In .net 2008?

Nov 25, 2009

Is it possible to make a setup and deployment project in VB.net 2008, every site i have looked at on google says to just select it from the project list. It isnt in the project list for me to select.Are these types of projects not available in the express version?How can I make an installer, other than using one of the setup and deployment projects? (I know there is a publish button, but that doesn't make a proper installer and installs to the appdata folder which is not what i want it to do)

View 3 Replies

Deployment :: Make An Install Pack That Contains Microsoft Installer And Framework?

Feb 23, 2012

I just finish my first application, and it is runing very nice on my computer, outsite IDE.But when I put it on another computer or in a virtual machine, i get some error and it is not running.In my application i have only controls, no dll, no nothing, except one picture.I have to mention that i have win7 on 64 bit and i use visual basic 2010 Express with netframework 4.0.

I also want to ask you what i have to do to make an install pack that contains microsoft installer and framework.I want to make a setup file with all this included.

View 1 Replies

Deployment :: Make Patch Maker Binary Differential Update?

Feb 22, 2010

any1 has any ideas on how to code a patch maker, (binary differential update) so when i run my patch maker, it output a program (*.exe) that will update files on another machine or local machine, assuming that old files to be updated to a new file having the same data in result;

and also the output patcher should be smaller in size (compressed)currently wad i could think of is a very very simple one but totally useless and not efficient and result large file size patch

1. where mine is read both file data
2. is both byte the same ?
3. [if not same ----> write down the marker value in outputfile1 and byte value in outputfile2]
3. [if same ----> do nothing]
4. read byte if available
5. (marker + 1)

the marker value is how many byte have been advanced so with resulting patcher will read those marker values to advance to the file address (which is the position number) and update accordingly to its byte value outputfile1 is marker values, outputfile2 is byte values corresponding to outputfile1 marker value to advance to the byte position

View 1 Replies

WebBrowser Control Make Application Or The Deployment PC Vulnerable To Any Significant Security Risks?

Mar 17, 2010

I have a Visual Basic.Net Windows Forms application to which I am considering adding the WebBrowser control. I'm assuming that the PC's on which this application will ultimately be deployed/installed will have the latest Windows (XP, Vista, or 7) updates, a firewall, and an Internet security suite installed/running.

With this deployment environment in mind, does the WebBrowser control make my application or the deployment PC vulnerable to any significant security risks? Are there any programming issues that should be addressed to eliminate potential security risks when using the WebBrowser control?

View 1 Replies

Deployment :: Deployment Of SQLEXPR32.EXE Using Template.ini File

Feb 24, 2009

I am deploying sql express as a prerequisite. I have created a custom prerquisite using bootstrap manifest generator. The problem I have is replacing the template.ini file which exists in the sqlexpr32.exe cab file. Winrar and winzip allow me to open the sqlexpr32.exe but will not allow me to edit, add or replace the template.ini.I also cannot find the path where the sqlexpr32.exe extracts to as I want to use that path for the settings file eg "template.ini".[code]

View 1 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 :: Deployment And MS Power Pack?

Jun 25, 2009

I have a windows app that uses the shape control which is part of the MS power pack and requires Microsoft.VisualBasic.PowerPacks.Vs.dll. I am using Publish to build my app and I have tried to change the dll to Include in the properties page but nothing seems to work.

I need a way to have the file included and I am unable to find a external copy and I understand that I cannot just copy the dll from my PC into the installation folder

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

Make "Setup And Deployment Projects"?

Jan 16, 2010

i want to make "Setup and Deployment Projects" but when i run setup on another machine it gets error because there is no sql datebase on this machine

View 5 Replies

Deployment :: Windows 7 (64 Bit) Deployment?

Feb 24, 2010

I have compiled my app to x86 so that it will run in a 64 bit processor, the issue I am facing right now is that when I install the app in under application folder I am not able to edit the config file which is in the same folder of the exe. how to give admin previlages to the application ?

PS: the app runs fine when installed in a different folder other than applicaitonfolder

View 3 Replies

Application And SQL DB Deployment

Dec 4, 2011

I have decided to try and engage creating my first app with a database. I have run through all the VB Express 2010 default tutorials and feel confident to move up one notch.My application on has two users and we do not have a server, just a file sharing setup which works okay if youre using MS Access DB. I have also constructed the app with a Service based DB attached to the project (VB Express 2010)I have spent a week trying to research this on Google but cannot find any specific answers to my questions.So, how do I setup the app prior to publishing so that I can install the app on both desktops and have SQL server installed on only one of the desktops with the DB residing on that?

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

Deployment Not Working On Some PC's?

Aug 31, 2009

I installed VB2008 Express a few days ago and have written a small program. When trying to deploy this I'm having problems that it's only working on some PC's, but not on others. At first I thought it may be something in my program, but I've been doing some tests and I'm noticing that ALL programs don't work on some PC's.

To do the most basic test possible, I opened VB, started a new app called 'Test' and without doing ANYTHING I published the application to Test On the PC which wrote the program and on a friend's PC, it works fine. But on this PC and on another friend's PC, as soon as I hit the 'Run' button I get a XML page (pasted below).As I say, the program has NOTHING in it, it's just an empty form.Forgot to add one thing, when trying to deploy via disk earlier on this PC, the installer DID install both Windows Installer and also the latest .net. I've also had a guy on another forum who can't run from my webpage, even though he's a VB user.

XML page that comes up when I hit 'Run' reads as follows.

<?xml version="1.0" encoding="utf-8" ?>
- <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-

[code]....

View 2 Replies

Deployment Of .net Application?

Jun 22, 2010

i have developed a small application of vb forms in which i have use a service based sql server databas(.mdf)i want to make its msi installer last time i have made it and after installation application giving error for connecting?

View 1 Replies

Deployment Other Than Click-once

May 14, 2011

does VB2010 express offer a different deployment than Click-Once?

On the MSDN help pages i did not see any of the items that were described when using File->Add-New Project.

View 3 Replies

Deployment, Cannot Write To MDB

May 7, 2011

I have an app that gets installed into the Program Files folder (in its own folder of course). It has a small access mdb file to which I write some data. I'm able to read the data fine, but the app won't write to the db unless I run it as an administrator and always gives an error.

View 12 Replies

IDE :: Click Once Deployment?

Jul 7, 2009

IDE :: Click Once Deployment

View 1 Replies

IDE :: Deployment With Resources?

Feb 18, 2009

I have a VS 2008 Visual Basic program that uses rich text, jpegs and wav files. The program works when run from the IDE.

View 1 Replies

IDE :: Fix ClickOnce Deployment?

Sep 2, 2009

After 18 years of experience developing in VB you have succesfully made this the most difficult deployment method possible

View 6 Replies

Package And Deployment

Dec 10, 2010

how to package and deploy vb.net application.

View 1 Replies

Set Up Web Server To Allow Teh Deployment?

Dec 30, 2008

I want to deploy a vb.net Windows application (from my computer) to a computer with IIS installed on it. Users can use IE to browse to the deployment web site to install the application. Problem is that web server refuses to allow the deployment, it keeps asking for the authentication...user name and password. I tried all user names and passwords on that machione and it still will not allow the deployment.

View 1 Replies

Sql - Deployment Of .Net Project?

Dec 1, 2011

I am working on a Project which uses SQL Server,Crystal Report. And the project is almost complete and i am going to publish it.Now I dont want to add the Prerequisites for the project as it will make the size of the exe to some 400mb but my application exe is just 4mb.

Now currently i have seen something in the Reference Section of Project Properties.That is the dll Control that i am using for Buttons has the Column called Copy Local with a value of True but for CrystalDecission.Shared its just False, so is this value changing to True helps me or not... that is i should not have to include as Prerequisites for crystal report..

View 1 Replies

.net - ClickOnce Deployment Errors

Mar 30, 2009

I am trying to deploy a ClickOnce app. It had worked previously when the server was just sitting with .Net 2.0 installed (no SP). Recently the server had 3.5SP1 installed on it and now ClickOnce is failing with the error:Value does not fall within the expected range inside System.Deployment.

Here is the information posted on the MSDN forums (answers there are generally hit or miss for me) with the call stack:It was in VS 2005 w/SP1 and I tried changing the path I publish to, changing the installation URL, changing the assembly name, manually controlling versions, running mage -cc, manually removing all application data in %userprofile%AppDataLocalApps and even changing deployment servers completely but still get the same error:

[Code]...

View 6 Replies

.net - Sharepoint + VSTO Deployment?

Jul 21, 2009

I've developed a Word template in VSTO. When published it consits of several files including a Setup.exe, several msi files etc.Due to the fact that my company's security policy won't allow me to store dlls and exes on the server I need an alternative way to provide all the necessary stuff to the end user. I thoght it would be enough if I:

1) execute the setup.exe file on each client machine (it says everything got properly installed)

2) upload the xxx.dotm file to sharepoint and register it

3) edit policy settings

but it doesn't. When a user creates a new Document inside sharepoint using "New"->"xxx" the requested document loads without any error message and show the document but Word won't load any extensions / ribbons etc.

View 1 Replies







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