Should have added. Here is the start of my WIX file
<?xml version='1.0' encoding='windows-1252'?> <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' <Product Name='Agilent Business Dashboard' Id='{38C10847-BBCD-4cfe-9A72-4FB8439B9D8D}' UpgradeCode='{3537D324-B5EC-4ed0-B41A-434A3534D855}' Language='1033' Codepage='1252' Version='1.0.0' Manufacturer='Agilent Technologies (UK) Ltd'> <Package Keywords='Installer' Description="Agilent Business Dashboard using Business Objects" Comments='Agilent Business Dashboard is a registerd component by Agilent Technologies UK Ltd' Manufacturer='Agilent Technologies (UK) Ltd' InstallerVersion='100' Languages='1033' Compressed='no' SummaryCodepage='1252' /> <!-- Determines what the install level is for components being installed--> <Property Id='INSTALLLEVEL' Value='3'/> <Property Id='CUSTOMERNAME' Value='Orange UK'/> <Media Id='1' Cabinet='Product.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" /> <Property Id='DiskPrompt' Value="Agilent Business Dashboard Installer [1]" /> <!-- Let's include a fragment which all it has is a list of possible directories to use --> <FragmentRef Id="DIRECTORYDEF"/> I'm guessing I need to add the WixLocalization and Culture definitions somewhere in here but don't know where. ----------------------------------- dave_c wrote: > > I have just recently moved from using wix2 to using wix3. > > After removing all the shortname I tried to build the relase and got the > error message mentioned above. Does anyone know what I need to do to fix > these problems. > > Also, is there a link/URL to somewhere that explains the differences > between wix2 and wix3 > > C:\wirelessDashboard\DashboardBuild>REM c:\wix_3.0.2612.0\light -out > BusinessDas > hboard.msi ServerExecutables.wixobj BusinessDashboard.wixobj > Conditions.wixobj N > ewDirectories.wixobj IconDefinitions.wixobj DirectoryDefinitions.wixobj > ClientF > eatures.wixobj ClientExecutables.wixobj ClientDocuments.wixobj > ModifiedBOFiles.w > ixobj ServerFeatures.wixobj ServerGraphics.wixobj AgilentScripts.wixobj > OrangeGr > aphics.wixobj wixui\AgilentWixUI_Mondo.wixlib -loc c:\wix\WixUI_en-us.wxl > > C:\wirelessDashboard\DashboardBuild>c:\wix_3.0.2612.0\light -out > BusinessDashboa > rd.msi *.wixobj wixui\AgilentWixUI_Mondo.wixlib -loc > c:\wix_3.0.2612.0\WixUI_en- > us.wxl > Microsoft (R) Windows Installer Xml Linker version 3.0.2612.0 > Copyright (C) Microsoft Corporation 2003. All rights reserved. > > c:\wix_3.0.2612.0\WixUI_en-us.wxl : error LGHT0010 : The > WixLocalization/@Cultur > e attribute was not found; it is required. > -- View this message in context: http://www.nabble.com/WixLocalization-%40Culture-attribute-was-not-found-tf3260634.html#a9063270 Sent from the wix-users mailing list archive at Nabble.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