This works for me:

candle.exe -ext 
Microsoft.Tools.WindowsInstallerXml.Extensions.VSCompiler,WixVSExtension 
product.wxs
Microsoft (R) Windows Installer Xml Compiler version 2.0.5304.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

product.wxs

light.exe -ext 
Microsoft.Tools.WindowsInstallerXml.Extensions.VSCompiler,WixVSExtension 
product.wixobj
Microsoft (R) Windows Installer Xml Linker version 2.0.5304.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Payne
Sent: Thursday, May 10, 2007 7:08 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Replacement for 
Microsoft.Tools.WindowsInstallerXml.HelpExtension


Hi,

We recently upgraded from WiX 2.0.3620.0 to a later 2.0 build. We were using 
the Help Extension, like this:

Candle.exe -ext 
"Microsoft.Tools.WindowsInstallerXml.HelpExtension.HelpCompilerAndSchemaExtension,
 Microsoft.Tools.WindowsInstallerXml.HelpExtension" ...

I'm told that the help extension was consolidated into WixVSExtension. When I 
tried building like this:

Candle.exe -ext "Microsoft.Tools.WindowsInstallerXml.Extensions.VSCompiler, 
Microsoft.Tools.WindowsInstallerXml.Extensions" ...

Candle complains that it cannot find the extension. WixVSExtension.dll is in my 
toolset. Suggestions?

If you respond, please include me directly, as I am not on this alias. Thanks 
for your time!
-Doug

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to