Results 1 to 3 of 3

Thread: Pack & deploy

  1. #1

    Thread Starter
    Hyperactive Member onerrorgoto's Avatar
    Join Date
    Aug 1999
    Location
    Sweden
    Posts
    330

    Post

    This is almost not an VB Q but I hope someone can help me.

    I have made an app that I will deploy on a cd. I have an Index.htm file that I want to autostart when the user inserts the cd and after wiewing the info they can choose to start the setup by clicking on a button.
    I choose this way because I think its easyer to make a nice looking setupscreen in HTML than in VB.

    But I cant get the cd to autostart my index.htm file, if I type
    [autostart]
    run = start.exe index.htm
    It only opens up the explorer listing all the files. Does anybody have an idea on how I should write my autorun.inf to start the .htmfile??
    Thanks in advance

    ------------------
    On Error Goto Bed :0)
    [email protected]

    OK I found a way to do this.
    If anyone is interested pleasse send me a note.


    [This message has been edited by onerrorgoto (edited 02-01-2000).]

  2. #2
    Member
    Join Date
    Feb 1999
    Location
    NY
    Posts
    45

    Post

    Did you just chang it to run = index.html?

    ------------------
    -Mystiq

  3. #3

    Thread Starter
    Hyperactive Member onerrorgoto's Avatar
    Join Date
    Aug 1999
    Location
    Sweden
    Posts
    330

    Post

    Sorry mystiq
    But run=index.htm only starts the explorer window not the file.

    I found a small program that is called SlyAutorun that I call in autorun.inf and that program has an .ini file where I state what file I wanna open.

    ------------------
    On Error Goto Bed :0)
    [email protected]



Posting Permissions

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



Click Here to Expand Forum to Full Width