Deployment :: Use / Integrate External Files?

Mar 18, 2009

I have my program which does not need to be installed, and i have made a .chm. but how can i integrate it into the program, or make it so that when the user opens it, it can actually find the file, because it works on my computer as it says: Process.Start "C:Program.chm" But it doesnt work on other computers becasue the file does not exist.???

View 1 Replies


ADVERTISEMENT

Deployment With External Files?

Jun 18, 2009

I am using vb.net express 2008, with a windows form application, and its done. My application makes use of cmd script files, and other files I have created myself. I want to put everything in an install bundle, which will copy the files to a directory on the users computer, and then my application can read from that directory, for it to function as it should. The install bundle includes the .exe of my winforms application.Right now, I hardcoded my application to look into a specific folder on my system, just for testing purposes, but I am going to deploy it soon, and I want to give as much flexibility to the user.

View 2 Replies

Integrate Win7 Taskbar Progress Without The External DLLs?

Jul 1, 2010

Hey trying to make a fancy little app here in VB.NET framework 4.I've seen several programs which utilise windows 7's taskbar progressbar, but they have it embedded in the application when i googled and attempted to do this, my program had to lug around 3 extra dlls when its supposed to be a single executable, and highly portable. how can i gain access to the taskbar progressbar without having to drag about these resources?

View 1 Replies

Register File Or Integrate Some DLL Files In Compile

Jan 6, 2010

I tried to show a program to a friend on his computer ( WinXP ) but i cant start the program.I get some error, and unfortunately i've forgotten when the error said But but the strange thing is that it works on my computer (Win7 ) and on a other friends computer ( also Win7 )some one told me that i had to do register file or integrate some DLL files in the compile.

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

Deployment Files In Vb 2008?

Jul 31, 2010

I recently upgraded from vb.net 2003 to vb 2008. I see that when I "Build" the application all of the program files are generated, must like with vb.net 2003. When I use the ClickOnce publish approach, a set of files are generated including the setup.exe. When I double click on the setup file, the program installs deep down in My Documents. If I navigate to that location there is a complete set of my application files along with some Manifest files and a Manifest folder.

I wish to package my program for installation using INNO Setup Compiler, because it is very flexible and allows me to add information and choices through the installation process. My question is - if I package the "Publish" set of files, should I be including the files that are generated and located in the "Manifest" folder? and if so, do these files need to be located in their own folder as was installed on my computer? Or can I simply add them to all of the program files?

View 9 Replies

Deployment :: Coping Files From Resources

Mar 23, 2009

i'm like kinda making my own installer, creating directory's & registry stuff works fine. But now I need a method of copying files in my projects resources to the hard drive. [code]

View 1 Replies

Deployment :: Files Not Copied To Webserver

Mar 3, 2009

Clickonce deployment 'Publish succeeded,' however not files are uploaded to the server, and the deployment webpage does not start, even though 'automatically generate deployment web page after every publish' is enabled.The problem began after copied the application from running on 'XP' and tried to publish from vista.

View 1 Replies

ClickOnce Deployment After Resetting Application Files

Apr 12, 2009

I use VS 2008 Standard. If I do a QuickOnce deployment after resetting Application Files in the Publish Tab I get a bunch of messages saying that various files are not in the GAC. To solve this I change the Publish Status from Prerequisite (Auto) to Include and set Download Group to Required. Then when I install the application I get the splash screen and then the message that the application has stopped working. There was a workaround posted to delete /bin/obj/.cache etc, but I have no /bin/obj/ folder.

View 1 Replies

Deployment :: Dll Files Require Dependencies To Be Identified?

Nov 22, 2009

I am trying to create a setup deployment file, but some dll files require dependencies to be identified.

View 1 Replies

Deployment :: Move Files Under Vista/Win7?

Jan 16, 2010

I have good working application on XP, but once I installed it on Win 7 i gor prroblems moving file from one directory to anopther.

View 5 Replies

Find Out Exactly Which Files / Folder Will Need To Copy Over For Deployment?

May 16, 2011

I (through a ton of help from everyone here at stack-o) have created a small WCF which is hosted as a Windows service using TCP..Last question for this little bugger; it's time for deployment. In my solution, there are 3 projects. One is the Windows service, another is the imported WCF, and finally a setup project I added for install.I can install/uninstall the service on my machine by going in the solution directory and finding "Setup.exe" or "Setup.msi". Executing either from explorer will install the service on my development box.Now there are a few directories associated with this solution. I'm betting that simply copying setup.exe or setup.msi to my target server and trying to run it will bomb out. How can I find out exactly which files/folder I will need to copy over for deployment?Or should I just copy the entire solution directory? That will be a little difficult for my coworkers as the setup routines are nested in directories 5 deep.

View 3 Replies

Setup And Deployment - Prevent Moving Files?

Mar 4, 2009

I am creating a setup file using features brought by Visual Studio.I have some files which can't be removed from the application's folder. How to put the condition on it? or how to prevent user moves it after installation is done?Those files are critical (eg .dll).I already set the 'Hidden' property to 'true', but I think that is not the correct way :)So I try to find another way to do that.

View 1 Replies

External Program That Requires OTher Files?

Jun 8, 2009

So, I'm using shell to start up an external application at the press of a button, but the application requires several other external files with it in order for it to work. How could I make it work? Note: I'm a newbie

View 7 Replies

Click-once Deployment - Additional Files Required In Package?

Jan 9, 2009

Hi, can anyone help me with a click once deployment query?I have packaged an application, using Click Once - it all works absolutely fine, with the exception of some files I need on the C: drive. For example: My application populates an Excel.xlt template with data, using an export function. The path of the template is c:program filesaem
eport.xlt

