Himo
01-24-2005, 07:16 AM
I'm making a simple autorun.inf that start a .txt instead of an .exe. It does nothing else for the moment. I got this code:
[autorun]
open=start "installation notes.txt"
icon=App.ico
But the .inf just states when installing: "Installation failed" without anything else. What is wrong? I'm testing it on a HD first before installing.
[autorun]
open=start "installation notes.txt"
icon=App.ico
But the .inf just states when installing: "Installation failed" without anything else. What is wrong? I'm testing it on a HD first before installing.