Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-25 Thread Derek Cicerone
wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ORCA validation issue with wix generated installer Foster, Richard - PAL wrote: > Tony, > > One scenario we have in our systems is that our customers may want > *some* users to have access to all the components, but other users to > on

Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-25 Thread Tony Hoyle
Foster, Richard - PAL wrote: > Tony, > > One scenario we have in our systems is that our customers may want > *some* users to have access to all the components, but other users to > only have access to certain items. I guess it's the line where you limit your support - if one of our customers wa

Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-25 Thread Foster, Richard - PAL
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Hoyle Sent: Monday, July 24, 2006 20:42 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ORCA validation issue with wix generated installer Derek Cicerone wrote: > That means that the component needs t

Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-24 Thread Derek Cicerone
bject: Re: [WiX-users] ORCA validation issue with wix generated installer Derek Cicerone wrote: > That means that the component needs to have a registry key under HKCU as its > keypath. This supports installation of per-user shortcuts for a per-machine > installation. I don't see wh

Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-24 Thread Tony Hoyle
Derek Cicerone wrote: > That means that the component needs to have a registry key under HKCU as its > keypath. This supports installation of per-user shortcuts for a per-machine > installation. I don't see why anyone would ever want to do this - put per user shortcuts in per user installations

Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-24 Thread John Calcote
Thanks Derek, Can you recommend the proper WiX construct for creating the HKCU key associated with the shortcuts - I have several of these messages, and I want to do it the right way, not experiment for days until I come up with the proper one accidentally. :) I've looked in the Tutorial and Help

Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-24 Thread Derek Cicerone
That means that the component needs to have a registry key under HKCU as its keypath. This supports installation of per-user shortcuts for a per-machine installation. Alternatively, you could switch to advertised shortcuts by specifying Advertise="yes" on the Shortcut elements. However, advertis

Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-24 Thread Derek Cicerone
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Hoyle Sent: Monday, July 24, 2006 1:06 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ORCA validation issue with wix generated installer John Calcote wrote: > Hi, > > Can anyone tell me what the following error me

Re: [WiX-users] ORCA validation issue with wix generated installer

2006-07-24 Thread Tony Hoyle
John Calcote wrote: > Hi, > > Can anyone tell me what the following error message from the Orca > Validator means: > > ICE43 ERROR Component PROGUID_comp has non-advertised shortcuts. It > should use a registry key under HKCU as its KeyPath, not a file. > > ?? > I tend to ignore that one. It