If the application is packaged, there is no option that I can see where you can include this template and the path to the file. The only way around it is to manually copy the template (and half a dozen other files in the same folder), after the click-once deployment - but this kind of defeats the object.

View 2 Replies

Locating External Files Doesn't Working

May 3, 2009

I'm very new to VB, so I was in the very first tutorial, it has me play a sound file. So I put that in, ran it, and it came back with an error saying "system cannot find this file." I guess I'm not terribly surprised, since the file they gave has no C: or anything like that. What I want to do now is play my very own sound file, but I don't want to go through the whole C:Documents and Settings... thing, so is there a way I can put my own sound file in the project directory and say something like %ProjectDir%/sounds/mysound.wav?

View 13 Replies

Open External Files With Unknown Extensions?

Jan 25, 2007

I'm writing a program that allows users to view certain files using a DataGridView as the selection method I can do most of that just fine. Here's the part I'm having trouble with: I want to open the files using whatever program they have associated with the file extension. After researching it (on these forums), I determined that I should use the Process.Start() method. However, Windows throws an Win32Exception if there is no association to the filetype, and I want it to show the "Open With" dialog instead, and I can't figure out or find how to do that.

View 4 Replies

Reading Writing To External App.config Files?

Aug 28, 2010

I need to read the keys from several external applications .config files, is it possible to specify the file for AppSettingsReader?

View 1 Replies

VS 2010 - Compile All Files Into One External File

Jan 24, 2010

how to compile other files into an external file, where they can be accessed by the simple "application.startuppath" code. I got all the files i need, the .dlls, my .exe, and my resources, but the tut's i have been finding havn't been working for me. [URL] tried that with a few adjustments after it didn't work twice, and still no luck.

View 12 Replies

IDE :: Unable To Retrieve Application Files. File Corrupt In Deployment?

Apr 15, 2009

i am getting "Unable to retrieive application files. File corrupt in deployment" on clickonece technology

Log:-
SOURCES
Deployment url : http://192.168.1.1/Employee/emp.application
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET

[Code]...

View 1 Replies

Creating And Reading Files On An External Hard Drive?

Jul 8, 2011

I'm working on an app that should be able to read files from an External Hard Drive or even an iPhone or iPod. I'm a beginner so it would be great to keep it simple :) I suppose I should use the SerialPort class? But I'm not sure and I couldn't make it work.

View 7 Replies

Make A Program Where It Copies Files To A Certain External Drive?

Jan 8, 2011

i am trying to make a program where it copies files to a certain external drive, but i cant figure out how to make it to where you enter your drive letter for the external drive and it copies it.

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

MS VS(vb) '08 Express Include External Files For Read/write Access?

Dec 2, 2009

I am using Visual Basic 2008 Express Edition. Some of the programs I am writing make extensive use of External files (saved games, data, item lists, etc.) I could use an easy way to get these files to ride allong during deployment (cd mostly). adding them to the resources works for some static pictures, but custom structures into lists of info to read and write from are beond that features abilities, same with the settings feature. I have found in other help referance to "MageUI.exe" so is downloading a .net SDK my solution or is there a better trick I can use?

View 2 Replies

Use To Send And Retreve Files From An External Harddrive Through Older Laptop?

Jul 7, 2009

I am currently working on a program that only I can use to send and retreve files from an external harddrive through my older laptop. But I have only just started and need help with the login form. I want my password and user on labels placed on form 2 and need form 1 to retreive them then I click the login button, however I want form1 to close if the user or password are incorrect. How could I go about placing an if then statment for if correct then it opens a new window if wrong then end program. Heres my login code so far.

Private Sub Login_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Login.Click
If User.Text = "*********" And Pass.Text = "*******" Then
MessageBox.Show("Welcome")

[Code]...

View 2 Replies

High-Score Table : Sorting Values From 2 External Text Files?

Mar 7, 2011

Program : my game is a frogger port, you make the frog cross the road until you run out of lives. When you die, you are asked to enter your name and the name is appended to the end of file called names.txt, the final score is appended to the end of a file called scores.txt.Using the System.IO functions, i read the contents of each text file, and load the contents into two separate strings (one for names, one for scores. These two long strings are then broken down using Split() command, transferring the pieces into an array. (again 2 arrays - one for names, one for scores). The contents of both arrays are then loaded into 2 listboxes, 1 for scores, 1 for names.

Problem: i can sucessfully load the contents of both files, and display them side by side - but i want to re-arrange the scores so that they are in descending order. While doing this, i need to make sure that the player name matches up with the score - so the order of the names being displayed would have to be changed aswell. After spending many, many hours trying to do it myself i have had to give up - i'm clueless. My first issue is converting the score array into integers so that the array could be sorted, the second problem is then sorting the names so that the scores and names match up.

View 4 Replies

Deployment :: Give Admin Or Write Access To App When Its Installed To Default Program Files Directory

Feb 5, 2010

I am deploying my application on a 64 bit windows 7 system (setting the platform property to x86) , after the installation process the app needs to set its connection string in the config file; and this is where I am having issues, the app is not able to write to the config file if/when its located under the program files directory (no admin privileges??), the app works fine when installed on a public folder.Please let me know how to give admin or write access to my app when its installed to the default program files directory

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

What Are "external Files" For Visual Basic 2008

Dec 12, 2009

In a discussion with another programming student I was asked if I knew what external files are and how they are used with VB? Before coming here I referred to my VB tome, searched the web with Google, and looked at other VB forums without finding an answer. I would just like to find something that explains what "external files" are. I have already read something about "reference files" but reference files do not appear to be the same thing as ext. files

View 1 Replies







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