Hello All,

Can anybody suggest me what I am doing wrong in this code. I am getting ICE38 
error. Same type code is working with WiX2.0. Now I am using WIX3.0.


Error    101    ICE38: Component C__875A5144D7DD4BEF9ABAF8AE0CEEF34D installs 
to user profile. It must use a registry key under HKCU as its KeyPath, not a 
file.    

My Code is:

</Directory>
      <Directory Id="ProgramMenuFolder" ShortSourceName="USER'S~1" 
SourceName="User's Programs Menu">
        <Directory Id="_1C7D08A746864EF3AF966E0588B88C9E" Name="FaxFinder 
Client Software" ShortName="FAXFIN~1">
          <Component Id="C__875A5144D7DD4BEF9ABAF8AE0CEEF34D" 
Guid="{9C3F0324-BD84-89CA-F421-020EA80D54A8}">
            <File Id="_875A5144D7DD4BEF9ABAF8AE0CEEF34D" Name="ff110client.exe" 
KeyPath="yes" ShortName="FF110C~1.EXE" Vital="yes" DiskId="1" 
Source="C:\FaxFinder0709\ApplicationFiles\FF110C~1.EXE" />
          </Component>
          <Component Id="C__9CEF542A358E49A48DB50496FACE9BE1" 
Guid="{B9273537-532C-46CC-9D6F-9DCD04865850}">
            <CreateFolder Directory="_1C7D08A746864EF3AF966E0588B88C9E" />
            <RegistryValue Id="R__9CEF542A358E49A48DB50496FACE9BE1" Root="HKCU" 
Key="Software\[Manufacturer]\[ProductName]\{B9273537-532C-46CC-9D6F-9DCD04865850}"
 Name="_1C7D08A746864EF3AF966E0588B88C9E" 
Value="[_1C7D08A746864EF3AF966E0588B88C9E]" Type="string" KeyPath="yes" />
            <RemoveFolder Id="_9CEF542A358E49A48DB50496FACE9BE1" 
Directory="_1C7D08A746864EF3AF966E0588B88C9E" On="uninstall" />
          </Component>
        </Directory>

Regards,
Veerendra



       
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to