i get the following errors while trying to link using WiX 3.0 parts of the source code accociated with the errors are given at the end. My code work perfectly fine on WiX 2.0. How do i make it work using WiX 3.0?
C:\WiX\wix-3.0.2925.0-binaries\testbuild.wxs(54) : error LGHT0204 : ICE18: KeyPa th for Component: 'DiskSpace' is Directory: 'INSTALLDIR'. The Directory/Componen t pair must be listed in the CreateFolders table. C:\WiX\wix-3.0.2925.0-binaries\testbuild.wxs(22) : error LGHT0204 : ICE43: Compo nent C_FL_apc.exe has non-advertised shortcuts. It should use a registry key und er HKCU as its KeyPath, not a file. C:\WiX\wix-3.0.2925.0-binaries\testbuild.wxs(22) : error LGHT0204 : ICE57: Compo nent 'C_FL_apc.exe' has both per-user and per-machine data with a per-machine Ke yPath. C:\WiX\wix-3.0.2925.0-binaries\testbuild.wxs(69) : error LGHT0204 : ICE64: The d irectory NewDirectory1 is in the user profile but is not listed in the RemoveFil e table. C:\Documents and Settings\Panidil\Local Settings\Temp\q1c08vvo\testbuild.msi : warning LGHT1076 : ICE66: Complete functionality of the MsiFileHash table is only available with Windows Installer version 1.5. Your schema is 100. C:\WiX\wix-3.0.2925.0-binaries> line no 54: <Component Id="DiskSpace" Guid="86f9ef77-c042-4f5f-8cb6-9f7e35c4d7b2"> <ReserveCost Id="ResCost" RunFromSource="62914560" RunLocal="62914560" /> </Component> line no 22:<Component Id="C_FL_apc.exe" Guid="0D10CC81-32A8-4A24-AD71-5BE510A28D30"> <File Id="FL_apc.exe" Name="PowerChute.exe" Source="Productname.exe" Vital='yes' /> <File Id="FL_Manual.pdf" Name="Manual.pdf" Source="Manual.pdf" Vital='yes' /> <File Id="FL_pcpe.ico" Name="pcpeico" Source="pcpe.ico" DefaultSize="1017" /> <Shortcut Id="NewShortcut1" Directory="StartMenuFolder" Name="PCPE" Target="[#FL_apc.exe]" /> <Shortcut Id="NewShortcut3" Directory="NewDirectory1" Name="Product Personal edition" Target="[#FL_apc.exe]" /> <Shortcut Id="NewShortcut4" Directory="NewDirectory1" Name="Manual" Target="[#FL_Manual.pdf]" /> line no 69: <Directory Id="NewDirectory1" Name="APC" /> thanks Andy -- View this message in context: http://www.nabble.com/Linker-error-on-WiX-3.0-tf4390627.html#a12518279 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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