I converted all my wx* files to utf-16 and saved them as Unicode with the same 
result.

Thanks,
Mike

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szentpali Janos
Sent: Friday, November 30, 2007 3:27 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Accented character in Shortcut Name causes Error 
LGHT0204: ICE03: Invalid Filename

Schuett, Michael wrote:
> Hello,
>
> If I use an accented character in a Shortcut Name, the following error 
> results...
>
> D:\WiX\ClientInstall\Application.wxs(39,0): Error LGHT0204: ICE03:
> Invalid Filename; Table: Shortcut, Column: Name, Key(s):
> TrayAppShortcut
>
> Here's the section from Application.wxs.
>
> <File Id="Tray.exe" Name="Tray.exe" KeyPath="yes" 
> Source="ClientFiles\Tray.exe">
>   <Shortcut Id="TrayAppShortcut" Directory="ProgramGroupDir" 
> WorkingDirectory="INSTALLLOCATION"
>             Arguments="/EnableTray" Name="Redémarrer le moniteur"
> Icon="tray.ico" Advertise="yes" /> </File>
>
> If I remove the "é" from the Shortcut Name it builds successfully. Any 
> suggestions?
>
> I'm using WiX 3.0.2925.0.
>
> Thanks,
> Mike
>
>
> ----------------------------------------------------------------------
> --- 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
>
>
Try changing the encoding... put
<?xml version='1.0' encoding='utf-8'?>
on the beginning of the .wxs file... or whatever encoding that is the one you 
are using

--
Szentpáli János


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

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