Results 1 to 6 of 6

Thread: [RESOLVED] deployment problem cant find files??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    64

    Resolved [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????

  2. #2
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: deployment problem cant find files??

    try
    debug.writeline application.startuppath

    or browse

    progfiles/workgroup/your app

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    64

    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???

  4. #4
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    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.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    64

    Re: [RESOLVED] deployment problem cant find files??

    Thanks I was at a loss

  6. #6
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    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
  •  



Click Here to Expand Forum to Full Width