|
From: ERWLive <ewh...@li...> - 2011-02-13 06:29:13
|
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 |