Hi, Happy New Year
I am trying to link a .wixobj file with light. What I get is:
error LGHT0204 : ICE64: The directory ProgramMenuDir is in the user profile
but is not listed in the RemoveFile table.
A simplified version of the file looks like this (the section in bold is
most relevant):
<?xml version="1.0"?>
<Wix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns="
http://schemas.microsoft.com/wix/2006/wi">
<Product Id="16c67001-9289-48fe-9f6b-b98104b9340a" Language="1033"
Manufacturer="sd" Name="NewWix"
UpgradeCode="d0e6912e-6507-4fe2-9b7d-6287521eea90" Version=" 1.0.0.0">
<Package Compressed="yes" InstallerVersion="200" />
<Media Id="1" Cabinet="NewWix.cab" EmbedCab="yes" />
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder" Name="PFiles">
<Directory Id="sd" Name="sd">
<Directory Id="INSTALLDIR" Name="NewWix" />
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder" Name="PMenu">
<Directory Id="ProgramMenuDir" Name="NewWix" />
</Directory>
<Directory Id="DesktopFolder" Name="Desktop" />
<Component Id="RegistryKeysComponent"
Guid="271a6289-fd21-4c94-ae77-8626d7e199cb">
<RegistryKey Key="SOFTWARE\sd\NewWix" Root="HKLM" />
</Component>
</Directory>
<Feature Id="Complete" Level="1">
<ComponentRef Id="RegistryKeysComponent" />
</Feature>
</Product>
</Wix>
If it's not taking you too much time, can you please head me in the right
direction ? The wxs file will be auto-generated (I''m writing a tool that
creates simple packages).
Thanks
Mihai
-------------------------------------------------------------------------
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