benners Posted July 18, 2004 Posted July 18, 2004 cdshell is written by the same author as bootscriptor to replace it.
dazkrlauwste Posted July 18, 2004 Author Posted July 18, 2004 i am trying to make a bootable windows2003 enterprise/standard cd. but in order to that i need to create a folder with the necessary bootdrivers (3ENT/3STD).I like to know how to do that, how do i know which driver to put in those folders?
benners Posted July 21, 2004 Posted July 21, 2004 If your still interested in an Autoplay menu I am currently editing one I have made, here is a link to the help file, if you want to try it, post, and I'll upload the files, probably about 4 meg in total You may get the bug and want to try one yourself .
Alanoll Posted July 21, 2004 Posted July 21, 2004 i am trying to make a bootable windows2003 enterprise/standard cd. but in order to that i need to create a folder with the necessary bootdrivers (3ENT/3STD).I like to know how to do that, how do i know which driver to put in those folders?check flyakite's websiteflyakite.msfnhosting.comthe reason the APM file can't be open is because it's compiled. It'd be like opening a C++ compiled program in a C++ editor and expecting to see teh source code.As for Autorun's....the easiest thing I've found is to make a webpage and compile it to an EXE.
prathapml Posted July 21, 2004 Posted July 21, 2004 As for Autorun's....the easiest thing I've found is to make a webpage and compile it to an EXE.Cool!!!!Absolutely fantastic, easy to maintain, and runs everywhere. Now, why didn't I think of it before.....EDIT:Just now noticed that Alanoll compiles HTML to an EXE (is it possible at all ?) - that's not really of use in my opinion. Hey Alanoll, make your HTML - then rename the extension to .HTA - you will not bother about EXEs anymore. The HTA is "HTml Application" which will get run by IE as an independent app (with only title-bar and content showing).phew - I'm still reeling from the impact of this idea.To run anything other than an EXE from your autorun, you can do it this way:[AutoRun]open=setup.htaicon=AutoPlay\Icons\setup.icoshell\info=&Important Informationshell\info\command=explorer .\Extras\README.html Sheesh! never mind..... It seems that HTAs are treated on par with EXEs, no need to jump through hoops.Anyway, the autorun example above shows how to get an extra context (right-click) option for the removable drive which has an Autorun.inf in its directory root. I hope it helps some people for their CDs.
dazkrlauwste Posted July 24, 2004 Author Posted July 24, 2004 Is it possible do decompile it then, so u can access it and change stuff.By the way is setup.exe made with ms visual studio/c++? and if so can I use the same program to alter it?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now