MSI SDK talks about the ICE errors.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Xiaoqin Sun
Sent: Friday, June 27, 2008 15:42
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WIX version 3.0 errors

Hi,
I started to use WIX 3.0 and found  link errors. Wonder if anybody may help me 
what I need to do to modify   my wxs file to satisfy WIX 3.0 linker.

In my wxs file I wrote as this:

           <Directory Id="SUBDIR41" ShortName="subDIR41" Name="vcmake">
              <Directory Id="SUBDIR61" ShortName="subDIR61" 
Name="msrtaudio16bit">
                <Component Id="audsln" 
Guid="BD4C63A3-A4E1-4691-BFCE-E97570D94D3F"                     DiskId="1" 
Win64="$(var.Win64)">
                  <File Id="ad16sln1" ShortName = "adio16b1.sln" 
Name="msrtaudio16bit_2005.sln" 
Source="$(env._LCSROOT)\dev\media\stream\audio\codecs\RTAudio_PK\vcmake\msrtaudio16bit\msrtaudio16bit_2005.sln"
 DiskId='1'   />
                </Component>

But the link gave me following errors:

msrtaudio16b.wxs(64) : error LGHT0204 : ICE38: Component audsln installs to 
user profile. It must use a registry key under HKCU as its KeyPath, not a file.

msrtaudio16b.wxs(63) : error LGHT0204 : ICE64: The directory SUBDIR61 is in the 
user profile but is not listed in the RemoveFile table.

Thanks

Xiaoqin
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to