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
Shortcut Id=UninstallProduct Name=Uninstall TestWindowService
Description=Uninstalls TestWindowService Application
Target=[System64Folder]msiexec.exe Arguments=/x [ProductCode]/
RemoveFolder Id=ApplicationProgramsFolder On=uninstall/
RegistryValue Root=HKCU
Key=Software\[Manufacturer]\[ProductName] Name=installed Type=integer
Value=1 KeyPath=yes/
  /Component
/ComponentGroup




--
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-tp7600703p7600746.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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
RegistryValue Id=x64GuruRegValue Name=Guru Action=write
Value=[GURUINSTALLATION] Type=string /
  /RegistryKey
/Component




--
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 archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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: 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: 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 HKCU.
ICE57: Component 'TestWindowServiceShortcut' has both per-user and per-machine 
data with a per-machine KeyPath.

Thanks,
Manoj

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 HKCU.
ICE57: Component 'TestWindowServiceShortcut' has both per-user and
per-machine data with a per-machine KeyPath.

Thanks,
Manoj


On Thu, Jun 25, 2015 at 1:43 AM, Nir Bar nir@panel-sw.com wrote:

 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/Not-to-create-key-under-HKCU-path-in-the-registry-tp7600703p7600711.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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/Not-to-create-key-under-HKCU-path-in-the-registry-tp7600703p7600711.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users