up vote 1 down vote favorite
1
share [g+] share [fb]

I have a very simple application installer that needs to add an action to the shell menu of all files (HKCR*\shell), and I've run into a brick wall: how do I insert the installed path of the application into a registry value? I've tried everything I can think of:

  • [Path]
  • [ApplicationFolder]
  • [ApplicationPath]
  • [InstallPath]
  • [InstallRoot]
  • [InstallFolder]
  • [InstallTarget]
  • [TargetPath]

I even tried adding one that I know works in other places ([Manufacturer]) to make sure that the bracket-values syntax actually works in the Registry (it does).

Anyone know, or at the least, have any ideas that I haven't tried?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 5 down vote accepted

The one you are looking for is [TARGETDIR]

link|improve this answer
I can't believe I didn't think of that one. Thanks! – Alex Lyman May 14 '09 at 11:32
Isn´t it always the case? ;) – Magnus Johansson May 14 '09 at 11:38
Is there a list of tags somewhere? – LiamV Aug 4 '11 at 20:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.