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
>
>   
Oh... and you have to use a short file name for all Name attributes
:D... I have just noticed that. Like in the old DOS days. It is supposed
to be there for backwards compatibility. I just don't know with what...

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

Reply via email to