autorun maker

  • Thread starter Thread starter Ray5531
  • Start date Start date
R

Ray5531

I'm looking for a good Freeware autorun maker for my C# application.Any
suggessions?

Thanks
 
Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in the cd
tray all you have to do is create a file named autorun.inf in the root of
the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in the
EXE

cheers,
 
Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in the cd
tray all you have to do is create a file named autorun.inf in the root of
the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in the
EXE

cheers,
 
I'd like to add other functionalities ,so I was looking for an application
which produces all these.

Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in the
cd tray all you have to do is create a file named autorun.inf in the root
of the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in
the EXE

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




Ray5531 said:
I'm looking for a good Freeware autorun maker for my C# application.Any
suggessions?

Thanks
 
I'd like to have a page coming up giving the user some info about my
applicatin with some pictures and DHTML effects.

Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in the
cd
tray all you have to do is create a file named autorun.inf in the root of
the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in
the
EXE

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




Ray5531 said:
I'm looking for a good Freeware autorun maker for my C# application.Any
suggessions?

Thanks
 
what other features you want?

why dont you put these features in the .EXE that you will execute?

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



Ray5531 said:
I'd like to add other functionalities ,so I was looking for an application
which produces all these.

Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in the
cd tray all you have to do is create a file named autorun.inf in the root
of the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in
the EXE

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




Ray5531 said:
I'm looking for a good Freeware autorun maker for my C# application.Any
suggessions?

Thanks
 
I'd like to have kind of flashy things just for being nicer.DHTML effect of
the buttuns and songs when the autorun starts.that's it

Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
what other features you want?

why dont you put these features in the .EXE that you will execute?

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



Ray5531 said:
I'd like to add other functionalities ,so I was looking for an
application which produces all these.

Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in
the cd tray all you have to do is create a file named autorun.inf in the
root of the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in
the EXE

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




I'm looking for a good Freeware autorun maker for my C# application.Any
suggessions?

Thanks
 
It is hard to find freeware application which presents such features.
However I can give you one commercial solution of your problem -
Demoshield, www.demoshield.com.

Philip.
 
Hi,

then all you have to do is create an instance of IExplorer and load your
page, is that correct?


cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




Ray5531 said:
I'd like to have a page coming up giving the user some info about my
applicatin with some pictures and DHTML effects.

Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in the
cd
tray all you have to do is create a file named autorun.inf in the root
of
the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in
the
EXE

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




Ray5531 said:
I'm looking for a good Freeware autorun maker for my C# application.Any
suggessions?

Thanks
 
How can I create the instance of IE in my inf file?
Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

then all you have to do is create an instance of IExplorer and load your
page, is that correct?


cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




Ray5531 said:
I'd like to have a page coming up giving the user some info about my
applicatin with some pictures and DHTML effects.

Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in
the cd
tray all you have to do is create a file named autorun.inf in the root
of
the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in
the
EXE

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




I'm looking for a good Freeware autorun maker for my C# application.Any
suggessions?

Thanks
 
Hi,

You cannot start a html page, you have to use an .EXE that run iexplorer
with the page that you want, do a google search for it, I found one a while
ago but I have no idea where it's now.


cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


Ray5531 said:
How can I create the instance of IE in my inf file?
Thanks
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

then all you have to do is create an instance of IExplorer and load your
page, is that correct?


cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




Ray5531 said:
I'd like to have a page coming up giving the user some info about my
applicatin with some pictures and DHTML effects.

Thanks
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us>
wrote in message Hi,

What you mean with an autorun ?

If what you want is that a program start running when you put a cd in
the cd
tray all you have to do is create a file named autorun.inf in the root
of
the cd with these lines:
[autorun]
OPEN=WHAT_PROGRAM_TO_RUN.EXE
ICON=HL2.ICO


If you do not have icon is fine, note that the ican can be contained in
the
EXE

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




I'm looking for a good Freeware autorun maker for my C#
application.Any suggessions?

Thanks
 
Back
Top