What is the error you are seeing? Is there a reason you have <CreateFolder/> there? Also you may have to add a RegistryKeyValue.
Something like this <RegistryValue Root="HKCU" Key="Software\Microsoft\[ProductName]" Name="ConfigServer1" Type="integer" Value="1" KeyPath="yes"/> I believe you have make something in the Component section point to a KeyPath and if there is not something in the Component Section that points to KeyPath then create a Registy Key that does this for you. -Michael -----Original Message----- From: doglin82 [mailto:karen....@solarsoft.com] Sent: Monday, April 05, 2010 2:25 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Action: 'DuplicateFiles' in InstallExecuteSequence table must come after the 'InstallFiles' action. Hi: I have got this error when I was trying to compile my WiX Project. I looked for solution online, but none of which seems to fix my problem. Here is a snippet of the custom action <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> <Fragment> <ComponentGroup Id="mVPConfigActions"> <Component Id="ConfigServer1" Directory="APPLICATIONDIR" Guid="516AFF71-7761-4975-976B-BF071F18333D"> <CreateFolder/> <util:XmlFile Id="UpdateAppUpdaterConfig1" File="[APPLICATIONDIR]\CMS m5 Server\NetObjects\et.Setup.AppUpdater.dll.config" Action="setValue" ElementPath="//configuration/appupdaterconfiguration[...@servernetobjectsdir[\]]" Name="serverNetObjectsDir" Value="\\[MVPSERVER]\EventTech\CMS m5 Server\NetObjects\" Sequence="1"/> <!--Configure et.setup.appupdater.dll.config--> </Component> </ComponentGroup> </Fragment> </Wix> Someone suggested to add <file/> under <component>. I tried it. But it didn't work as I was still getting the same errors. Any suggestions? All help is appreciated -- View this message in context: http://n2.nabble.com/Action-DuplicateFiles-in-InstallExecuteSequence-table-must-come-after-the-InstallFiles-action-tp4855551p4855551.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users