image The all-in-one tool for creating installations for Windows, Windows Mobile, SmartPhone and Palm Devices. Modular architecture with plug-ins for the supported installation modules. Rapid development for all of your installation needs.

  

Section [xx] shortcut "xx.lnk" - there is no matching target file "xx" Error

If you get the following error while building your project:
Section [xx] shortcut "xx.lnk" - there is no matching target file "xx" for the current CPU type
simple remove the directory part of the shortcut's target and leave only the filename.
For example, if you have as shortcut's target the "\%InstallDir%\MyProgram.exe" change it to "MyProgram.exe"

Attention:
This error is occured only when your shortcut haven't any custom icon. When Custom Icon support is enabled, then the target must contain the full path of the target filename, eg "\%InstallDir%\MyProgram.exe".