PDA

View Full Version : Error 5002


mindstitchdr
07-25-2007, 12:10 PM
I'm getting this error when trying to build my project. The msi generates fine but I don't get the .exe because of the error. Any ideas?

C:\Documents and Settings\Steve Allen\My Documents\Setup Factory for Windows Installer\Output\Media Xplorer\Build Files\MXInstall.wxs(461) : error LGHT0204 : ICE03: Invalid Language Id; Table: File, Column: Language, Key(s): MediaXplorer.exe

Link successful - 'C:\Documents and Settings\Steve Allen\My Documents\Setup Factory for Windows Installer\Output\Media Xplorer\MXInstall.msi' generated.
Error 5002: Validation Failed - 'MXInstall.msi' was generated successfully but ICE validation errors occurred.
Deleting temporary files

Build FAILED! Error: 5002

Brett
07-25-2007, 01:29 PM
How was the "MediaXplorer.exe" program made? What tool/language?

mindstitchdr
07-25-2007, 02:07 PM
AutoPlay Media Studio 6.0

Brett
07-25-2007, 02:11 PM
OK, that is what I thought. That is caused by a bug in the way that AutoPlay Media Studio 6.0 does the resorce replacement. To fix it, for now, do this:

Copy the file:

...\Setup Factory for Windows Installer\Bootstrap\Data\IRResourceReplace.dll

to:

...\AutoPlay Media Studio 6.0\Data\IRResourceReplace.dll

Then re-build the application from AMS60. Then try re-building the setup. Please let me know if that helps.

mindstitchdr
07-25-2007, 02:21 PM
That worked perfect, Thank you!