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/
 RegistryValue Action=write Type=string Name=Path
 Value=[$CMP_MyApp]/
 /RegistryKey

 It works but I'm not sure if it is approprite.

 Need some suggestions,thanks.


 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 sure if it is approprite.

Need some suggestions,thanks.

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users