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. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Not-to-create-key-und

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 : -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Not-to-create-key-under-HKCU-path-in-the-registry-tp7600703p7600741.html Sent from the wix-users mailing list archiv

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

2015-06-25 Thread Rob Mensching
: Manoj Rawat [mailto:mangb...@gmail.com] Sent: Thursday, June 25, 2015 1:27 AM To: General discussion about the WiX toolset.; nir@panel-sw.com Subject: Re: [WiX-users] Not to create key under HKCU path in the registry Hi Nir, I changed root path to "HKLM" and got below errors. ICE38:

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 HKC

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: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/