Wout de Zeeuw wrote:
> - Next approach was creating an unadvertised shortcut. But then 
> initially ICE gives an ICE43 error, telling:
> "Error 2 ICE43: Component CadLibShortcuts has non-advertised shortcuts. 
> It should use a registry key under HKCU as its KeyPath, not a 
> file. C:\wout\views\wwview1\src\CadLib\WixProject\WixProject.wxs 19 1 
> WixProject"
>  Huh? What is the registry key used for? Clearly I'm missing something. 
> But... by just fighting the symptoms and creating a registry key in 
> HKCU, it does work. But, I would like to install for all users however. 
> So what's the deal with the HKCU? I just want to create a simple shortcut!!!

That ICE has been much discussed.  Your choices are:

1. Ignore it - if you're using an all users install it's completely 
bogus, and putting a key in HKCU for ALLUSERS=1 is incorrect (since it 
gets left behind if the user uninstalling is different to the user 
installing).
2. Stick a key in HKCU somewhere to shut it up.. it'll leave keys around 
but it'll pass validation.

I'm not sure what the deal is with HKCU even for ALLUSERS=0 but there's 
probably a reason for it...

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

Reply via email to