[help] Autorun Html From Cd

hi again,

I finished my project of the website I'm working on for over one month. I need to put it in auto-run CD I make the ini

[<!--JAVASCRIPT {parameter:browser name}

[ { ayman.htm}-->]

[AUTORUN]

open=ayman.htm

icon=icon.bmp,0

and I add the AUTORUN.EXE I use it before when I make HTML auto-run CDs but this time it give me deferent autorun cd icon not the one I select? I believe icon=icon.bmp,0 its work but I do not know whey it doesn't show?and the aother thing when I burn the CD and then run it the autorun it doesn’t work? Any one know what is my problem? <_<

#159293

i think u should use an .ico not an bmp :blink:

#159298

I have try it before and its working just fine. I know with icon=*.ico work 2 but this is not the only problem whey its not autorun CD<_

#159303

I don't know if this is any use but I've just made one with this .inf

[autorun]

open = rundll32.exe url.dll,FileProtocolHandler default.htm

icon = FPVINDEX\FPCDBKUP.ICO (I think this last line can be removed...I've not tested yet) The rest works.

#159549

Originally posted by bh2@May 10 2004, 04:36 PM

I don't know if this is any use but I've just made one with this .inf

[autorun]

open = rundll32.exe url.dll,FileProtocolHandler default.htm

icon = FPVINDEX\FPCDBKUP.ICO (I think this last line can be removed...I've not tested yet) The rest works.

[autorun]

open = rundll32.exe url.dll,FileProtocolHandler default.htm

:blink: do I need to put the rundll32.exe in the CD? or it will call it from "C:\WINNT\System32\RUNDLL32.EXE"?

#159606

Rundll.32 is on every windows machine and can be called without path ;)

#159617

cool I will try it :D thanks alot guys

#159665

Try the following in an autorun.inf:

[autorun]
shellexecute=index.htm
icon=index.ico

It's always worked me ;)

#159692

Originally posted by Tadis@May 10 2004, 08:34 PM-->
QUOTE(Tadis @ May 10 2004, 08:34 PM)
Try the following in an autorun.inf:

[autorun]<!--QuoteEBegin
[b]icon=index.ico

It's always worked me  ;)

thanks :D

#159724