I developed a install script which runs fine on
my own machine, but when used on other systems,
the Desktop Icon doesn't show up and neither
does the program icon (i.e. Start->Programs->Program Group->Program Name (icon)
Can anyone help me?
Here is some of my script.
Icon "c:\CheckEase\icon32x32.ico" The above line grabs the icon from my pc to includein the exe file
CreateShortCut "$DESKTOP\CheckEase Application.lnk" "$INSTDIR\CheckEase.exe" "" "$SMPROGRAMS\MarknetGroup\CheckEase\icon32x32.ico" The above line puts it on the desktop. Now thisworks on my pc but not on anyone elses.
Any Idea what the problem is?
Regards,
Jim