|
-
Jun 23rd, 2004, 10:24 AM
#1
Thread Starter
Fanatic Member
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
-
Jun 23rd, 2004, 10:47 AM
#2
Sleep mode
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 .
-
Jun 23rd, 2004, 11:14 AM
#3
Thread Starter
Fanatic Member
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
-
Jun 23rd, 2004, 11:36 AM
#4
Sleep mode
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"
-
Jun 23rd, 2004, 11:40 AM
#5
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|