Differences between revisions 1 and 2
Revision 1 as of 2006-05-16 04:17:42
Size: 84
Editor: rowlf
Comment:
Revision 2 as of 2006-11-09 04:16:59
Size: 1770
Editor: DannyCheung
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
{{{
mkisofs -r -o image_name.iso -J file_directory/
}}}
To make a Windows Demo CD:

 1. On a Linux machine:
  1. Copy the following to /u/cdrom/cc/
   * /u/ccdev/adm
   * /u/ccdev/binw
   * /u/ccdev/pixmap
   * /u/ccdev/standard
   * /u/ccdev/DEMO9/
  1. Copy the following to /u/cdrom/cc/std/
   * /u/ccdev/std/binw
   * /u/ccdev/std/utbinw
  1. Rename /u/cdrom/cc/DEMO9 to /u/cdrom/cc/DEMO/
  1. Copy /u/ccdev/adm.standard/* in /u/cdrom/cc/adm/
  1. Delete all .sccs folders
  1. Change the CCDIR to /u/cdrom/cc
  1. Create the DEMO terminal
  1. Clear all other "log-ins" as reported by ccusers
  1. Set the "Licence to Date" field in DEMO company record to something appropriate
  1. Re-licence the DEMO company record and all of it's locations.
  1. Locate the installer file. It is usually named control.VCT
 1. On the compilation machine (Windows):
  1. Install VISE Installer, if not already installed
  1. Copy the installer file into /u/cdrom/cc/
  1. Open control.vct using VISE Installer
  1. Check that the neccessary drives are mapped to /u/ (Should be G:)

  1. Make sure you update the installer file and check that all of the files that it expects to be exists.
  1. Build the installer. The installer should be created in /u/cdrom/cc/ and should be called setup.exe
  1. Create a new folder in /u/cdrom/windemo/. This is where the image will be created from.
  1. Copy the files from another demo folder to your new folder.
  1. Copy the newly created installer into the folder.
 1. On a linux machine:
  1. Create the ISO file.
  {{{
mkisofs -r -o <image_name>.iso -J /u/cdrom/windemo/<your folder>}}}
 1. Burn the ISO file onto a CD !!
 1. Create a pretty label, place in a case and send it off.
 1. Update this piece of documentation !!

Making DemoCD image

To make a Windows Demo CD:

  1. On a Linux machine:
    1. Copy the following to /u/cdrom/cc/
      • /u/ccdev/adm
      • /u/ccdev/binw
      • /u/ccdev/pixmap
      • /u/ccdev/standard
      • /u/ccdev/DEMO9/
    2. Copy the following to /u/cdrom/cc/std/
      • /u/ccdev/std/binw
      • /u/ccdev/std/utbinw
    3. Rename /u/cdrom/cc/DEMO9 to /u/cdrom/cc/DEMO/
    4. Copy /u/ccdev/adm.standard/* in /u/cdrom/cc/adm/
    5. Delete all .sccs folders
    6. Change the CCDIR to /u/cdrom/cc
    7. Create the DEMO terminal
    8. Clear all other "log-ins" as reported by ccusers
    9. Set the "Licence to Date" field in DEMO company record to something appropriate
    10. Re-licence the DEMO company record and all of it's locations.
    11. Locate the installer file. It is usually named control.VCT
  2. On the compilation machine (Windows):
    1. Install VISE Installer, if not already installed
    2. Copy the installer file into /u/cdrom/cc/
    3. Open control.vct using VISE Installer
    4. Check that the neccessary drives are mapped to /u/ (Should be G:)
    5. Make sure you update the installer file and check that all of the files that it expects to be exists.
    6. Build the installer. The installer should be created in /u/cdrom/cc/ and should be called setup.exe
    7. Create a new folder in /u/cdrom/windemo/. This is where the image will be created from.
    8. Copy the files from another demo folder to your new folder.
    9. Copy the newly created installer into the folder.
  3. On a linux machine:
    1. Create the ISO file.
      mkisofs  -r -o <image_name>.iso -J /u/cdrom/windemo/<your folder>
  4. Burn the ISO file onto a CD !!
  5. Create a pretty label, place in a case and send it off.
  6. Update this piece of documentation !!

DemoCD (last edited 2013-09-18 06:09:33 by localhost)