>I need to place the output directory that is chosen at setup time when my
>application is deployed in the registry. I have found the odd variable that
>works very closely to what I need ([Manufacturer] [ProgramFilesFolder])
>however I cannot find a list of them or the output destination for my
>executable.
I think it's INSTALLDIR
Dave

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq
memHog - 23 Jun 2005 20:24 GMT
Thanks dave but that is not it at least not for what I am aiming at. I tried
putting [InstallDir] as a registry value and it came up blank whereas
manufacturer works.
Dave
> >I need to place the output directory that is chosen at setup time when my
> >application is deployed in the registry. I have found the odd variable that
[quoted text clipped - 5 lines]
>
> Dave
David Lowndes - 24 Jun 2005 00:10 GMT
>Thanks dave but that is not it at least not for what I am aiming at. I tried
>putting [InstallDir] as a registry value and it came up blank whereas
>manufacturer works.
Sorry, it's TARGETDIR.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/compo
nent_location_properties.asp
Dave

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq