Hello WiX Community,

 

I hope you can help us with an error message we do not understand. J

 

 

Scenario:

 

*         We want to create the empty folder %AppData%\X\Y.

 

 

Current solution:

 

  <Directory Id="AppDataFolder">

    <Directory Id="X" Name="X">

      <Directory Id="Y" Name="Y" />

    </Directory>

  </Directory>

 

  <DirectoryRef Id="Y">

    <Component Id="Z" Guid="...">

      <!-- Light wants to have HKCU registry key as KeyPath for
directories in user's profile. -->

      <RegistryValue Root="HKCU" Key="Software\MyCompany\[ProductName]"
Name="_default" Value="" Type="string" KeyPath="yes" />

 

      <!-- We only want to get an empty folder but not any files in it.
-->

      <CreateFolder />

    </Component>

  </DirectoryRef>

 

 

Problem:

 

*         When building the MSI, we get the following error messages
which we do not understand:

 

error LGHT0204 : ICE64: The directory Y is in the user profile but is
not listed in the RemoveFile table.

error LGHT0204 : ICE64: The directory X is in the user profile but is
not listed in the RemoveFile table.

 

 

We would be really glad if anybody could tell us what to do! J

 

Thanks!

-Markus

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to