Hi,
We have the files we downloaded from Ulead for PI12, and so we can keep them in a usable way, we would like to make a CD that installs like the boxed one would.
At the moment we have about 12 .exe files.
Any help here please?
Thanks
oz
Help to make install CD from files
-
sjj1805
- Posts: 14383
- Joined: Wed Jan 26, 2005 7:20 am
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: Equium P200-178
- processor: Intel Pentium Dual-Core Processor T2080
- ram: 2 GB
- Video Card: Intel 945 Express
- sound_card: Intel GMA 950
- Hard_Drive_Capacity: 1160 GB
- Location: Birmingham UK
This is the same for any CD/DVD that you wish to start running upon insertion. In the root of the CD/DVD there must be a small file named
Autorun.inf
You can create one with Windows Notepad.
A typical autorun.inf file looks like this
[Autorun]
OPEN=Autorun.exe
The important line here is OPEN=Autorun.exe
The computer will then look for a file named Autorun.exe and run it.
If your setup file was called setup.exe then your Autorun.inf file would look like this:
[Autorun]
OPEN=Setup.exe
Autorun.inf
You can create one with Windows Notepad.
A typical autorun.inf file looks like this
[Autorun]
OPEN=Autorun.exe
The important line here is OPEN=Autorun.exe
The computer will then look for a file named Autorun.exe and run it.
If your setup file was called setup.exe then your Autorun.inf file would look like this:
[Autorun]
OPEN=Setup.exe
