Re: [WiX-users] Not to create key under HKCU path in the registry

2015-06-30 Thread manoj Rawat
Thanks Namrata, I am just wondering if we can change the Registry path from HKCU to HKLM while creating shortcut of application. ComponentGroup Id=TestWindowServiceShortcut Directory=ApplicationProgramsFolder Component Id=TestWindowServiceShortcut Guid=01E98283-4246-46BC-A39F-0F1975C95AA6

Re: [WiX-users] Not to create key under HKCU path in the registry

2015-06-29 Thread Namrata Kumari
I an able to create registry entry using below : Component Id=x64GuruKeys Guid=9421AAE1-93E0-403E-8F9E-11CD648A2F3F Win64=yes Directory=GURUINSTALLATION RegistryKey Id=x64GuruRegKey Root=HKLM Key=SOFTWARE\Wow6432Node\Installed_PRD\$(var.ProductName) Action=createAndRemoveOnUninstall

Re: [WiX-users] Not to create key under HKCU path in the registry

2015-06-25 Thread Rob Mensching
I think this applies: http://robmensching.com/blog/posts/2007/4/27/how-to-create-an-uninstall-shortcut-and-pass-all-the/ _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From:

Re: [WiX-users] Not to create key under HKCU path in the registry

2015-06-25 Thread Manoj Rawat
Hi Nir, I changed root path to HKLM and got below errors. ICE38: Component TestWindowServiceShortcut installs to user profile. It's KeyPath registry key must fall under HKCU. ICE43: Component TestWindowServiceShortcut has non-advertised shortcuts. It's KeyPath registry key should fall under

[WiX-users] Not to create key under HKCU path in the registry

2015-06-24 Thread Manoj Rawat
Hi, My requirement is, not to create a key under HKCU path by WIX installer. Can you please let me know how to avoid default path(HKCU) in the registry? *RegistryValue Root=HKCU Key=Software\[Manufacturer]\[ProductName] Name=installed Type=integer Value=1 KeyPath=yes/* ?xml version=1.0

Re: [WiX-users] Not to create key under HKCU path in the registry

2015-06-24 Thread Nir Bar
Specify a different Root attribute? - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX InstallShield -- View this message in context: