I have a simple program that collects information from a database then sends the information to a .dll, which performs some calculations. I have figured out how to build and publish my application, but I'm not sure how to include the .dll. I'd like to put the .dll is a common folder (i.e. system32) when I install the program on a PC.
I'm looking to make a simple install wizard to install my program (I know Visual Studio 2010 already has an installer) but anyway, I would like to make it myself, kind of line reinvent the wheel?
how you can choose the directory to install your program to because when I publish the program it installs only to the directory it was published to! would I need another program to move the files to the directory I want?also im using .mdb files in the program and I want these files to be installed to the same directory but the files arent even in the Application files folder when it is created so when I run the program I get an error telling me the program cant find the .mdb files at the location specified in the code
I 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.
About publishing my program. there's a lot of files made after publishing unlike in vb6 when i converted it to exe file theres only one file. hmm how can i make just one exe file in vb9 is it possible? another question do i have to install the program after publishing?
I recently finshed a program and made a finshed copy of it when I tested it on my computer it installed correctly but when I tryed to use it on a nother computer I got a error saying application download did not succeed.Check your network connection, or contact your administor or network service provider.[code]...
on an xp computer .. i used vb-2008 professional to create a program i then used the (setup-wizard) to create the files and folders to deploy the program on a CD.i followed the walkthrough documentations on how to use the (setup-wizard) .. but when i install the program on a different xp machine .. i get the following message:
** the feature you are trying to use is on the cd ** ** an installation package for (setup1.msi) can not be found **
here are the steps i took to create the deployment setup files:
.. i added a (setup-project) to my solution .. called (setup1). .. on the (choose-project-output-to-include) screen of the (setup-wizard) .. .. i selected .. (primary-output-from-MyProgram).
I have made a program with vb.net and I want that program to run when the windows start up. I don't know the code. I want that program to add the window startup when he/she install the program.
I'm in Visual Basic to create an update center for the software I make.I must find out what the installation path of a program. Eg notepad (which I know), or another program.I can easily find the file of the updater (Application.ExecutablePath).
I want to gray out the Install button for the program I'm making unless an item is checked, how would I go about doing that Here is the code for the Window
is there a way to create a program that installs multiple software, per say a program with multiple software packages/installs that you can install. kinda like a tool kit.
How could I handle that in a finished application that uses install program. I want my DB in the same directory as my app. How could i handle this in my app? so the path should be correct?
I'm wondered how to make program that not needed to install. Only click the icon and its working and resource folder too. When I'll do build program it makes program thats needed to install.
I have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. It shows following error message: WindowsApplication1 WindowsApplication1 has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were working on might be lost.It has what data does this error report contain link. From this link I have collected following information.[code]
We do not intentionally collect your files, name, address, e-mail address or any other form of personally identifiable information. However the error report could contain customer-specific information such as data from open files. While the information could potentially be used to determine your identity, if present, it will not be used.The data that we collect will only be used to fix the problem. If more information is available, we will tell you when you report the problem. This error will be sent using a secure connection to a database with limited access and will not be used for marketing purposes.
I built a Windows application and I created the setup file and it installs and runs like I want it to. I would like the application to install in a certain directory on the computer it is installing on. That means the setup has to create the directory and install the application in it.I also have folders with pictures and a sound file I would like it to install in a separate directory under the directory previously created.
i need to know how to make my Visual Basic program install onto the computer. right now my program is a simple .exe file and does not require instalation.
I am using publish method to distribute my applicaiton to my users in my company. Users can go and run the 'Setup' file to get installed in their machine. I know how to do this, but I neednstall that under specific program group in start button?
Is there any way to force a setup project to install the program with administrative rights? (or asking the user por permission each time it runs)I coded an application on XP, and now I have problems on Vista/Win 7.
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.
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.