Indigo Rose Software
  #1  
Old 11-22-2007
Adam's Avatar
Adam Adam is offline
Indigo Rose Staff Member
 
Join Date: May 2000
Location: Indigo Rose Software
Posts: 2,154
Howto embed Power Point on CD-ROM

Question:
Can I use AutoPlay Media Studio to create a stand alone Power Point viewer?

Answer:
It is much easier to simply require your users to install the PowerPoint Viewer themselves from the Microsoft website. You can then simply use a File.Open action to view the PPT file. If you require another option, please read the following information, but be aware that Indigo Rose can not provide you with further assistance or legal guidance on implementation details.

1) Download the PowerPoint viewer from Microsoft's website (ppview97.exe).

2) Create a folder named 'PowerPoint' in the root folder of your distribution (CD_Root).

3) In the 'PowerPoint' folder, create two folders: Installer and Setup.

4) Copy the PowerPoint Viewer installation file (ppview97.exe) to the 'Installer' folder.

5) Right click 'ppview97.exe' and click 'Open With WinZip'.
If you do not have this option, then you do not have WinZip installed. Download WinZip from www.winzip.com.

6) WinZip opens a window with all files from ppview97.exe listed. Double click 'PPView1.cab'.

7) Select all files within 'PPView1.cab', and copy them to the 'PowerPoint' folder that you created earlier.
Be sure to copy all of the files to PowerPoint, and not to subdirectories. When this step is completed, all the files should be in the 'PowerPoint' directory; Installer will contain only ppview97.exe, Setup will be empty, and there will be no other folders.

8) In the 'PowerPoint' folder, delete the following:
- Acmsetup.exe
- Acmsetup.hlp
- Mssetup.dll

9) Move 'ppview.dll' to the Setup folder.

10) Your folder tree should look similar to this:
CD_Root
+PowerPoint
++installer
++setup

11) PowerPoint contains 24 files, and two subfolders: Installer and Setup.
Installer contains just ppview97.exe.
Setup contains just ppview.dll.

12) Change the extension of your PowerPoint presentation from PPT to PPS.

13) Use the following action to open the PPS file:

path_short = File.GetShortName(_SourceFolder);
File.Run(path_short .. "\\PowerPoint\\PPVIEW32.EXE", path_short .. "\\Autoplay\\Docs\\PowerPointPresentation.pps" , "", SW_SHOWNORMAL, false);

Please note that in this case, the Microsoft PowerPoint viewer is not installed on the user's system. It is run directly from the CD-ROM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Power Point files to run as .pps alimbagirl AutoPlay Media Studio 5.0 6 11-06-2005 11:01 AM
power point in a Compressed Executable file Rene AutoPlay Media Studio 5.0 1 06-09-2005 11:14 AM
Autoplay - Power Point Viewer (problems with hyperlinks) Oleg AutoPlay Media Studio 4.0 4 10-10-2003 06:58 AM
Power Point Bucky AutoPlay Media Studio 4.0 1 04-07-2003 01:30 PM
Power Point and Links Warren AutoPlay Menu Studio 3.0 1 03-19-2002 10:54 PM


All times are GMT -6. The time now is 05:36 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software