Hey Andreas,

Just to be clear, are you sure that your environment has %WIX_PATH% as a
variable and that it resolves to the correct directory path?

Thanks,

Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com


On Tue, Jun 23, 2009 at 11:57 AM, Andreas Gustafsson <g...@araneus.fi>wrote:

> Hi,
>
> How do I specify an extension on the WiX 3.5 command line?
> I'm looking at an example on the following web page:
>
>
> http://kobyk.wordpress.com/2008/10/21/installing-filter-drivers-with-difxapp-and-a-wix-v3-msi/
>
> which uses the command
>
>  %WIX_PATH%\candle -ext %WIX_PATH%\WixUIExtension.dll -ext
> %WIX_PATH%\WixDifxAppExtension.dll DirFilterInstaller.wxs
>
> but when I try a similar command, I get this error message:
>
>  candle.exe : error CNDL0113 : The parameter '-ext' must be followed by the
> extension's type specification.  The type specification should be a fully
> qualified class and assembly identity, for example:
> "MyNamespace.MyClass,myextension.dll".
>
> How can I find out the correct "fully qualified class" to specify?
> Pointers to relevant documentation will especially appreciated.
> --
> Andreas Gustafsson, g...@araneus.fi
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to