I had a quick look but could not find information. I want my installer to have all the files to be installed wrapped up in the msi. However, When I build the msi this is not happening (a new directory is being created with the files located there). I thi=ought I was doing the right thing in my main wix file but I guess not. COuld somepone point out what I'm doing wrong.
Here is a snippet of the code I'm using. <?xml version='1.0' encoding='windows-1252'?> <Wix xmlns='http://schemas.microsoft.com/wix/2003/01/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 Id='????????-????-????-????-????????????' 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]" /> Not sure if it is relevant but also the build commands for %%i in (*.wxs) do c:\wix_2.0.4820.0\candle %%i cd .. c:\wix_2.0.4820.0\lit -out wixui\AgilentWixUI_Mondo.wixlib wixui\*.wixobj for %%d in (*.wxs) do c:\wix_2.0.4820.0\candle %%d c:\wix_2.0.4820.0\light -out BusinessDashboard.msi *.wixobj wixui\AgilentWixUI_Mondo.wixlib -loc c:\wix_2.0.4820.0\WixUI_en-us.wxl -- View this message in context: http://www.nabble.com/Files-not-being-wrapped-up-into-installer-tf3261654.html#a9065296 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