Way To Publish Program So Those With Windows XP Can Run It
Apr 23, 2010I have Visual Studio 2010, and I was wondering if there was a way to publish my program so those with Windows XP can run it.
View 6 RepliesI have Visual Studio 2010, and I was wondering if there was a way to publish my program so those with Windows XP can run it.
View 6 Repliesi have a application that i designed for an assignment which uses a DB (ACCESS) However when i publish the application it fails to load even though the application completes. I have managed to find that it is the database that is not copying over, how do i solve this (the db is located when debugging and is also in the project files)
View 3 RepliesI want to publish my windows application. I can't do this for some reason. My program revolves around an Access database. So I realized that my connection string has to change from my project folder to where ever the user decides to install the program. Even when I install it on my computer, my add/update statements don't work, they do work however when I debug my program.
View 14 RepliesHow can I publish vb.net windows application to the IIS and how it will works
View 1 RepliesThis is probably a simple question, but usually I develop ASP using VB.I have a small project where I am in need of creating an executable that will be a process that runs on a schedule with no user interaction.What type of Project do I create?Do I do a Windows Form application, build it and publish just the exe?I really don't need an actual window form, I just need the code to run.
View 3 RepliesI publish a VisualBasic 2008 windows application, from the Build menu,but when I install it by running the installation's setup.exe, an unusual popup window showing Windows connected to the Internet pops momentarily, and then the application opens and runs.But the application's .exe is not in Start > Programs, or on the desktop, or anywhere.Publishing and installation worked perfectly a few weeks ago.
View 1 RepliesI have a program in vb express 2008 which I would like to publish in a little more professional manner than provided in the standard vb express package. I would at least like to include a "Terms of Use" document the user must agree to before installing the program. I have dovnloaded and installed web developer, c# and vs 2008. Do any of these include a professional installer? If not are there any free installer packages available? I am 72 and live on a limited budget so I cannot aford an expensive package for one program.
View 3 RepliesWhen I publish my program, I can't see the folder that I have in my solution explorer appears together with other files. I have been wondering how to add a folder or I do it wrongly. I have using this method:-Project.. add... new folder and I name it as SC1. But when I publish it, I can't see in in application files(It's not embedded together). I can't use add existing as it required me to add a very specific files (Not a folder ). As what I can see, there is not specific properties for folder sc1 (build action /copyto output directory).
View 11 RepliesNow I have finished my another really small program. I have tryed to publish in several ways but with now result. So how can I publish it easily? I will share it so I'd like to have just one "setup" file which creates the another necessary files. (or just one bigger file?) but the main thing is that I dont want to start share 4-5 files...
I get it worked on my computer, that's not a problem. But then I upploaded all of the files (4-5) to mediafire, destroyed program from my computer and downloaded those files: Program didnt worked: Sayd just "U havent downloaded all necessary files" (something like that).
Well I think it's possible also to publish to new wep site. In fact I tryed to make wep site (with www.nettisivu.org ) (finnish quite good wep-page-creater) but the same result: no results at all. If this is the easier way, how I could upload my program straight to that site? In that "wep-page-creator" the final site looks that: xxxxx.nettisivu.org and editing page looks: xxxxx.nettisivu.org/wp-admin/page.php?action=edit..... (xxxxx=my name for site)
I'v tried using the 'Publish *APPLICATION NAME*' button under 'Build', but i don't know where to go from that dialog.
View 5 RepliesIm using visual basic 2008 express edition. How can i publish it to company server.
View 1 RepliesI want to publish my program onto softpedia but the problem is, if I just include the setup file or the program file, It will say on another computer that it is missing components, how can I bundle all the resources and stuff into one EXE file. Also, how can I make my own Setup file?
View 5 RepliesI have created a program and i have managed to publish my application. I have set it up to be installed via CD but it does not attach the MSAccess DB. how do I add the DB?
View 2 RepliesI have a VB.NET program that I wish to to publish. In the code it references a HTML page that I created.Instead of having the URL hard coded (example: url...)I would like to have it relative to wherever the encoder is installed to (example: /folder/index.html)
View 3 RepliesHow do i make the program into a real exe installer? like the normal ones you use for other apps.
View 2 RepliesI have finished developing a small, completely useless but working project. It was my first in VB.
What i wouold like to know is how is the best way to get this project online for download?
I dont have a web site or web page, and this project is just a bit of fun (fitness test).
Could anyone tell me the steps I have to take? All i want from it, is to be able to place a series of screen shots explaining the project and then if someone should wish to download it they can.
I dont need prime time internet coverage, just a place to put it online, pref free. Plus, there have been many kind people from this forum who have given me thier free time and effort to help me with code issues, so if I am allowed and any one is curious i will post the site link to here and you can see where your effort has gone to, and should you wish provide positive and negative comments at your leasure.
I have two slightly different versions of my VB applications that I would like to publish simultaneously. The differences are minimal and mostly include GUI and some internal logic. Incorporating changes into a single application is not an option right now.
I tried publishing and installing them separately but the latest installer always overwrites whatever has already been installed. For example, if I install App v1, then App v2, only App v2 will be visible. If App v1 is installed after App v2, only App v1 will be visible. What I want to have is to have them both installed. I am using Visual Studio 2008.
publish my program to a .exe and a .dll files (which would contain all the images used in the program)?
View 5 RepliesWhen I publish the program. Is there any way to get VB to publish the text files with the program so that no errors can occur. When I install and run the published program I get a series of errors relating to text files that are not found.
View 4 RepliesI have a running program which is installed in the server side and this program is running 24hrs a day. Now I made some enhncements on this program and would like to publish it. I tried to publish first in my local disk but after publishing Im having some errors "Critical error: Required processing file is missing" after clicking the setup.exe file. Now Im thinking of publishing this directly to my server. If I publish it directly to my server would it disrupt the running program? is it safe to do that? or is there something that I need to do it first?
View 6 RepliesI am working on a relatively simple program in VB.NET. I am trying to make the installation process as simple as possible for the user.I know its possible to use the executable from the debug directory as a stand alone executable, but are there any drawbacks to this approach? For example, if the user does not have .NET on their machine, the program will not run. Is there a way to publish the program so it is self-contained in a single executable file?
View 4 Repliesive created a program in VB 2008 and i cant remember how to publish it in such a way that it includes the database that the program uses. At the moment when i publish it, it only works on my system because i have the database on my PC, if i delete the database from my pc the program messes up because it doesnt have a copy of the database in its program resources etc.how do i publish the program so that it includes a copy of the database that it needs to function?
View 6 RepliesI'm using Visual Studio 2010 and I have a Batch inserted into my project and cannot for the life of me get it to run with the program in someone elses computer after publish?
View 7 RepliesNow I did a clean build, and tried to publish, and I get a lot of errors and warnings that I don't understand.
Error1Cannot publish because a project failed to build.11AllJ Slots
Warning2Assembly 'Microsoft.DirectX.AudioVideoPlayback.DLL' is incorrectly specified as a file.AllJ Slots
Warning3Assembly 'Microsoft.DirectX.DLL' is incorrectly specified as a file.AllJ Slots
Warning4Assembly 'Microsoft.DirectX.DirectSound.DLL' is incorrectly specified as a file.AllJ Slots
Error5An error occurred while signing: Failed to sign binReleaseapp.publish\setup.exe. SignTool Error: ISigned
:Sign returned error: 0x80880253
The signer's certificate is not valid for signing.
SignTool Error: An error occurred while attempting to sign: binReleaseapp.publish\setup.exeAllJ Slots
I have VB project and I tried to use PUBLISH feature.It seems to create nicely some kind of setup program, but the setup program does not ask where to copy files (it does not seem to copy filesto target machine "PROGRAM FILES".)Is this setup program somehow different from usual installers?
NOTE: I want that app files are installed to Hard disk( from USB stick source)Is the signing recommended or necessary? My App is pretty simple, its just using access DB + printer api, should I still sign?
I created a program and published it using the wizard through the "Property" in menu.
When I used the Published program to Install it in my same computer it got installed in "StartMenu".
I didn't get the option to select the Drive for Installing it like what we get when installing other program.
how to make that option to appear on installing the program?
This sounds pretty stupid, and it's not challenging at all. There is a wave file, which is what I want to publish. Then I can't find it in Solution Explorer. And when I publish it in Clickonce, the wave file is gone, as with the Resource folder. Now I want to make the Pesource folder appear and enbedded in the excute file code, that is, there is also a "Resource" and in which there is the very wave file. This is my code. It means I want to click this button and play a wave in Resource folder.
[Code]...
Is there a way to undo "Build" or "Publish" actions (like unbuilding/unpublishing) in order to get the original files/folders of the application? I am creating a program for a homework assignment and we aren't supposed to build or publish our applications but I didn't save my project before building and publishing it (out of curiosity) and I didn't upload the application's folder to the FTP server before so now there are "extra" files and folders (created during the build/publish process) and I don't know which ones are the "extras" and which I need to upload.
View 2 RepliesI am working on moving applications from Windows 2000 to new server Windows 2003 R2(64 Bit). I noticed that there are some VB programs and config files for those programs have been placed in Windows 2000 Registry. Some other applications are using them from different servers.Why do we use registry here? How can i move these to registry in windows 2003? Can I just move these or do I have to write VB programs to place them in 2003 registry?
View 1 RepliesI have a .net Windows Service developed in VB.net. I have a settings file in the root directory called Connections.XML and I am setting the basedirectory [code]...
When I schedule the service this is working absolutely fine in my Windows XP machine. But when I installed the same service in our development server (Windows 2003 64 bit Server) for some reason it is not able to locate this file.