Hi everyone. I'm having a litle trouble lately with my applications. The main problem right now is that my applications can find the files on the path given by me, however, after publishing and installing in other computers it can't display the file on the path (example: the source file are in c:\bugfixes.txt , after install on another computer the object that is suppose to display or make use of this file says "page cannot be displayed" or a window appears saying "Unhandled error" (something of that nature). I've also found something strange. If I install the program on the same computer as the source files, the application tells me the size of the program (same as the directory containing the source files) in the add and remove list, however, if installed on the other computers it neither doesn't tell the size nor there appear to be a directory on C:\ where the source files are on my computer and where I would like the application to be installed.
To get to the point, I need to know if I can make the application to install to the location I want, and if not, I need to know where the application installs to in the other computers so I can move the source files to that location, start debugging from there, and change all paths (quite a bit) to that location.
My language is Visual Basic 2005 Express Edition.
My operating system is Windows XP Professional
I hope you understand what my question is.
To get to the point, I need to know if I can make the application to install to the location I want, and if not, I need to know where the application installs to in the other computers so I can move the source files to that location, start debugging from there, and change all paths (quite a bit) to that location.
My language is Visual Basic 2005 Express Edition.
My operating system is Windows XP Professional
I hope you understand what my question is.
Comment