Re: [WiX-users] Shortcuts and ICE

2007-01-09 Thread André Pönitz
Tony Hoyle wrote: > André Pönitz wrote: > > One is not allowed to ignore ICE57 errors for Windows Vista > > logo certification (even if everybody agrees that the errors > > themselves are bogus and should be ignored ...) > > I'd try to talk them into changing that.. I am not sure this is worth t

Re: [WiX-users] Shortcuts and ICE

2007-01-09 Thread Tony Hoyle
André Pönitz wrote: > One is not allowed to ignore ICE57 errors for Windows Vista > logo certification (even if everybody agrees that the errors > themselves are bogus and should be ignored ...) > I'd try to talk them into changing that.. Presumably they allow some ICE errors since some are ine

Re: [WiX-users] Shortcuts and ICE

2007-01-09 Thread André Pönitz
Johan Appelgren wrote: > On 1/8/07, André Pönitz <[EMAIL PROTECTED]> wrote: > > Johan Appelgren wrote: > > > So the answer to the initial question is that windows installer is > > > broken, and I should just ignore the ICE57 error? > > > > I think 'yes, and not necessarily'. Have a look at hack I j

Re: [WiX-users] Shortcuts and ICE

2007-01-08 Thread Johan Appelgren
On 1/8/07, André Pönitz <[EMAIL PROTECTED]> wrote: > Johan Appelgren wrote: > > So the answer to the initial question is that windows installer is > > broken, and I should just ignore the ICE57 error? > > I think 'yes, and not necessarily'. Have a look at hack I just > posted in the 'Solution for S

Re: [WiX-users] Shortcuts and ICE

2007-01-08 Thread André Pönitz
Johan Appelgren wrote: > So the answer to the initial question is that windows installer is > broken, and I should just ignore the ICE57 error? I think 'yes, and not necessarily'. Have a look at hack I just posted in the 'Solution for StartMenuFolder < x < StartupFolder ?' thread today. > I'm try

Re: [WiX-users] Shortcuts and ICE

2007-01-08 Thread Johan Appelgren
So the answer to the initial question is that windows installer is broken, and I should just ignore the ICE57 error? I'm trying to use unadvertised shortcuts and haven't been able to find out the recommended way to create them. /Johan On 1/4/07, Rob Mensching <[EMAIL PROTECTED]> wrote: > 1. The

Re: [WiX-users] Shortcuts and ICE

2007-01-04 Thread Rob Mensching
1. The "All User" profile is a "per-machine" location.mailto:[EMAIL PROTECTED] On Behalf Of Bart Kapiteinhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.so

Re: [WiX-users] Shortcuts and ICE

2007-01-04 Thread Bart Kapitein
Yes, Im aware of the posibility that the ALLUSERS property can change. And I think that is exactly the problem with a component which has a HKCU registry entry as keypath (which is needed to pass ICE57) and an unadvertised shortcut . When a per-machine installation is done, the shortcut is placed

Re: [WiX-users] Shortcuts and ICE

2007-01-03 Thread Rob Hamflett
Your right about the ICE warnings be a complete pain for unadvertised shortcuts. The problem is that someone could change the value for ALLUSERS in your installation package, and the ICEs allow for this. Many of us just ignore them. Rob Bart Kapitein wrote: > Hello, > > I have read several