VIrtuallyJason
Contributor
Contributor

There are a lot of registry changes to do, so in the end I just copied all of the *icons.exe and *icon.exe files from %systemroot%\Installer back into place.  If anyone's intesested, I did it with robocopy using the following command:

robocopy "Original Capture %systemroot%\Installer" "C:\TempInstaller" /IF *icons.exe /IF *icon.exe /S /LOG:C:\Installer.log /NP /FP

I then deleted the original %systemroot%\Installer folder's contents and copied the contents from my C:\TempInstaller into that location.  After repackaging, my applications are showing their icons correctly.

Reply
0 Kudos