Eldiberto Espinosa wrote:

I'm getting a Not Supported Exception when I run Candle. The error seems related to path's formats but even when I switch to absolute paths on command line and inside the WXS I get the error. I'm running Wix version 3.0.2925.0.

Command Line : candle.exe -I"C:\Program Files\Windows Installer XML v3\bin" -out D:\Workspaces\Source\build\Setup\Authorize.net.wixobj -pedantic:easy -v D:\Workspaces\Source\build\Setup\Authorize.net.wxs

Microsoft (R) Windows Installer Xml Compiler version 3.0.2925.0

Copyright (C) Microsoft Corporation 2003. All rights reserved.

Authorize.net.wxs

candle.exe : error CNDL0001 : The given path's format is not supported.


Please file a bug so we can beef up the command line parsing. The problem is that -p is a valid switch to preprocess a file; candle is trying to write to a file named "edantic:easy" which is illegal. The -pedantic switch doesn't take any arguments, so just drop the ":easy" and it'll work.

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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to