Add a registry item somewhere and put [TARGETDIR] in the Value.
Case-sensitive, including brackets. It will get resolved to the actual value
at install time (even if the user changes it).

Signature
Phil Wilson [MVP Windows Installer]
----
> Hi,
>
> I have VS.NET Deployment project and is permit change the installation path.
> I need to make a registry entry with the installation path that user select.
>
> How can I archive this in VS.NET Deployment project?
Thiago Campos Pereira - 19 Jul 2004 17:53 GMT
Thank You Phil,
this work fine. Very Good!
> Add a registry item somewhere and put [TARGETDIR] in the Value.
> Case-sensitive, including brackets. It will get resolved to the actual
[quoted text clipped - 8 lines]
>>
>> How can I archive this in VS.NET Deployment project?