Re: [WiX-users] Writing registry entry with value = (my app's install directory) and (my app's executable path after installation).

2013-04-27 Thread Rob Mensching
Seems reasonable. On Fri, Apr 26, 2013 at 10:28 PM, uni unigauld...@gmail.com wrote: I wrote registry entry like below, RegistryKey Root=HKMU Key=Software\Microsoft\Windows\CurrentVersion\App Paths\MyApp.exe RegistryValue Action=write Type=string Value=[#FILE_MyApp] KeyPath=yes/

[WiX-users] Writing registry entry with value = (my app's install directory) and (my app's executable path after installation).

2013-04-26 Thread uni
I wrote registry entry like below, RegistryKey Root=HKMU Key=Software\Microsoft\Windows\CurrentVersion\App Paths\MyApp.exe RegistryValue Action=write Type=string Value=[#FILE_MyApp] KeyPath=yes/ RegistryValue Action=write Type=string Name=Path Value=[$CMP_MyApp]/ /RegistryKey It works but I'm not