|
-
Dec 29th, 2010, 02:31 PM
#1
Thread Starter
New Member
How to install a vb.net program on another computer without internet
Good day.
I had 3 courses in computer science 10 years ago and decided to go into economics. After a 6 year and continuing career in economics, I decided to dabble in code to assist my economic career. In this pursuit, I have developed some neat things, but I have a simple problem.
I code an application, hit build, hit publish, receive a setup and manifest, then put it on my usb drive. Plug the usb drive into another computer. Drag the setup and manifest to the hard drive, hit the button, a graphic regarding Launching Application comes up, then immediately a window comes up stating:
Cannot Start Application
Cannot download the application. The application is missing required files. Contact application vendor for assistance.
The errors stem from the manifest file. It says downloading the file (file path) Hello.exe.manifest did not succeed. It then follows with 3 lines of filepaths for the Hello.exe.manifest.
-------------
About me:
I am running VB 2010 express. I made a slot machine game for my mother for her birthday one Computer A. I moved the published files to Computer B as described above to test before giving to my mother.
The game isn't too important at this point because I tried to test whether the game itself was the problem or if it was my error in lack of knowledge of how to deploy. As such, I created a program called Hello. In Hello, there is simply a form1 and a button1. When clicked, button1 displays a messagebox with some text. Not a rocket science program.
My intention is simply this:
Allow the Hello program to be put on another computer via a USB drive and then installed.
The two computers are not networked and let's assume the second computer cannot connect to the internet.
When I go to the wizard, I select the location I want to publish to. In this situation, my desktop.
Next, I select CD-ROM/DVD-ROM instead of UNC path or website. I don't know what UNC path is. I presume CD-ROM/DVD-ROM would be similar to USB drive in that it is a removal data storage item.
I chose that the application will NOT check for updates.
Finally, I receive this:
The application will be published to:
file:///C:/Users/ComputerA/Desktop/
Where I find the files, put them on the USB drive and try to install on Computer B.
Also, for more information, I can use those files on the originating computer and they do SUCCESSFULLY install and I can use the application. I have not figured out why it will not install on another computer.
Thank you for your time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|