I got the same error doing the same thing until I added the <RegistryValue>
element as shown below:

  <Directory Id='ProgramMenuFolder' Name='ProgramMenuFolder'>
     <Directory Id='IDProgramGroup' Name='Company'>  
        <Component Id='IDProgramGroup' Guid='insert Guid here'>
           <RemoveFolder Id='IDProgramGroup' On='uninstall'/>
           <RegistryValue Root='HKCU' Key='SOFTWARE\Company\MyApp'
                          Type='string' Value='Hello World' 
                          KeyPath='yes' />

        </Component>
     </Directory>
  </Directory>

Hope this helps!

Julie Campbell
[EMAIL PROTECTED]

------------------------------

Message: 6
Date: Tue, 10 Apr 2007 01:17:46 -0400
From: "Patrick Schmid" <[EMAIL PROTECTED]>
Subject: [WiX-users] ICE38 error
To: <wix-users@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"

I am trying to install my application in a folder under the user profile.
When I use AppDataFolder or LocalAppDataFolder, I keep getting ICE38 error
messages for all my components. The error message tells me that I need to
use a key in HKCU as KeyPath, not a file.
What kind of key is it asking for? I am only trying to copy files to a
folder and really have no clue what HKCU key I should be creating to make
this work.

Thanks,

Patrick Schmid



_____________________________________________________________________________
Scanned by IBM Email Security Management Services powered by MessageLabs. For 
more information please visit http://www.ers.ibm.com
_____________________________________________________________________________

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