Results 1 to 5 of 5

Thread: Determin where installed

  1. #1

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    Determin where installed

    I have Program A on CD Rom (just an exe)

    It needs to lanch another application(Prog b) which is installed in hard drive (could be anywhere)

    How can i determin the location of Prog b from Prog A - without search the entire harddrive

    Any Ideas
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by carlblanchard
    I have Program A on CD Rom (just an exe)

    It needs to lanch another application(Prog b) which is installed in hard drive (could be anywhere)

    How can i determin the location of Prog b from Prog A - without search the entire harddrive
    Any Ideas
    The only way that make sense to me is too search entire hd . Or search , once found it , store it in the registry so next time you read the path from reg .

  3. #3

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    Yeah thats the only way i can think of

    Dosnt MSI set something to where i can pick up the path ?
    or i get MSI to set a file or something ???

    My Pirate, judging be your pic nowadays dont ya think you getting on a bit to code LOL NO OFFENCE
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by carlblanchard
    Yeah thats the only way i can think of

    Dosnt MSI set something to where i can pick up the path ?
    or i get MSI to set a file or something ???

    My Pirate, judging be your pic nowadays dont ya think you getting on a bit to code LOL NO OFFENCE
    See if this link help , specifically item "59.23"

  5. #5

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    Havnt looked at link yet but

    If you use MSI Registry and add a key and then as value put [ProgramFilesFolder][Manufacturer]\[ProductName]

    It automatically gets the installed folder chosen in MSI

    problem solved
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

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