Hi,
No still it not works. If I gives the ID of ALMGUI directory it takes only the 
name of that directory but not conatnate with the INSTALLDIR. I want full path 
of that directory.
 
 
Thanks,
Rahul.

________________________________

From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Wed 6/3/2009 9:56 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem with Shortcut



rahul.ekb...@sungard.com wrote:
>     <Shortcut Id="ApplicationStartMenuShortcut" Name="Bancware ALM 6.0"
> Description="Bancware ALM 6.0"
>
>                           Target="[INSTALLDIR]ALMGUI\bwr.ALM.exe"
>
>                           WorkingDirectory="[INSTALLDIR]ALMGUI "/>
>
> 
>
> However I am facing problem with setting WorkingDirecotry.
>
> My working directory is  [INSTALLDIR]ALMGUI. However it gives me error l
>
> 
>
> " Error   3              The Shortcut/@WorkingDirectory attribute's
> value, '[INSTALLDIR]ALMGUI', is not a legal identifier.  Identifiers may
> contain ASCII characters A-Z, a-z, digits, underscores (_), or periods
> (.).  Every identifier must begin with either a letter or an underscore.
> d:\WiX_prog\WixProject1\WixProject1\Product.wxs     83           1
> WixProject1
>  

It's trying to tell you, as the documentation says, that
WorkingDirectory must be an identifier, not a formatted string. Give it
the identifier of that directory.

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



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users





------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to