|
SW: KOTOR autorun rigged
Original Poster: Killpuppy
Post Date: 11-11-2004
This is in regards to the autorun issue as mentioned by Asimov for Star Wars: Knights of the Old Republic.
Originally we had to exit the autorun installer and navigate to windows explorer to manually choose setup. BTW Good Job Asimov. I had been curious about the process for a while
While I doubt that we can enable the autorun at all, we can rig the autorun.inf file. When is done the disk will automaticly install upon insert rather than seeking the proper autorun menu.
To do this open autorun.inf with notepad.
Change these lines:
[autorun]
OPEN=autorun.exe
ICON=autorun.exe,0
to the following:
[autorun]
OPEN=setup.exe
ICON=autorun.exe,0
|