Having a problem building a program named "ApplicationXtender". During build it errors out at "writing boot image" for exe entry point "AppXtender Document Manager.exe". It throws an error message "Linker has encountered a problem and needs to close". Click more info and tlink.exe ver 4.0.2.3089 is the culprit.
So I narrowed it down to the FileTypes parameter that entry point in package.ini. If I rem the param out the build succeeds, but unless I'm missing something those file types will no longer be registered by thinreg, right? So I've also tried them one at a time, build fails on both types. Just for fun I added .doc and the build succeeds.
Here is the problem area:
AppXtender Document Manager.exe
Source=%ProgramFilesDir%\XtenderSolutions\Content Management\Aex32.exe
Shortcut=AppXtender.dat
WorkingDirectory=%ProgramFilesDir%\XtenderSolutions\Content Management\
Icon=%SystemRoot%\Installer\{5CF78860-9ACB-4EF4-8933-4A676BC34182}\Icon5CF788601.exe,6
;FileTypes=.aex.aeq
Shortcuts=%Programs%\ApplicationXtender Desktop
Any ideas? Is this a bug?