Distributing a Database

ddrew

seasoned user
Local time
Today, 22:19
Joined
Jan 26, 2003
Messages
911
Looking for some help on packaging my DB please.

My DB is now finished and I now want to be able to put it onto a CD for distribtion. I know how to package it up which I have done. I have the packaged file set in a file on my PC (setup.exe and autorun.inf). I burnt the files to a CD last night but when I put the CD in the drive it didnt autorun the .exe file.

I have the files in the root of the CD. Can anyone shed some light as to why it dosent autorun the .exe please?

This is the code in the autorun.inf file, which was generated when I did the packaging.

Code:
[autorun]
OPEN=SETUP.EXE /AUTORUN
ICON=SETUP.EXE,1
 
Not for sure but, as far as I know, it is somewhere, in windows, an option that enable or disable the autorun feature. So, I suspect that this feature is disabled.
 
Not for sure but, as far as I know, it is somewhere, in windows, an option that enable or disable the autorun feature. So, I suspect that this feature is disabled.

No I checked that and I have enabled it for installing programs. Thanks.
 

Attachments

  • Picture1.jpg
    Picture1.jpg
    78.2 KB · Views: 61
You have to edit and save as the autorun.inf, changin ght Encoding option at the bottom to ANSI
 

Users who are viewing this thread

Back
Top Bottom