Hi,

The output window is included below. -ext looks properly set.
------ Build started: Project: ORMWPRunSetup, Configuration: Debug 
x86 ------
        C:\Program Files\Windows Installer XML 
v3.6\bin\candle.exe -dDebug -d"DevEnvDir=C:\Program Files\Microsoft Visual 
Studio 8\Common7\IDE\\" -d"SolutionDir=C:\Development\Installer 
Projects\ORMWPRunSetup\\" -dSolutionExt=.sln 
-dSolutionFileName=ORMWPRunSetup.sln 
 -dSolutionName=ORMWPRunSetup -d"SolutionPath=C:\Development\Installer 
Projects\ORMWPRunSetup\ORMWPRunSetup.sln" -dConfiguration=Debug 
-dOutDir=bin\Debug\ 
 -dPlatform=x86 -d"ProjectDir=C:\Development\Installer 
Projects\ORMWPRunSetup\ORMWPRunSetup\\" -dProjectExt=.wixproj 
-dProjectFileName=ORMWPRunSetup.wixproj 
 -dProjectName=ORMWPRunSetup -d"ProjectPath=C:\Development\Installer 
Projects\ORMWPRunSetup\ORMWPRunSetup\ORMWPRunSetup.wixproj" 
-d"TargetDir=C:\Development\Installer 
Projects\ORMWPRunSetup\ORMWPRunSetup\bin\Debug\\" -dTargetExt=.msi 
-dTargetFileName=ORMWPRunSetup.msi 
 -dTargetName=ORMWPRunSetup -d"TargetPath=C:\Development\Installer 
Projects\ORMWPRunSetup\ORMWPRunSetup\bin\Debug\ORMWPRunSetup.msi" -out 
obj\Debug\ -arch x86 -ext "C:\Program Files\Windows Installer XML 
v3.6\bin\WixUtilExtension.dll" ORMWPRunSetup.wxs Product.wxs 
obj\Debug\Product.Generated.wxs
C:\Development\Installer 
Projects\ORMWPRunSetup\ORMWPRunSetup\ORMWPRunSetup.wxs(259,0): error 
CNDL0200: 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(312,0): error 
CNDL0006: The Property/@Value attribute's value cannot be an empty string. 
If you want the value to be null or empty, simply remove the entire 
attribute.
C:\Development\Installer 
Projects\ORMWPRunSetup\ORMWPRunSetup\ORMWPRunSetup.wxs(312,0): warning 
CNDL1006: Property 'OR_SERVER_SUFFIX' does not contain a Value attribute and 
is not marked as Admin, Secure, or Hidden.  The Property element is being 
ignored.
Done building project "ORMWPRunSetup.wixproj" -- FAILED.

-----Original Message----- 
From: Bob Arnson
Sent: Monday, February 14, 2011 3:14 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] RemoveFoldersEX error in VS2005

On 13-Feb-11 01:29, ERWLive wrote:
> 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.

That almost always means that WixUtilExtension wasn't loaded. Check the
candle.exe command line in the Output window.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
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 


------------------------------------------------------------------------------
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

Reply via email to