The error shown below should not be ignored.  It is telling you that your
per-machine installation will not properly install the per-user shortcuts
for users other than the one performing the installation.  Creating a HKCU
key will ensure that every user that logs on the machine will get the proper
shortcuts installed.

All ICE errors have a purpose and should not be ignored.  The ICE warnings
are also important but there are isolated scenarios in which it might be
suitable to ignore a warning (which is why it's a warning and not an error).

Derek

-----Original Message-----
From: [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 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 basically means that the program is
installing 
under program files but it can't tell whether you're trying to install in
'All 
Users' or a local user, so it throws a warning.

For a per-machine install putting a key under HKCU is precisely the *wrong* 
thing to do.

Tony

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to