Hi, I am trying to use the new RemoveFoldersEx facility in 3.6.1321.0
Build using VS2005 gives an Error - Error 4 The Component element contains an unhandled extension element 'util:RemoveFolderEx'. Please ensure that the extension for elements in the 'http://schemas.microsoft.com/wix/WixUtilExtension' namespace has been provided. C:\Development\Installer Projects\ORMWPRunSetup\ORMWPRunSetup\ORMWPRunSetup.wxs 259 1 ORMWPRunSetup The top of the .wxs file is:- <?xml version="1.0" encoding="utf-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/WixUtilExtension"> The reference is added to the VS solution and points to the correct path to the dll. The relevant bit of code is: <DirectoryRef Id="USERAPPDATADIR"> <Component Id="CMP_CACHEFLDR" Guid="270E5C7E-706C-4BB5-95D6-8FFCBBA7F3D9" KeyPath="yes"> <util:RemoveFolderEx Property="[USERCLIENTCACHE]" On="uninstall" /> </Component> </DirectoryRef> Any assistance will be terribly welcome! Eric Whitchurch ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users