CD autorun disaster in Win 2K Pro

This is a discussion about CD autorun disaster in Win 2K Pro in the Windows Software category; Hi, I have successfully created autorun and autoplay PowerPoint CDROMs which work in Win 95 and 98. However to complete my hat-trick I want the CDs to work in Windows 2000. Here's what happens 1.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar06.webp

1 Posts
Location -
Joined 2001-06-27
Hi,
 
I have successfully created autorun and autoplay PowerPoint CDROMs which work in Win 95 and 98. However to complete my hat-trick I want the CDs to work in Windows 2000.
 
Here's what happens
 
1. On one Win2K machine the autoplay worked, but very slowly, then the
show slides worked OK until the first MPEG1 slide - it took 30 seconds to play.
The next slide with an MPEG1 movie in did not play at all, just stayed on the black square.
 
The next Win2K experiment was on a laptop. The autoplay began, suddenly flashed up the first slide and then in a millisecond just disappeared as quickly, no sign of the show. We had to go to the CD and press the Autorun icon and the same thing again. Only when we double clicked the Powerpoint.ppt, did it play alright.
 
So here's my question(s):-
 
1. does Win2K have a problem with Autorun CDs?
2.If so how do I overcome this by including something on my CDs?
3. Does anyone know of anything I can do to make my Powerpoint shows, including MPEG1 movies, autorun and play in Windows 2000?
 
any help gratefully received.
 
Thanks Chris
 
ps I can include a list of the .dlls etc I had to include on the CD to get it to run in Win 95 and Win 98 with no problems.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jun 27
Created
Jun 28
Last Response
0
Likes
2 minutes
Read Time
User User User User
Users

Responses to this topic


data/avatar/default/avatar40.webp

3087 Posts
Location -
Joined 2001-01-21
Win2k doesn't have this problem with autoplay. I did see something about the autoplay stuff and someone posted a link to Microsoft's page on stuff about setting up autorun files...but I can't remember where I saw it. Try using the search function and look within the past week.

data/avatar/default/avatar03.webp

379 Posts
Location -
Joined 2000-09-09
Notetab creates the basic autorun.inf file. A text file with *.inf.
 
The content is [autorun] plus reference to some executable and some icon on the CD. See the content of the Descent 3 CD-ROM autorun.inf:
 
[autorun]
open=Descent3AutoRun.exe
icon=Descent3AutoRun.ico
 
Windows 2000 will recognize it if this Dword is active in Registry:
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"Autorun"=dword:00000001

data/avatar/default/avatar32.webp

18 Posts
Location -
Joined 2001-05-30
by the way, does shelexec.exe still work unter 2000? find it via ftpsearch.
To open .htm-file, have an autorun like
 
shelexec index.htm
 
only include shelexec.exe additionally on cd. it is 19kb of size.