Re: [WiX-users] shortcut and validation error

2006-07-31 Thread Shmarya Rubenstein
On 7/31/06, Rob Hamflett <[EMAIL PROTECTED]> wrote: The ICEs are paranoid and assume that someone could change ALLUSERS when they install the product inorder to do a per-user install.  In this case the component needs a per-user keypath in order tokeep track of it for each user, which is why it wan

Re: [WiX-users] shortcut and validation error

2006-07-31 Thread Rob Hamflett
The ICEs are paranoid and assume that someone could change ALLUSERS when they install the product in order to do a per-user install. In this case the component needs a per-user keypath in order to keep track of it for each user, which is why it wants an entry in HKCU. I'm not sure why this i

[WiX-users] shortcut and validation error

2006-07-28 Thread dangle123 ...
I have a shortcut component in my setup package that fails ICE validation because it doesn't "use a registry key under HKCU as its KeyPath".   I have the ALLUSERS property set to 1.   This will set the ProgramMenuFolder to the "All Users" profile.  Why does it still need to have a registry key unde