Page 1 of 2 12 LastLast
Results 1 to 25 of 31

Thread: !!!!!AUTORUN.inf!!!!! Need Help.......

  1. #1
    Bronze Member
    Join Date
    Jul 2009
    Age
    28
    Liked
    0 times
    Posts
    102

    Default !!!!!AUTORUN.inf!!!!! Need Help.......

    Hello Forum..........

    First of all HAPPY INDEPENDENCE DAY to you all..............

    I need help from you people regarding the title of my thread.......!!!!

    Actually i downloaded a software which has a .exe file named WinBootstrapper along with the Setup.exe file........
    Now my actual Q to you all is this.........
    I want to burn this whole software onto a disc and want to make it AutoRun.
    Now i know that to make any software Autorun we need to have a Notepad file named as Autorun.inf written using Notepad.
    So shall i edit a file with following commands?

    [AutoRun]
    open=setup.exe
    icon=setup.exe,0

    And if i make a file with that name then the .exe file present already in that folder i.e. WinBootstrapper.exe, will it interfere with Autorun commands?
    And my last Q regarding this topic is that i want 2 place an additional folder in that disc along with all the supporting files and folders of this software. So, will that folder make my Autorun.inf file ineffective?

    Please answer these 3 Qs of mine.

    Any help from you people will be greatly appreciated.............

    Waiting desperately for your response.......

    Thank You..........

  2. #2
    MODDY mickey's Avatar
    Join Date
    Jan 2009
    Liked
    12 times
    Posts
    6,930

    Default

    i have a completly different question to you...

    is there any zip of the file available??

  3. #3
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default

    sorry but i can't answer ur 3 questions.u can get help from dilip, j4k or newprouser or any more advanced members.

    ususally i use a software for creating autorun cd.

    see this:RJL Software - Software - Utility - AutoRun Wizard
    it is shareware but easy to use.

  4. #4
    Bronze Member
    Join Date
    Jul 2009
    Age
    28
    Liked
    0 times
    Posts
    102

    Default

    Quote Originally Posted by mickey View Post
    i have a completly different question to you...

    is there any zip of the file available??
    Which file do you wanna ask?
    WinBootstrapper.exe or Setup.exe?

    There is zipped file named WinBootstrapper1.rar!!!

  5. #5
    kirankumargb
    Guest

    Default

    Quote Originally Posted by coolvaibh2009 View Post
    I want to burn this whole software onto a disc and want to make it AutoRun.
    Now i know that to make any software Autorun we need to have a Notepad file named as Autorun.inf written using Notepad.
    So shall i edit a file with following commands?
    [AutoRun]
    open=setup.exe
    icon=setup.exe,0
    It wont work the code should be
    open=WinBootstrapper.exe
    icon you can keep or remove its your wish


    Quote Originally Posted by coolvaibh2009 View Post
    And if i make a file with that name then the .exe file present already in that folder i.e. WinBootstrapper.exe, will it interfere with Autorun commands?
    I didnt understand it fully, yet ill answer what I understood.
    "open=" code will execute only the file you have mentioned, even if many exe's are present in the same folder it will not have any effect.

    Quote Originally Posted by coolvaibh2009 View Post
    And my last Q regarding this topic is that i want 2 place an additional folder in that disc along with all the supporting files and folders of this software. So, will that folder make my Autorun.inf file ineffective?
    You can have many folders no problem.


    P.S. As said by theplayer use a software its easy and accurate.

  6. #6
    MODDY mickey's Avatar
    Join Date
    Jan 2009
    Liked
    12 times
    Posts
    6,930

    Default

    i meant do you have the installation archive.. q

    Quote Originally Posted by kirankumargb View Post

    P.S. As said by theplayer use a software its easy and accurate.

    yes i think using a software is best option as accuracy is concernt...

    i did this job just 1s or twice
    Last edited by mickey; 08-15-09 at 01:38 PM. Reason: Automerged Doublepost

  7. #7
    Bronze Member
    Join Date
    Jul 2009
    Age
    28
    Liked
    0 times
    Posts
    102

    Default

    Quote Originally Posted by kirankumargb View Post
    It wont work the code should be
    open=WinBootstrapper.exe
    icon you can keep or remove its your wish




    I didnt understand it fully, yet ill answer what I understood.
    "open=" code will execute only the file you have mentioned, even if many exe's are present in the same folder it will not have any effect.


    You can have many folders no problem.


    P.S. As said by theplayer use a software its easy and accurate.


    Yeah! There are two .EXEs present!!!
    The one is Setup.exe & the other one is WinBootstrapper.exe. And i want to make Autorun of the setup. That means i want the setup box shall launch automatically when i insert the disc in ROM.
    So i think that i should give Autorun command for Setup.exe alone!! Isn't it?
    Please correct me if i am assuming wrong here.

    By the way can you suggest me any good software for this task? But if you can tell me procedure to make Autorun by myself then it will be prefered by me at first try!!!

    Still if this job is too difficult to explain or to accomplish then please tell the name of that software.

    Thanks for all your effort.........

    Do reply if possible........

  8. #8
    MODDY mickey's Avatar
    Join Date
    Jan 2009
    Liked
    12 times
    Posts
    6,930

    Default

    thats why i was asking for if you have the archive of it....

    Quote Originally Posted by coolvaibh2009 View Post
    Still if this job is too difficult to explain or to accomplish then please tell the name of that software.
    Thanks...
    ......
    Player already gave you the link RJL Software - Software - Utility - AutoRun Wizard

    enjoy life..








    p.s: i am getting out of this, as i never tried much of autorun burning myself.
    Last edited by mickey; 08-15-09 at 01:49 PM. Reason: Automerged Doublepost

  9. #9
    Bronze Member
    Join Date
    Jul 2009
    Age
    28
    Liked
    0 times
    Posts
    102

    Default

    So i have the archived file for WinBootstrapper.exe!!!!!

    Now what can i do further for making this Autorun disc?

    by the way thanks for your helps and replies.........

  10. #10
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default

    i have given the download link.
    download it here:RJL Software - Software - Utility - AutoRun Wizard

    i will see if i can find a freeware software for this purpose.

  11. #11
    kirankumargb
    Guest

    Default

    this is actual code you can copy paste it.

    [Autorun]
    open=\name.exe
    icon=test.ico

    replace name by the exe name you want to launch. In your case its setup.exe
    its good to make it yourself rather than using a software.

    (before burning this to a actual disk, make an iso or nrg file and test it.)

  12. #12
    MODDY mickey's Avatar
    Join Date
    Jan 2009
    Liked
    12 times
    Posts
    6,930

    Default

    ^^ will iso open up runup??

  13. #13
    kirankumargb
    Guest

    Default

    should use a image drive to load the ISO.

    As soon as the iso is loaded into the image drive the autorun should work and the setup shoud start, just to check this ISO need to be burnt..once it is confirmed that it will work then he can burn all the files to a cd

  14. #14
    Bronze Member
    Join Date
    Jul 2009
    Age
    28
    Liked
    0 times
    Posts
    102

    Default

    Hello kirankumargb,

    Thanx for the useful information u provided. Idid exactly you said. But nw i need a little more help from your side, please.

    How can i make image of the setup file? I never created an image before. As u told that before burning it onto a disc i should make an imge. So, please tell me how can i create an image of it!!

    I tried Nero Startsmart and even gBurner. But all my attempts turned out to be futile here!!

    Please help...............
    Last edited by coolvaibh2009; 08-15-09 at 04:58 PM.

  15. #15
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    4 times
    Posts
    10,904

    Default

    KK has answered most questions.

    There can be as many folders as you like on the disk. Each folder can have as many EXE files as desired. Autorun.inf should be:

    Code:
    [Autorun]
    open=\<folder_name>\setup.exe
    icon=\<folder_name>\setup.ico or setup.exe,0
    The autorun will run the EXE named in the autorun.inf. And this file must be located in the root directory of the disk.

    The other folders could contain whatever you like - documentation, data, your personal files, etc. It does not matter at all.
    *** Never argue with an idiot. ***

    All my useful articles and Guides | My Movie Collection | My Blogs
    -------------------------------------------------------------------------------------------

  16. #16
    Vikram09
    Guest

    Default

    Quote Originally Posted by coolvaibh2009 View Post
    Hello kirankumargb,


    How can i make image of the setup file? I never any image.
    Just go to Nero add the files then click next and next change the option in 'Current recorder' option select it as 'Image Recorder' then click next and select the path of hard disk where .nrg file to be saved after creating image load it into DAEMON Tools or any other software in will be present in virtual CD/DVD drive.

  17. #17
    kirankumargb
    Guest

    Default

    Quote Originally Posted by coolvaibh2009 View Post
    Hello kirankumargb,

    Thanx for the useful information u provided. Idid exactly you said. But nw i need a little more help from your side, please.

    How can i make image of the setup file? I never any image. As u told that before burning it onto a disc i should make an imge. So, please tell me how can i create an imge of it!!

    I tried Nero Startsmart and even gBurner. But all my attempts turned to be futile here!!

    Please help...............


    Its simple,
    Just do as usual to write the files in the CD using nero and in nero select the recorder as image recorder and burn it.
    When you click burn it will ask where to save ?, just give a file name and the location for it to save and it will do the same procedure as writing into disk but insted of disk it will save on HDD itself.

    After it finishes writing goto start menu, where nero is there, click Nero Image drive, once it opens load this just burnt file there and your autorun should work fine.

    @Vikram09

    sorry mate, my net connection is very slow when i opend this thread your reply was not there, before i could post it, your post was there.. credits to you
    Last edited by kirankumargb; 08-15-09 at 04:28 PM. Reason: Automerged Doublepost

  18. #18
    Bronze Member
    Join Date
    Jul 2009
    Age
    28
    Liked
    0 times
    Posts
    102

    Default

    Hi kirankumargb,

    Thanx a lot buddy to help me in the great way!!!!

    To check the Autorun.inf file, i created an Autorun file for a small general freeware and kept it in a folder along with the Setup file for which i created it. And then i burned it on a disc to check wheather it works or not. And to my utter surprise as soon as the disc loded the setup stated and everything went good and well!!! Even i got the Icon for it in the place of my DVD ROM Drive in Windows Explorer!!!!

    Now i need just a little more help, offcourse, for the last and final time!!!!!

    I want to keep a Menu Window for the actual software. So, how can i build a menu for it? The Menu i want for it is just like we see for Nero OEM version or say for our Windows Installer CD ROM, with various options on it such as:----

    1. Launch Setup

    2. Browse Disc

    3. Additional Softwares Located on disc
    etc.

    And i want all these options on a prior-specified background image!!!!

    So, please help me out for this last time..............
    And big thanx to all the other Forum Members also who helped me a lot in their own & unique way!!!!!

    Waiting for the replies from you genius people..........

    Thanks...................

  19. #19
    kirankumargb
    Guest

    Default

    Quote Originally Posted by coolvaibh2009 View Post
    Now i need just a little help more, offcourse for the last and final time!!!!!
    Dont say that, this forum is not just like other forums, we are here to help as many times as you need it. Do not hesitate to ask us

    ok about your requirement,
    That cant be dont without the help of some programming language..
    Its very simple even can be dont using a webpage also.

    Here I am attaching the rar file just download it and use it. If you know designing the webpage then do it for yourself or send me your specifications and ill do it for you but for that I need some time may be till tomorrow.
    Attached Files Attached Files

  20. #20
    MODDY mickey's Avatar
    Join Date
    Jan 2009
    Liked
    12 times
    Posts
    6,930

    Default

    Quote Originally Posted by kirankumargb View Post
    Do not hesitate to ask us

    .
    KYA BAAT HAI :d

  21. #21
    Vikram09
    Guest

    Default

    Quote Originally Posted by kirankumargb View Post
    @Vikram09

    sorry mate, my net connection is very slow when i opend this thread your reply was not there, before i could post it, your post was there.. credits to you
    Don't need to sorry for that mate.
    It is good that both of us posted to help him.

    Next time never said sorry to me, treat me as your close friend.

  22. #22
    Bronze Member
    Join Date
    Jul 2009
    Age
    28
    Liked
    0 times
    Posts
    102

    Default

    Hi there you all helpful and generous people,

    I did exactly you people suggested me by making an Autorun.inf file. But for testing purpose i did it with a small sized freeware program.

    Actually i created an Autorun.inf file for it and placed it in the folder of that freeware's Setup.exe directory. Now i just burned both of those files (Setup.exe and Autorun.inf) onto a disc.
    After that i inserted that disc again in my ROM and to my utter surprise the freeware installed without any problem!!!! And, even more, I also got an icon of that freeware in place of my DvD ROM's icon!!!!!! All went with such an ease and smoothness!!!!

    Now, i need a little more help ( offcourse for the last and final time) regarding this issue...........

    I want to make a Setup Menu for the actual software, just like we see for Nero OEM versions, or to be more specific, like we see for Windows OS Installer Packages with various options on a background image of my choice.........

    Sorry to bother you great helpers...........but, please help me out in this last query of mine.........i'll be thankful to you all people for your valuable and priceless efforts............

    Once again, i wish to thank a lot to you all people for your help and replies........

    Waiting for responses, help and replies from all of you..................

    Thank you........

  23. #23
    kirankumargb
    Guest

    Default

    I have already given it bro please check the post #19

    or click this link

    http://www.indiabroadband.net/window...tml#post229506 (!!!!!AUTORUN.inf!!!!! Need Help.......)

  24. #24
    Bronze Member
    Join Date
    Jul 2009
    Age
    28
    Liked
    0 times
    Posts
    102

    Default

    That's so kind of you kirankumargb,

    i downloaded the zipped file you attached in your reply, but tell me one thing is it an application to build that menu page or i have to create a *.bat file just like u supplied, with my desired options?
    Please clear my doubt and how to make that menu box.

    Thanks a lot!!!!

  25. #25
    kirankumargb
    Guest

    Default

    in that everything is ready just edit the webpage and use it.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •