MJW wrote:
> C:\...\TEST.wxs(14) : error LGHT0204 : ICE38: Component 
> AjaxPanel.js_Component installs to user profile. It must use a 
> registry key under HKCU as its KeyPath, not a file.

MSI wants a registry key to be able to do a quick check for the 
component's health. It's related to packages that install mixed 
per-machine and per-user data. The easiest fix is to just do what it 
says: Add a registry key in the HKCU hive.
> C:\...\TEST.wxs(15) : warning LGHT1076 : ICE91: The file 
> 'AjaxPanel.js' will be installed to the per user directory 'AJAXPANEL' 
> that doesn't vary based on ALLUSERS value.

You can ignore this warning for a per-user setup. It isn't a logo 
violation, as I recall.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
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