The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
AdminStudio Error ?3204 occurs at build time after repackaging an application.
AdminStudio Error ?3204 occurs at build time after repackaging an application. The message is displayed in the following format:
Cannot extract icon with index 144 from file nero.exe for Icon_nero1.exe
An application may create a registry entry that references a nonexisting icon index. For example, the registry key below references the 144th icon of nero.exe.
[HKEY_CLASSES_ROOT\NeroCDExtraType\DefaultIcon]
@="%ProgramFilesFolder%\\ahead\\nero\\nero.exe,144"
This key would be captured by repackager successfully. After this information is imported into the ISM file, the build engine attempts to extract the 144th icon from nero.exe at build time. However, nero.exe does not contain 144 icons, and the build cannot extract the icon.
[HKEY_CLASSES_ROOT\NeroCDExtraType\DefaultIcon]
@="%ProgramFilesFolder%\\ahead\\nero\\nero.exe,-144"
For more information on this error, see Knowledge Base article Q107112 ERRDOC: Build Error -3204.
on Oct 02, 2007 05:50 PM - edited on May 08, 2019 08:27 AM by KPBussey