|
-
Jan 1st, 2006, 08:44 PM
#1
Thread Starter
Lively Member
[RESOLVED] deployment problem cant find files??
Hi can any one help I have created an application and installed it on another computer. using vb express 2005 It installed ok and the pprogram works fine starting it from the shortcut placed in the start menu.
The problem I have is that I cannot find out where the program files have been saved to. I am totally confused????
-
Jan 1st, 2006, 08:47 PM
#2
Lively Member
Re: deployment problem cant find files??
try
debug.writeline application.startuppath
or browse
progfiles/workgroup/your app
-
Jan 1st, 2006, 08:58 PM
#3
Thread Starter
Lively Member
Re: deployment problem cant find files??
I have searched the computer for the exe file from my application and for various txt files that it uses but can find no trace of them. I know they must have been installed as the information is loaded into my application when it starts. Any ideas???
-
Jan 1st, 2006, 09:01 PM
#4
Re: deployment problem cant find files??
It doesnt install in the normal "program files" directory... it has its own apps folder. On my system, it is under the "C:\documents and settings\username\local settings\apps\2.0" folder. Its not a normal folder name either, its some unique folder name that looks like some sort of key, all depending on the application manifest, etc...
For Example, the full path to the "application folder" of an installed test application is below...
C:\Documents and Settings\Administrator\Local Settings\Apps\2.0\8NKCMK8H.WYZ\JT79ZBLT.1BH\this..tion_d79675aa1cace802_0001.0000_7d5f3fe0ac3a3935
Last edited by gigemboy; Jan 1st, 2006 at 09:06 PM.
-
Jan 1st, 2006, 09:27 PM
#5
Thread Starter
Lively Member
Re: [RESOLVED] deployment problem cant find files??
-
Jan 1st, 2006, 10:30 PM
#6
Lively Member
Re: [RESOLVED] deployment problem cant find files??
also check you have your 'project outputs' included in you 'setup project'
safe
illskills
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
|