I know this isn't specifically NSIS related, but it IS installer related. I have an autorun.inf file with the following contents (see below). When I burn the contents to a CD with the proper structure and autorun file, then place the disc in a drive, I don't get the desired or expected results.
My autorun.inf contains:
and my disc has the following structure:
[autorun]
open=windows\setup.exe
icon=myicon.ico,1
label="Setup"
The autorun open portion works fine, but the icon only displays in Windows Explorer IF and only IF the Operating System is 95/98/ME/NT/2K but NOT XP. In XP I get the no icon associated icon. Any ideas?
windows\Setup.exe
windows\readme.txt
autorun.inf
myicon.ico
P.S. I have tried this on 20 different machines, all the XP ones fail, all the others mentioned were tested and passed.