Code: Select all
if Variable SUCCESS Equals COMPLETE
Run Program under UAC $TARGETDIR$\foo.exe
end
It works as expected on windows 7 and 10 but when run on windows 8.1 the icon for it on the taskbar is just a blank document. When its closed and opened from the shortcut it has the correct icon. The problem is only when run from the installer the first time. How do I make the correct icon display for windows 8.1?
thanks