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